Searched defs:mapPointFromSelfToChild (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DWorkspace.java589 mapPointFromSelfToChild(page, localXY);
1982 mapPointFromSelfToChild(dropTargetLayout, mDragViewVisualCenter, null);
2181 mapPointFromSelfToChild(dropTargetLayout, mDragViewVisualCenter, null);
2566 void mapPointFromSelfToChild(View v, float[] xy) { method in class:Workspace
2567 mapPointFromSelfToChild(v, xy, null);
2580 void mapPointFromSelfToChild(View v, float[] xy, Matrix cachedInverseMatrix) { method in class:Workspace
2641 mapPointFromSelfToChild(cl, draggedItemTopLeft, cachedInverseMatrix);
2648 mapPointFromSelfToChild(cl, draggedItemBottomRight, cachedInverseMatrix);
2687 mapPointFromSelfToChild(cl, touchXy, mTempInverseMatrix);
2819 mapPointFromSelfToChild(mDragTargetLayou
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java2223 mapPointFromSelfToChild(dropTargetLayout, mDragViewVisualCenter);
2430 mapPointFromSelfToChild(dropTargetLayout, mDragViewVisualCenter);
2815 void mapPointFromSelfToChild(View v, float[] xy) { method in class:Workspace
2888 mapPointFromSelfToChild(mDragTargetLayout, mDragViewVisualCenter);
2997 mapPointFromSelfToChild(cl, touchXy);

Completed in 56 milliseconds