Home
last modified time | relevance | path

Searched defs:descendant (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DDragLayer.java349 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()
DUtilities.java232 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/
DDragLayer.java297 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/
DGLView.java406 public boolean getBoundsOf(GLView descendant, Rect out) { in getBoundsOf()
/packages/apps/Browser/src/com/android/browser/view/
DScrollerView.java1217 private boolean isOffScreen(View descendant) { in isOffScreen()
1229 private boolean isWithinDeltaOfScreen(View descendant, int delta, int height) { in isWithinDeltaOfScreen()