Searched refs:getDescendantCoordRelativeToAncestor (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Utilities.java | 163 public static float getDescendantCoordRelativeToAncestor( in getDescendantCoordRelativeToAncestor() method in Utilities 165 return getDescendantCoordRelativeToAncestor(descendant, ancestor, coord, includeRootScroll, in getDescendantCoordRelativeToAncestor() 185 public static float getDescendantCoordRelativeToAncestor(View descendant, View ancestor, in getDescendantCoordRelativeToAncestor() method in Utilities
|
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | BaseDragLayer.java | 392 return Utilities.getDescendantCoordRelativeToAncestor(descendant, this, in getDescendantCoordRelativeToSelf()
|
D | FloatingIconView.java | 375 Utilities.getDescendantCoordRelativeToAncestor(v, launcher.getDragLayer(), points, in getLocationBoundsForView()
|