Searched refs:ancestor (Results 1 – 9 of 9) sorted by relevance
68 public void enforce(View target, View ancestor) { in enforce() argument78 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()
303 static boolean isDescendant(@NonNull AccessibilityNodeInfo ancestor, in isDescendant() argument309 boolean result = parent.equals(ancestor) || isDescendant(ancestor, parent); in isDescendant()385 AccessibilityNodeInfo ancestor = node.getParent(); in getAncestorFocusArea() local386 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()
355 private int getRelativeLeft(View child, View ancestor) { in getRelativeLeft() argument359 if (parent == ancestor) { in getRelativeLeft()368 private int getRelativeRight(View child, View ancestor) { in getRelativeRight() argument372 if (parent == ancestor) { in getRelativeRight()381 private int getRelativeTop(View child, View ancestor) { in getRelativeTop() argument385 if (parent == ancestor) { in getRelativeTop()
538 static BrowseNode getEldestChild(BrowseNode ancestor, BrowseNode target) { in getEldestChild() argument542 Log.d(TAG, "NAVIGATING ancestor" + ancestor.toString() + "Target" in getEldestChild()545 while (!ancestor.equals(descendant.mParent)) { in getEldestChild()
194 View descendant, View ancestor, float[] coord, boolean includeRootScroll) { in getDescendantCoordRelativeToAncestor() argument195 return getDescendantCoordRelativeToAncestor(descendant, ancestor, coord, includeRootScroll, in getDescendantCoordRelativeToAncestor()213 public static float getDescendantCoordRelativeToAncestor(View descendant, View ancestor, in getDescendantCoordRelativeToAncestor() argument217 while(v != ancestor && v != null) { in getDescendantCoordRelativeToAncestor()
307 private static void getRelativePosition(View descendant, View ancestor, RectF position) { in getRelativePosition() argument309 Utilities.getDescendantCoordRelativeToAncestor(descendant, ancestor, points, in getRelativePosition()
1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
1dictionary=main:en,locale=en,description=English,date=1414726273, ...