HomeSort by relevance Sort by last modified time
    Searched refs: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);
Workspace.java     [all...]

Completed in 511 milliseconds