Searched refs:mLastContentHeight (Results 1 – 3 of 3) sorted by relevance
84 int mLastContentHeight; field in NativeActivity306 || w != mLastContentWidth || h != mLastContentHeight) { in onGlobalLayout()310 mLastContentHeight = h; in onGlobalLayout()313 mLastContentY, mLastContentWidth, mLastContentHeight); in onGlobalLayout()
57 private int mLastContentHeight; field in BackdropFrameRenderer276 mLastContentHeight = ySize - mLastCaptionHeight; in onContentDrawn()285 mLastYOffset + mLastCaptionHeight + mLastContentHeight); in onContentDrawn()328 mLastContentWidth == 0 || mLastContentHeight == 0) { in redrawLocked()
8034 Landroid/app/NativeActivity;->mLastContentHeight:I