Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/policy/
DBackdropFrameRenderer.java58 private int mLastContentHeight; field in BackdropFrameRenderer
268 mLastContentHeight = ySize - mLastCaptionHeight; in onContentDrawn()
277 mLastYOffset + mLastCaptionHeight + mLastContentHeight); in onContentDrawn()
317 mLastContentWidth == 0 || mLastContentHeight == 0) { in redrawLocked()
/frameworks/base/core/java/android/app/
DNativeActivity.java84 int mLastContentHeight; field in NativeActivity
306 || w != mLastContentWidth || h != mLastContentHeight) { in onGlobalLayout()
310 mLastContentHeight = h; in onGlobalLayout()
313 mLastContentY, mLastContentWidth, mLastContentHeight); in onGlobalLayout()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt7513 Landroid/app/NativeActivity;->mLastContentHeight:I