Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/pip/
H A DPipSurfaceTransactionHelper.java36 private final RectF mTmpSourceRectF = new RectF(); field in PipSurfaceTransactionHelper
50 mTmpSourceRectF.set(sourceBounds); in scale()
53 mTmpTransform.setRectToRect(mTmpSourceRectF, mTmpDestinationRectF, Matrix.ScaleToFit.FILL); in scale()
67 mTmpSourceRectF.set(sourceBounds); in scale()
70 mTmpTransform.setRectToRect(mTmpSourceRectF, mTmpDestinationRectF, Matrix.ScaleToFit.FILL); in scale()
85 mTmpSourceRectF.set(sourceBounds); in scaleAndCrop()
121 mTmpSourceRectF.set(sourceBounds); in scaleAndRotate()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipSurfaceTransactionHelper.java36 private final RectF mTmpSourceRectF = new RectF(); field in PipSurfaceTransactionHelper
93 mTmpSourceRectF.set(sourceBounds); in scale()
96 mTmpSourceRectF.offsetTo(0, 0); in scale()
98 mTmpTransform.setRectToRect(mTmpSourceRectF, mTmpDestinationRectF, Matrix.ScaleToFit.FILL); in scale()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPhonePipMenuController.java111 private final RectF mTmpSourceRectF = new RectF(); field in PhonePipMenuController