Home
last modified time | relevance | path

Searched defs:findView (Results 1 – 9 of 9) sorted by relevance

/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/accessibility/
H A DAccessibilityNodeIdManager.java67 public View findView(int id) { in findView() method in AccessibilityNodeIdManager
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
H A DDragStartListener.java191 @Nullable View findView(float x, float y); in findView() method
/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/packages/SystemUI/src/com/android/systemui/statusbar/
H A DPulseExpansionHandler.kt313 private fun findView(x: Float, y: Float): ExpandableView? { regex
H A DLockscreenShadeTransitionController.kt818 private fun findView(x: Float, y: Float): ExpandableView? { regex
/aosp12/frameworks/base/core/java/android/view/
H A DViewDebug.java563 public static View findView(View root, String parameter) { in findView() method in ViewDebug
/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
/aosp12/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java2788 private View findView(@NonNull AutofillId autofillId) { in findView() method in AutofillManager