Searched refs:recordedContentBounds (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ContentRecorder.java | 182 final Rect recordedContentBounds = mRecordedWindowContainer.getBounds(); in onConfigurationChanged() local 186 if (!mLastRecordedBounds.equals(recordedContentBounds) in onConfigurationChanged() 194 mDisplayContent.getDisplayId(), recordedContentBounds, in onConfigurationChanged() 197 recordedContentBounds, surfaceSize); in onConfigurationChanged() local 205 mDisplayContent.getDisplayId(), recordedContentBounds, in onConfigurationChanged() 489 Rect recordedContentBounds, Point surfaceSize) { in updateMirroredSurface() argument 492 float scaleX = surfaceSize.x / (float) recordedContentBounds.width(); in updateMirroredSurface() 493 float scaleY = surfaceSize.y / (float) recordedContentBounds.height(); in updateMirroredSurface() 513 shiftedX, shiftedY, scale, recordedContentBounds.width(), in updateMirroredSurface() 522 recordedContentBounds.height()) in updateMirroredSurface() [all …]
|