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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragLayer.java300 float scale = getDescendantCoordRelativeToSelf(descendant, mTmpXY);
309 return getDescendantCoordRelativeToSelf(child, loc);
322 public float getDescendantCoordRelativeToSelf(View descendant, int[] coord) { method in class:DragLayer
491 float scale = getDescendantCoordRelativeToSelf((View) child.getParent(), coord);
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragLayer.java388 float scale = getDescendantCoordRelativeToSelf(descendant, mTmpXY);
399 return getDescendantCoordRelativeToSelf(child, loc);
402 public float getDescendantCoordRelativeToSelf(View descendant, int[] coord) { method in class:DragLayer
403 return getDescendantCoordRelativeToSelf(descendant, coord, false);
418 public float getDescendantCoordRelativeToSelf(View descendant, int[] coord, method in class:DragLayer
425 * Inverse of {@link #getDescendantCoordRelativeToSelf(View, int[])}.
597 float scale = getDescendantCoordRelativeToSelf((View) child.getParent(), coord);

Completed in 95 milliseconds