Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDragLayer.java371 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()
DUtilities.java317 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/
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()