Home
last modified time | relevance | path

Searched defs:ancestor (Results 1 – 4 of 4) 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/ManagedProvisioning/src/com/android/managedprovisioning/common/
DTouchTargetEnforcer.java68 public void enforce(View target, View ancestor) { in enforce()
/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java200 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/
DBrowseTree.java437 static BrowseNode getEldestChild(BrowseNode ancestor, BrowseNode target) { in getEldestChild()