Home
last modified time | relevance | path

Searched refs:ancestor (Results 1 – 9 of 9) sorted by relevance

/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DTouchTargetEnforcer.java68 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/Car/RotaryController/src/com/android/car/rotary/
DUtils.java303 static boolean isDescendant(@NonNull AccessibilityNodeInfo ancestor, in isDescendant() argument
309 boolean result = parent.equals(ancestor) || isDescendant(ancestor, parent); in isDescendant()
385 AccessibilityNodeInfo ancestor = node.getParent(); in getAncestorFocusArea() local
386 while (ancestor != null) { in getAncestorFocusArea()
387 if (isFocusArea(ancestor)) { in getAncestorFocusArea()
388 return ancestor; in getAncestorFocusArea()
390 AccessibilityNodeInfo nextAncestor = ancestor.getParent(); in getAncestorFocusArea()
391 ancestor.recycle(); in getAncestorFocusArea()
392 ancestor = nextAncestor; in getAncestorFocusArea()
/packages/apps/TV/common/src/com/android/tv/common/ui/setup/animation/
DFadeAndShortSlide.java355 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/
DBrowseTree.java538 static BrowseNode getEldestChild(BrowseNode ancestor, BrowseNode target) { in getEldestChild() argument
542 Log.d(TAG, "NAVIGATING ancestor" + ancestor.toString() + "Target" in getEldestChild()
545 while (!ancestor.equals(descendant.mParent)) { in getEldestChild()
/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java194 View descendant, View ancestor, float[] coord, boolean includeRootScroll) { in getDescendantCoordRelativeToAncestor() argument
195 return getDescendantCoordRelativeToAncestor(descendant, ancestor, coord, includeRootScroll, in getDescendantCoordRelativeToAncestor()
213 public static float getDescendantCoordRelativeToAncestor(View descendant, View ancestor, in getDescendantCoordRelativeToAncestor() argument
217 while(v != ancestor && v != null) { in getDescendantCoordRelativeToAncestor()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DFloatingWidgetView.java307 private static void getRelativePosition(View descendant, View ancestor, RectF position) { in getRelativePosition() argument
309 Utilities.getDescendantCoordRelativeToAncestor(descendant, ancestor, points, in getRelativePosition()
/packages/inputmethods/LatinIME/dictionaries/
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...