Home
last modified time | relevance | path

Searched defs:ancestor (Results 1 – 6 of 6) sorted by relevance

/packages/apps/TV/common/src/com/android/tv/common/ui/setup/animation/
DFadeAndShortSlide.java355 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/
DUtils.java303 static boolean isDescendant(@NonNull AccessibilityNodeInfo ancestor, in isDescendant()
385 AccessibilityNodeInfo ancestor = node.getParent(); in getAncestorFocusArea() local
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DTouchTargetEnforcer.java68 public void enforce(View target, View ancestor) { in enforce()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DFloatingWidgetView.java307 private static void getRelativePosition(View descendant, View ancestor, RectF position) { in getRelativePosition()
/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java194 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/
DBrowseTree.java538 static BrowseNode getEldestChild(BrowseNode ancestor, BrowseNode target) { in getEldestChild()