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.java116 private static final Matrix sInverseMatrix = new Matrix(); field in Utilities
292 sMatrix.invert(sInverseMatrix); in mapCoordInSelfToDescendant()
293 sInverseMatrix.mapPoints(coord); in mapCoordInSelfToDescendant()