Searched refs:hasPointerCapture (Results 1 – 5 of 5) sorted by relevance
5641 boolean hasPointerCapture() { in hasPointerCapture() method in ViewRootImpl7283 if (!hasPointerCapture() || mView.dispatchCapturedPointerEvent(event)) { in processTrackballEvent()7298 if (hasPointerCapture() && mView.dispatchCapturedPointerEvent(event)) { in processGenericMotionEvent()
15741 if (!hasPointerCapture()) { in dispatchCapturedPointerEvent()29624 public boolean hasPointerCapture() { in hasPointerCapture() method in View29629 return viewRootImpl.hasPointerCapture(); in hasPointerCapture()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
52289 method public boolean hasPointerCapture();
64683 Landroid/view/ViewRootImpl;->hasPointerCapture()Z