Searched refs:mLastConsumingSurfaceSize (Results 1 – 1 of 1) sorted by relevance
96 @Nullable private Point mLastConsumingSurfaceSize = new Point(0, 0); field in ContentRecorder221 || !mLastConsumingSurfaceSize.equals(surfaceSize)) { in onConfigurationChanged()595 mLastConsumingSurfaceSize.x = surfaceSize.x; in updateMirroredSurface()596 mLastConsumingSurfaceSize.y = surfaceSize.y; in updateMirroredSurface()