Searched refs:mLastContentWidth (Results 1 – 3 of 3) sorted by relevance
57 private int mLastContentWidth; field in BackdropFrameRenderer265 final boolean firstCall = mLastContentWidth == 0; in onContentDrawn()267 mLastContentWidth = xSize; in onContentDrawn()276 mLastXOffset + mLastContentWidth, in onContentDrawn()317 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