Home | History | Annotate | Download | only in banners

Lines Matching defs:contentHeight

666         final int contentHeight = biggestStackHeight - mPaddingControls;
667 measureChildForSpace(mLogoView, contentWidth, contentHeight);
673 measureChildForSpace(mInstallButtonView, contentWidth, contentHeight);
677 final int ratingHeight = contentHeight - getHeightWithMargins(mLogoView);
682 final int closeHeight = contentHeight - getHeightWithMargins(mInstallButtonView);
692 final int titleHeight = contentHeight - biggerStack;