Home
last modified time | relevance | path

Searched refs:hasPointerCapture (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/
H A DViewRootImpl.java5641 boolean hasPointerCapture() { in hasPointerCapture() method in ViewRootImpl
7283 if (!hasPointerCapture() || mView.dispatchCapturedPointerEvent(event)) { in processTrackballEvent()
7298 if (hasPointerCapture() && mView.dispatchCapturedPointerEvent(event)) { in processGenericMotionEvent()
H A DView.java15741 if (!hasPointerCapture()) { in dispatchCapturedPointerEvent()
29624 public boolean hasPointerCapture() { in hasPointerCapture() method in View
29629 return viewRootImpl.hasPointerCapture(); in hasPointerCapture()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt52289 method public boolean hasPointerCapture();
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt64683 Landroid/view/ViewRootImpl;->hasPointerCapture()Z