Searched defs:ancestor (Results 1 – 6 of 6) sorted by relevance
/packages/apps/TV/common/src/com/android/tv/common/ui/setup/animation/ |
D | FadeAndShortSlide.java | 355 private int getRelativeLeft(View child, View ancestor) { in getRelativeLeft() 368 private int getRelativeRight(View child, View ancestor) { in getRelativeRight() 381 private int getRelativeTop(View child, View ancestor) { in getRelativeTop()
|
/packages/apps/Car/RotaryController/src/com/android/car/rotary/ |
D | Utils.java | 303 static boolean isDescendant(@NonNull AccessibilityNodeInfo ancestor, in isDescendant() 385 AccessibilityNodeInfo ancestor = node.getParent(); in getAncestorFocusArea() local
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/ |
D | TouchTargetEnforcer.java | 68 public void enforce(View target, View ancestor) { in enforce()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | FloatingWidgetView.java | 307 private static void getRelativePosition(View descendant, View ancestor, RectF position) { in getRelativePosition()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Utilities.java | 194 View descendant, View ancestor, float[] coord, boolean includeRootScroll) { in getDescendantCoordRelativeToAncestor() 213 public static float getDescendantCoordRelativeToAncestor(View descendant, View ancestor, in getDescendantCoordRelativeToAncestor()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/ |
D | BrowseTree.java | 538 static BrowseNode getEldestChild(BrowseNode ancestor, BrowseNode target) { in getEldestChild()
|