Home
last modified time | relevance | path

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

/aosp12/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()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
H A DDragStartListener.java99 return startDrag(mViewFinder.findView(event.getX(), event.getY()), event); in onDragEvent()
191 @Nullable View findView(float x, float y); in findView() method
/aosp12/frameworks/layoutlib/bridge/src/android/view/accessibility/
H A DAccessibilityNodeIdManager.java57 public View findView(int id) { in findView() method in AccessibilityNodeIdManager
/aosp12/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);
1089 final View captureView = findView(root, parameter);
1277 private static View findView(ViewGroup group, String className, int hashCode) {
1286 final View found = findView((ViewGroup) view, className, hashCode);
1294 final View found = findView((ViewGroup) view.mOverlay.mOverlayViewGroup,
H A DAccessibilityInteractionController.java853 return AccessibilityNodeIdManager.getInstance().findView(accessibilityId); in findViewByAccessibilityId()
H A DViewRootImpl.java9284 return AccessibilityNodeIdManager.getInstance().findView(accessibilityViewId); in getSourceForAccessibilityEvent()
/aosp12/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeIdManager.java67 public View findView(int id) { in findView() method in AccessibilityNodeIdManager
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DPulseExpansionHandler.kt270 mStartingChild = findView(x, y)
313 private fun findView(x: Float, y: Float): ExpandableView? { regex
H A DLockscreenShadeTransitionController.kt760 startingChild = findView(x, y)
818 private fun findView(x: Float, y: Float): ExpandableView? { regex
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java213 private ExpandableView findView(float x, float y) { in findView() method in ExpandHelper
334 mResizedView = findView(x, y); in onInterceptTouchEvent()
435 mResizedView = findView(x, y); in onTouchEvent()
/aosp12/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java2185 final View anchor = findView(id); in requestShowFillUi()
2232 final View anchor = findView(id); in dispatchUnhandledKey()
2530 final View view = findView(id); in setNotifyOnClickLocked()
2662 final View anchor = id == null ? null : findView(id); in requestHideFillUi()
2740 final View anchor = findView(id); in notifyNoFillUi()
2759 final View anchor = findView(id); in notifyCallback()
2788 private View findView(@NonNull AutofillId autofillId) { in findView() method in AutofillManager
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/base/
H A DShared.java379 public static @Nullable <T> T findView(Activity activity, int... resources) { in findView() method in Shared
/aosp12/frameworks/base/core/java/android/ddm/
H A DDdmHandleViewDebug.java204 return ViewDebug.findView(root, viewName); in getTargetView()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt62679 Landroid/view/autofill/AutofillManager;->findView(Landroid/view/autofill/AutofillId;)Landroid/view/…
67283 Landroid/view/ViewDebug;->findView(Landroid/view/View;Ljava/lang/String;)Landroid/view/View;
67284 Landroid/view/ViewDebug;->findView(Landroid/view/ViewGroup;Ljava/lang/String;I)Landroid/view/View;