Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DBackdropFrameRenderer.java57 private int mLastContentWidth; field in BackdropFrameRenderer
269 final boolean firstCall = mLastContentWidth == 0; in onContentDrawn()
271 mLastContentWidth = xSize; in onContentDrawn()
280 mLastXOffset + mLastContentWidth, in onContentDrawn()
321 mLastContentWidth == 0 || mLastContentHeight == 0) { in redrawLocked()
/aosp14/frameworks/base/core/java/android/app/
H A DNativeActivity.java83 int mLastContentWidth; field in NativeActivity
306 || w != mLastContentWidth || h != mLastContentHeight) { in onGlobalLayout()
309 mLastContentWidth = w; in onGlobalLayout()
313 mLastContentY, mLastContentWidth, mLastContentHeight); in onGlobalLayout()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt7514 Landroid/app/NativeActivity;->mLastContentWidth:I