-
public final class BaseAdView.LayoutResult
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerfinalWidthprivate final IntegerfinalHeightprivate final Coordinatescoordinatesprivate final BooleanisClamped
-
Constructor Summary
Constructors Constructor Description BaseAdView.LayoutResult(Integer finalWidth, Integer finalHeight, Coordinates coordinates, Boolean isClamped)
-
Method Summary
Modifier and Type Method Description final IntegergetFinalWidth()final IntegergetFinalHeight()final CoordinatesgetCoordinates()final BooleangetIsClamped()-
-
Constructor Detail
-
BaseAdView.LayoutResult
BaseAdView.LayoutResult(Integer finalWidth, Integer finalHeight, Coordinates coordinates, Boolean isClamped)
-
-
Method Detail
-
getFinalWidth
final Integer getFinalWidth()
-
getFinalHeight
final Integer getFinalHeight()
-
getCoordinates
final Coordinates getCoordinates()
-
getIsClamped
final Boolean getIsClamped()
-
-
-
-