Home
last modified time | relevance | path

Searched refs:mLastContentHeight (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DNativeActivity.java90 int mLastContentHeight; field in NativeActivity
311 || w != mLastContentWidth || h != mLastContentHeight) { in onGlobalLayout()
315 mLastContentHeight = h; in onGlobalLayout()
318 mLastContentY, mLastContentWidth, mLastContentHeight); in onGlobalLayout()
/frameworks/base/core/java/com/android/internal/policy/
DBackdropFrameRenderer.java57 private int mLastContentHeight; field in BackdropFrameRenderer
272 mLastContentHeight = ySize - mLastCaptionHeight; in onContentDrawn()
281 mLastYOffset + mLastCaptionHeight + mLastContentHeight); in onContentDrawn()
324 mLastContentWidth == 0 || mLastContentHeight == 0) { in redrawLocked()