Searched defs:descendant (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | BaseDragLayer.java | 368 public float getDescendantRectRelativeToSelf(View descendant, Rect r) { in getDescendantRectRelativeToSelf() 387 public float getDescendantCoordRelativeToSelf(View descendant, int[] coord) { in getDescendantCoordRelativeToSelf() 395 public float getDescendantCoordRelativeToSelf(View descendant, float[] coord) { in getDescendantCoordRelativeToSelf() 411 public float getDescendantCoordRelativeToSelf(View descendant, float[] coord, in getDescendantCoordRelativeToSelf() 421 public void mapRectInSelfToDescendant(View descendant, Rect rect) { in mapRectInSelfToDescendant() 428 public void mapCoordInSelfToDescendant(View descendant, float[] coord) { in mapCoordInSelfToDescendant() 435 public void mapCoordInSelfToDescendant(View descendant, int[] coord) { in mapCoordInSelfToDescendant()
|
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/ |
D | UtilitiesTest.kt | 52 val descendant = View(mContext) in testGetDescendantCoordRelativeToAncestor() constant
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Utilities.java | 202 View descendant, View ancestor, float[] coord, boolean includeRootScroll) { in getDescendantCoordRelativeToAncestor() 221 public static float getDescendantCoordRelativeToAncestor(View descendant, View ancestor, in getDescendantCoordRelativeToAncestor() 274 public static void mapRectInSelfToDescendant(View descendant, View root, Rect rect) { in mapRectInSelfToDescendant() 283 public static void mapCoordInSelfToDescendant(View descendant, View root, float[] coord) { in mapCoordInSelfToDescendant()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | FloatingWidgetView.java | 314 private static void getRelativePosition(View descendant, View ancestor, RectF position) { in getRelativePosition()
|
/packages/apps/Car/RotaryController/src/com/android/car/rotary/ |
D | Utils.java | 337 @NonNull AccessibilityNodeInfo descendant) { in isDescendant()
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | GLView.java | 406 public boolean getBoundsOf(GLView descendant, Rect out) { in getBoundsOf()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/ |
D | BrowseTree.java | 568 BrowseNode descendant = target; in getEldestChild() local
|