Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragLayer.java383 public float getDescendantRectRelativeToSelf(View descendant, Rect r) { in getDescendantRectRelativeToSelf()
400 public float getDescendantCoordRelativeToSelf(View descendant, int[] coord) { in getDescendantCoordRelativeToSelf()
416 public float getDescendantCoordRelativeToSelf(View descendant, int[] coord, in getDescendantCoordRelativeToSelf()
425 public void mapCoordInSelfToDescendant(View descendant, int[] coord) { in mapCoordInSelfToDescendant()
/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java163 View descendant, View ancestor, int[] coord, boolean includeRootScroll) { in getDescendantCoordRelativeToAncestor()
193 public static void mapCoordInSelfToDescendant(View descendant, View root, int[] coord) { in mapCoordInSelfToDescendant()
/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()