Searched refs:getDescendantCoordRelativeToParent (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Hotseat.java | 109 Utilities.getDescendantCoordRelativeToParent(this, mLauncher.getDragLayer(), in getCellCoordinates()
|
D | Utilities.java | 232 public static float getDescendantCoordRelativeToParent(View descendant, View root, in getDescendantCoordRelativeToParent() method in Utilities
|
D | PagedView.java | 1161 Utilities.getDescendantCoordRelativeToParent(currPage, this, mTmpIntPoint, false); in getVisiblePages() 1171 Utilities.getDescendantCoordRelativeToParent(currPage, this, mTmpIntPoint, false); in getVisiblePages()
|
D | DragLayer.java | 384 return Utilities.getDescendantCoordRelativeToParent(descendant, this, in getDescendantCoordRelativeToSelf()
|