Searched refs:recordedContentBounds (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ContentRecorder.java | 215 final Rect recordedContentBounds = mRecordedWindowContainer.getBounds(); in onConfigurationChanged() local 219 if (!mLastRecordedBounds.equals(recordedContentBounds) in onConfigurationChanged() 227 mDisplayContent.getDisplayId(), recordedContentBounds, in onConfigurationChanged() 230 recordedContentBounds, surfaceSize); in onConfigurationChanged() local 238 mDisplayContent.getDisplayId(), recordedContentBounds, in onConfigurationChanged() 548 Rect recordedContentBounds, Point surfaceSize) { in updateMirroredSurface() argument 554 computeScaling(recordedContentBounds.width(), recordedContentBounds.height(), in updateMirroredSurface() 560 int scaledWidth = Math.round(scale.x * (float) recordedContentBounds.width()); in updateMirroredSurface() 561 int scaledHeight = Math.round(scale.y * (float) recordedContentBounds.height()); in updateMirroredSurface() 578 shiftedX, shiftedY, scale.x, scale.y, recordedContentBounds.width(), in updateMirroredSurface() [all …]
|