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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragLayer.java260 float scale = getDescendantCoordRelativeToSelf(descendant, mTmpXY);
269 getDescendantCoordRelativeToSelf(child, loc);
280 public float getDescendantCoordRelativeToSelf(View descendant, int[] coord) { method in class:DragLayer
444 float scale = getDescendantCoordRelativeToSelf((View) child.getParent(), coord);

Completed in 25 milliseconds