Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java163 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/
DBaseDragLayer.java392 return Utilities.getDescendantCoordRelativeToAncestor(descendant, this, in getDescendantCoordRelativeToSelf()
DFloatingIconView.java375 Utilities.getDescendantCoordRelativeToAncestor(v, launcher.getDragLayer(), points, in getLocationBoundsForView()