Searched refs:mLastContentWidth (Results 1 – 3 of 3) sorted by relevance
57 private int mLastContentWidth; field in BackdropFrameRenderer269 final boolean firstCall = mLastContentWidth == 0; in onContentDrawn()271 mLastContentWidth = xSize; in onContentDrawn()280 mLastXOffset + mLastContentWidth, in onContentDrawn()321 mLastContentWidth == 0 || mLastContentHeight == 0) { in redrawLocked()
83 int mLastContentWidth; field in NativeActivity306 || w != mLastContentWidth || h != mLastContentHeight) { in onGlobalLayout()309 mLastContentWidth = w; in onGlobalLayout()313 mLastContentY, mLastContentWidth, mLastContentHeight); in onGlobalLayout()
7514 Landroid/app/NativeActivity;->mLastContentWidth:I