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 273 float scale = getDescendantCoordRelativeToSelf(descendant, mTmpXY);
282 getDescendantCoordRelativeToSelf(child, loc);
293 public float getDescendantCoordRelativeToSelf(View descendant, int[] coord) {
462 float scale = getDescendantCoordRelativeToSelf((View) child.getParent(), coord);
Workspace.java     [all...]

Completed in 58 milliseconds