Searched refs:contentBounds (Results 1 – 2 of 2) sorted by relevance
1077 final Rect contentBounds = mTmpRect2; in adjustForIME() local1081 contentBounds.set(displayContentRect); in adjustForIME()1082 int imeTop = Math.max(imeWin.getFrameLw().top, contentBounds.top); in adjustForIME()1085 if (contentBounds.bottom > imeTop) { in adjustForIME()1086 contentBounds.bottom = imeTop; in adjustForIME()1089 final int yOffset = displayContentRect.bottom - contentBounds.bottom; in adjustForIME()
602 final Rect contentBounds = mContentBounds; in onMeasure() local603 Gravity.apply(mGravity, right - left, bottom - top, selfBounds, contentBounds, in onMeasure()606 final int horizontalOffset = contentBounds.left - left; in onMeasure()607 final int verticalOffset = contentBounds.top - top; in onMeasure()