Searched defs:descendant (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | DragLayer.java | 349 public float getDescendantRectRelativeToSelf(View descendant, Rect r) { in getDescendantRectRelativeToSelf() 366 public float getDescendantCoordRelativeToSelf(View descendant, int[] coord) { in getDescendantCoordRelativeToSelf() 382 public float getDescendantCoordRelativeToSelf(View descendant, int[] coord, in getDescendantCoordRelativeToSelf() 391 public float mapCoordInSelfToDescendent(View descendant, int[] coord) { in mapCoordInSelfToDescendent()
|
D | Utilities.java | 232 public static float getDescendantCoordRelativeToParent(View descendant, View root, in getDescendantCoordRelativeToParent() 270 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()
|
/packages/apps/Browser/src/com/android/browser/view/ |
D | ScrollerView.java | 1217 private boolean isOffScreen(View descendant) { in isOffScreen() 1229 private boolean isWithinDeltaOfScreen(View descendant, int delta, int height) { in isWithinDeltaOfScreen()
|