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

/packages/apps/Launcher3/src/com/android/launcher3/views/
H A DBaseDragLayer.java179 float scale = getDescendantCoordRelativeToSelf(descendant, mTmpXY);
190 return getDescendantCoordRelativeToSelf(child, loc);
193 public float getDescendantCoordRelativeToSelf(View descendant, int[] coord) { method in class:BaseDragLayer
194 return getDescendantCoordRelativeToSelf(descendant, coord, false);
209 public float getDescendantCoordRelativeToSelf(View descendant, int[] coord, method in class:BaseDragLayer
216 * Inverse of {@link #getDescendantCoordRelativeToSelf(View, int[])}.
/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);

Completed in 132 milliseconds