Searched defs:ancestor (Results 1 – 4 of 4) 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/ManagedProvisioning/src/com/android/managedprovisioning/common/ |
D | TouchTargetEnforcer.java | 68 public void enforce(View target, View ancestor) { in enforce()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Utilities.java | 200 View descendant, View ancestor, float[] coord, boolean includeRootScroll) { in getDescendantCoordRelativeToAncestor() 221 public static float getDescendantCoordRelativeToAncestor(View descendant, View ancestor, in getDescendantCoordRelativeToAncestor()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/ |
D | BrowseTree.java | 437 static BrowseNode getEldestChild(BrowseNode ancestor, BrowseNode target) { in getEldestChild()
|