Searched defs:descendant (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | DragLayer.java | 371 public float getDescendantRectRelativeToSelf(View descendant, Rect r) { in getDescendantRectRelativeToSelf() 388 public float getDescendantCoordRelativeToSelf(View descendant, int[] coord) { in getDescendantCoordRelativeToSelf() 404 public float getDescendantCoordRelativeToSelf(View descendant, int[] coord, in getDescendantCoordRelativeToSelf() 413 public float mapCoordInSelfToDescendent(View descendant, int[] coord) { in mapCoordInSelfToDescendent()
|
D | Utilities.java | 317 public static float getDescendantCoordRelativeToParent(View descendant, View root, in getDescendantCoordRelativeToParent() 355 public static float mapCoordInSelfToDescendent(View descendant, View root, in mapCoordInSelfToDescendent()
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | DragLayer.java | 297 public float getDescendantRectRelativeToSelf(View descendant, Rect r) { in getDescendantRectRelativeToSelf() 322 public float getDescendantCoordRelativeToSelf(View descendant, int[] coord) { in getDescendantCoordRelativeToSelf()
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | GLView.java | 406 public boolean getBoundsOf(GLView descendant, Rect out) { in getBoundsOf()
|