Home
last modified time | relevance | path

Searched refs:mTmpDestinationRectF (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/pip/
H A DPipSurfaceTransactionHelper.java37 private final RectF mTmpDestinationRectF = new RectF(); field in PipSurfaceTransactionHelper
51 mTmpDestinationRectF.set(destinationBounds); in scale()
52 mTmpDestinationRectF.offsetTo(0, 0); in scale()
53 mTmpTransform.setRectToRect(mTmpSourceRectF, mTmpDestinationRectF, Matrix.ScaleToFit.FILL); in scale()
68 mTmpDestinationRectF.set(destinationBounds); in scale()
69 mTmpDestinationRectF.offsetTo(0, 0); in scale()
70 mTmpTransform.setRectToRect(mTmpSourceRectF, mTmpDestinationRectF, Matrix.ScaleToFit.FILL); in scale()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipSurfaceTransactionHelper.java37 private final RectF mTmpDestinationRectF = new RectF(); field in PipSurfaceTransactionHelper
97 mTmpDestinationRectF.set(destinationBounds); in scale()
98 mTmpTransform.setRectToRect(mTmpSourceRectF, mTmpDestinationRectF, Matrix.ScaleToFit.FILL); in scale()
100 mTmpDestinationRectF.centerX(), mTmpDestinationRectF.centerY()); in scale()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPhonePipMenuController.java112 private final RectF mTmpDestinationRectF = new RectF(); field in PhonePipMenuController