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 274 float scale = getDescendantCoordRelativeToSelf(descendant, mTmpXY);
283 return getDescendantCoordRelativeToSelf(child, loc);
296 public float getDescendantCoordRelativeToSelf(View descendant, int[] coord) {
465 float scale = getDescendantCoordRelativeToSelf((View) child.getParent(), coord);
Workspace.java     [all...]

Completed in 55 milliseconds