Searched refs:mTempBoundsRect (Results 1 – 1 of 1) sorted by relevance
518 private final Rect mTempBoundsRect = new Rect(); // used to set the size of the bounds surface. field in ViewRootImpl2036 mTempBoundsRect.set(0, 0, mSurfaceSize.x, mSurfaceSize.y); in setBoundsLayerCrop()2037 mTempBoundsRect.inset(mWindowAttributes.surfaceInsets.left, in setBoundsLayerCrop()2040 t.setWindowCrop(mBoundsLayer, mTempBoundsRect); in setBoundsLayerCrop()