Searched refs:contentBounds (Results 1 – 3 of 3) sorted by relevance
1187 final Rect contentBounds = mTmpRect2; in adjustForIME() local1191 contentBounds.set(displayStableRect); in adjustForIME()1192 int imeTop = Math.max(imeWin.getFrameLw().top, contentBounds.top); in adjustForIME()1195 if (contentBounds.bottom > imeTop) { in adjustForIME()1196 contentBounds.bottom = imeTop; in adjustForIME()1199 final int yOffset = displayStableRect.bottom - contentBounds.bottom; in adjustForIME()
1810 final Rect contentBounds = appBounds != null ? appBounds : getResolvedOverrideBounds(); in calculateCompatBoundsTransformation() local1811 final float contentW = contentBounds.width(); in calculateCompatBoundsTransformation()1812 final float contentH = contentBounds.height(); in calculateCompatBoundsTransformation()1824 mSizeCompatBounds.set(contentBounds); in calculateCompatBoundsTransformation()
621 final Rect contentBounds = mContentBounds; in onMeasure() local622 Gravity.apply(mGravity, right - left, bottom - top, selfBounds, contentBounds, in onMeasure()625 final int horizontalOffset = contentBounds.left - left; in onMeasure()626 final int verticalOffset = contentBounds.top - top; in onMeasure()