Searched refs:hasPointerCapture (Results 1 – 5 of 5) sorted by relevance
6248 boolean hasPointerCapture() { in hasPointerCapture() method in ViewRootImpl8026 if (!hasPointerCapture() || mView.dispatchCapturedPointerEvent(event)) { in processTrackballEvent()8041 if (hasPointerCapture() && mView.dispatchCapturedPointerEvent(event)) { in processGenericMotionEvent()
16509 if (!hasPointerCapture()) { in dispatchCapturedPointerEvent()30693 public boolean hasPointerCapture() { in hasPointerCapture() method30698 return viewRootImpl.hasPointerCapture(); in hasPointerCapture()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
52801 method public boolean hasPointerCapture();
64040 Landroid/view/ViewRootImpl;->hasPointerCapture()Z