Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java104 private static final Matrix sInverseMatrix = new Matrix(); field in Utilities
229 sMatrix.invert(sInverseMatrix); in mapCoordInSelfToDescendant()
230 sInverseMatrix.mapPoints(coord); in mapCoordInSelfToDescendant()