Searched refs:ancestor (Results 1 – 7 of 7) sorted by relevance
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/ |
D | TouchTargetEnforcer.java | 68 public void enforce(View target, View ancestor) { in enforce() argument 78 ancestor.post(() -> { in enforce() 81 synchronized (ancestor) { in enforce() 82 if (ancestor.getTouchDelegate() == null) { in enforce() 83 ancestor.setTouchDelegate( in enforce() 88 ancestor, target)); in enforce() 93 ancestor, target)); in enforce()
|
/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() argument 359 if (parent == ancestor) { in getRelativeLeft() 368 private int getRelativeRight(View child, View ancestor) { in getRelativeRight() argument 372 if (parent == ancestor) { in getRelativeRight() 381 private int getRelativeTop(View child, View ancestor) { in getRelativeTop() argument 385 if (parent == ancestor) { in getRelativeTop()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/ |
D | BrowseTree.java | 437 static BrowseNode getEldestChild(BrowseNode ancestor, BrowseNode target) { in getEldestChild() argument 441 Log.d(TAG, "NAVIGATING ancestor" + ancestor.toString() + "Target" in getEldestChild() 444 while (!ancestor.equals(descendant.mParent)) { in getEldestChild()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Utilities.java | 200 View descendant, View ancestor, float[] coord, boolean includeRootScroll) { in getDescendantCoordRelativeToAncestor() argument 201 return getDescendantCoordRelativeToAncestor(descendant, ancestor, coord, includeRootScroll, in getDescendantCoordRelativeToAncestor() 221 public static float getDescendantCoordRelativeToAncestor(View descendant, View ancestor, in getDescendantCoordRelativeToAncestor() argument 226 while(v != ancestor && v != null) { in getDescendantCoordRelativeToAncestor()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_US_wordlist.combined.gz |
|
D | en_GB_wordlist.combined.gz |
|
D | en_wordlist.combined.gz |
|