Searched refs:mLastContentWidth (Results 1 – 3 of 3) sorted by relevance
56 private int mLastContentWidth; field in BackdropFrameRenderer273 final boolean firstCall = mLastContentWidth == 0; in onContentDrawn()275 mLastContentWidth = xSize; in onContentDrawn()284 mLastXOffset + mLastContentWidth, in onContentDrawn()328 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()
8035 Landroid/app/NativeActivity;->mLastContentWidth:I