Searched refs:contentBounds (Results 1 – 2 of 2) sorted by relevance
1206 final Rect contentBounds = mTmpRect2; in adjustForIME() local1210 contentBounds.set(displayStableRect); in adjustForIME()1211 int imeTop = Math.max(imeWin.getFrameLw().top, contentBounds.top); in adjustForIME()1214 if (contentBounds.bottom > imeTop) { in adjustForIME()1215 contentBounds.bottom = imeTop; in adjustForIME()1218 final int yOffset = displayStableRect.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()