Searched refs:hasCapture (Results 1 – 7 of 7) sorted by relevance
163 public void onPointerCaptureChanged(boolean hasCapture) { in onPointerCaptureChanged() argument164 mWrapped.onPointerCaptureChanged(hasCapture); in onPointerCaptureChanged()
611 default public void onPointerCaptureChanged(boolean hasCapture) { }; in onPointerCaptureChanged() argument
5656 private void handlePointerCaptureChanged(boolean hasCapture) { in handlePointerCaptureChanged() argument5657 if (mPointerCapture == hasCapture) { in handlePointerCaptureChanged()5660 mPointerCapture = hasCapture; in handlePointerCaptureChanged()5662 mView.dispatchPointerCaptureChanged(hasCapture); in handlePointerCaptureChanged()6255 final boolean hasCapture = msg.arg1 != 0; in handleMessageImpl()6256 handlePointerCaptureChanged(hasCapture); in handleMessageImpl()
2030 public void dispatchPointerCaptureChanged(boolean hasCapture) { in dispatchPointerCaptureChanged() argument2033 super.dispatchPointerCaptureChanged(hasCapture); in dispatchPointerCaptureChanged()2037 children[i].dispatchPointerCaptureChanged(hasCapture); in dispatchPointerCaptureChanged()
29701 public void onPointerCaptureChange(boolean hasCapture) { in onPointerCaptureChange() argument29707 public void dispatchPointerCaptureChanged(boolean hasCapture) { in dispatchPointerCaptureChanged() argument29708 onPointerCaptureChange(hasCapture); in dispatchPointerCaptureChanged()
2606 public void dispatchPointerCaptureChanged(boolean hasCapture) { in dispatchPointerCaptureChanged() argument2607 super.dispatchPointerCaptureChanged(hasCapture); in dispatchPointerCaptureChanged()2609 mWindow.getCallback().onPointerCaptureChanged(hasCapture); in dispatchPointerCaptureChanged()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...