Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/window/
H A DSnapshotDrawerUtils.java102 private static final Matrix sSnapshotMatrix = new Matrix(); field in SnapshotDrawerUtils
230 sSnapshotMatrix.setRectToRect(sTmpSnapshotSize, sTmpDstFrame, Matrix.ScaleToFit.FILL); in drawSizeMismatchSnapshot()
231 mTransaction.setMatrix(childSurfaceControl, sSnapshotMatrix, sTmpFloat9); in drawSizeMismatchSnapshot()