Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java6248 boolean hasPointerCapture() { in hasPointerCapture() method in ViewRootImpl
8026 if (!hasPointerCapture() || mView.dispatchCapturedPointerEvent(event)) { in processTrackballEvent()
8041 if (hasPointerCapture() && mView.dispatchCapturedPointerEvent(event)) { in processGenericMotionEvent()
DView.java16509 if (!hasPointerCapture()) { in dispatchCapturedPointerEvent()
30693 public boolean hasPointerCapture() { in hasPointerCapture() method
30698 return viewRootImpl.hasPointerCapture(); in hasPointerCapture()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt52801 method public boolean hasPointerCapture();
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt64040 Landroid/view/ViewRootImpl;->hasPointerCapture()Z