Home
last modified time | relevance | path

Searched refs:findView (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/view/accessibility/
H A DFindViewByIdTest.java61 View result = AccessibilityNodeIdManager.getInstance().findView( in testFindViewById()
79 View result = AccessibilityNodeIdManager.getInstance().findView( in testFindViewByIdReturnNullIfRemovedFromHierarchy()
96 View result = AccessibilityNodeIdManager.getInstance().findView( in testFindViewByIdReturnNullIfNotImportant()
/aosp14/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeIdManager.java67 public View findView(int id) { in findView() method in AccessibilityNodeIdManager
/aosp14/frameworks/base/core/java/android/view/
H A DViewDebug.java563 public static View findView(View root, String parameter) { in findView() method in ViewDebug
572 return findView((ViewGroup) view, className, hashCode); in findView()
584 final View view = findView(root, parameter); in invalidate()
591 final View view = findView(root, parameter); in requestLayout()
604 final View view = findView(root, parameter); in profile()
822 final View view = findView(root, parameter);
1090 final View captureView = findView(root, parameter);
1278 private static View findView(ViewGroup group, String className, int hashCode) {
1287 final View found = findView((ViewGroup) view, className, hashCode);
1295 final View found = findView((ViewGroup) view.mOverlay.mOverlayViewGroup,
H A DAccessibilityInteractionController.java941 return AccessibilityNodeIdManager.getInstance().findView(accessibilityId); in findViewByAccessibilityId()
H A DViewRootImpl.java10039 return AccessibilityNodeIdManager.getInstance().findView(accessibilityViewId); in getSourceForAccessibilityEvent()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DPulseExpansionHandler.kt279 mStartingChild = findView(x, y)
329 private fun findView(x: Float, y: Float): ExpandableView? { regex
H A DLockscreenShadeTransitionController.kt882 startingChild = findView(x, y)
947 private fun findView(x: Float, y: Float): ExpandableView? { regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java233 private ExpandableView findView(float x, float y) { in findView() method in ExpandHelper
354 mResizedView = findView(x, y); in onInterceptTouchEvent()
455 mResizedView = findView(x, y); in onTouchEvent()
/aosp14/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java2717 final View anchor = findView(id); in requestShowFillUi()
2764 final View anchor = findView(id); in dispatchUnhandledKey()
3082 final View view = findView(id); in setNotifyOnClickLocked()
3214 final View anchor = id == null ? null : findView(id); in requestHideFillUi()
3292 final View anchor = findView(id); in notifyNoFillUi()
3311 final View anchor = findView(id); in notifyCallback()
3340 private View findView(@NonNull AutofillId autofillId) { in findView() method in AutofillManager
/aosp14/frameworks/base/core/java/android/ddm/
H A DDdmHandleViewDebug.java210 return ViewDebug.findView(root, viewName); in getTargetView()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt59356 Landroid/view/autofill/AutofillManager;->findView(Landroid/view/autofill/AutofillId;)Landroid/view/…
63960 Landroid/view/ViewDebug;->findView(Landroid/view/View;Ljava/lang/String;)Landroid/view/View;
63961 Landroid/view/ViewDebug;->findView(Landroid/view/ViewGroup;Ljava/lang/String;I)Landroid/view/View;