Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DUtilities.java118 private static final Matrix sInverseMatrix = new Matrix(); field in Utilities
279 sMatrix.invert(sInverseMatrix); in mapCoordInSelfToDescendant()
280 sInverseMatrix.mapPoints(coord); in mapCoordInSelfToDescendant()