HomeSort by relevance Sort by last modified time
    Searched defs:getDescendantCoordRelativeToSelf (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
DragLayer.java 300 float scale = getDescendantCoordRelativeToSelf(descendant, mTmpXY);
309 return getDescendantCoordRelativeToSelf(child, loc);
322 public float getDescendantCoordRelativeToSelf(View descendant, int[] coord) {
491 float scale = getDescendantCoordRelativeToSelf((View) child.getParent(), coord);
  /packages/apps/Launcher3/src/com/android/launcher3/
DragLayer.java 328 float scale = getDescendantCoordRelativeToSelf(descendant, mTmpXY);
339 return getDescendantCoordRelativeToSelf(child, loc);
342 public float getDescendantCoordRelativeToSelf(View descendant, int[] coord) {
343 return getDescendantCoordRelativeToSelf(descendant, coord, false);
358 public float getDescendantCoordRelativeToSelf(View descendant, int[] coord,
365 * Inverse of {@link #getDescendantCoordRelativeToSelf(View, int[])}.
519 float scale = getDescendantCoordRelativeToSelf((View) child.getParent(), coord);
    [all...]

Completed in 74 milliseconds