Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DBaseDragLayer.java421 public void mapRectInSelfToDescendant(View descendant, Rect rect) { in mapRectInSelfToDescendant() method in BaseDragLayer
422 Utilities.mapRectInSelfToDescendant(descendant, this, rect); in mapRectInSelfToDescendant()
/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java269 public static void mapRectInSelfToDescendant(View descendant, View root, Rect rect) { in mapRectInSelfToDescendant() method in Utilities
DWorkspace.java2683 mLauncher.getDragLayer().mapRectInSelfToDescendant(this, mTempRect);