Home
last modified time | relevance | path

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

/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/packages/SystemUI/src/com/android/systemui/statusbar/
H A DPulseExpansionHandler.kt329 private fun findView(x: Float, y: Float): ExpandableView? { regex
H A DLockscreenShadeTransitionController.kt947 private fun findView(x: Float, y: Float): ExpandableView? { regex
/aosp14/frameworks/base/core/java/android/view/
H A DViewDebug.java563 public static View findView(View root, String parameter) { in findView() method in ViewDebug
/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
/aosp14/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java3340 private View findView(@NonNull AutofillId autofillId) { in findView() method in AutofillManager