Searched refs:cachedInverseMatrix (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DWorkspace.java2575 * if cachedInverseMatrix is not null, this method will just use that matrix instead of
2580 void mapPointFromSelfToChild(View v, float[] xy, Matrix cachedInverseMatrix) { argument
2581 if (cachedInverseMatrix == null) {
2583 cachedInverseMatrix = mTempInverseMatrix;
2591 cachedInverseMatrix.mapPoints(xy);
2630 int dragViewX, int dragViewY, Matrix cachedInverseMatrix) {
2641 mapPointFromSelfToChild(cl, draggedItemTopLeft, cachedInverseMatrix);
2648 mapPointFromSelfToChild(cl, draggedItemBottomRight, cachedInverseMatrix);
2629 overlaps(CellLayout cl, DragView dragView, int dragViewX, int dragViewY, Matrix cachedInverseMatrix) argument
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java2991 * if cachedInverseMatrix is not null, this method will just use that matrix instead of
2996 void mapPointFromSelfToChild(View v, float[] xy, Matrix cachedInverseMatrix) { argument

Completed in 46 milliseconds