Searched refs:hasCapture (Results 1 – 9 of 9) sorted by relevance
163 public void onPointerCaptureChanged(boolean hasCapture) { in onPointerCaptureChanged() argument164 mWrapped.onPointerCaptureChanged(hasCapture); in onPointerCaptureChanged()
621 default public void onPointerCaptureChanged(boolean hasCapture) { }; in onPointerCaptureChanged() argument
6263 private void handlePointerCaptureChanged(boolean hasCapture) { in handlePointerCaptureChanged() argument6264 if (mPointerCapture == hasCapture) { in handlePointerCaptureChanged()6267 mPointerCapture = hasCapture; in handlePointerCaptureChanged()6269 mView.dispatchPointerCaptureChanged(hasCapture); in handlePointerCaptureChanged()6881 final boolean hasCapture = msg.arg1 != 0; in handleMessageImpl()6882 handlePointerCaptureChanged(hasCapture); in handleMessageImpl()
2026 public void dispatchPointerCaptureChanged(boolean hasCapture) { in dispatchPointerCaptureChanged() argument2029 super.dispatchPointerCaptureChanged(hasCapture); in dispatchPointerCaptureChanged()2033 children[i].dispatchPointerCaptureChanged(hasCapture); in dispatchPointerCaptureChanged()
30770 public void onPointerCaptureChange(boolean hasCapture) { in onPointerCaptureChange() argument30776 public void dispatchPointerCaptureChanged(boolean hasCapture) { in dispatchPointerCaptureChanged() argument30777 onPointerCaptureChange(hasCapture); in dispatchPointerCaptureChanged()
89 void consumeCaptureEvent(bool hasCapture);341 inline void consumeCaptureEvent(bool hasCapture) { in consumeCaptureEvent() argument344 mInputReceiver->consumeCaptureEvent(hasCapture); in consumeCaptureEvent()
162 void FakeInputReceiver::consumeCaptureEvent(bool hasCapture) { in consumeCaptureEvent() argument172 EXPECT_EQ(hasCapture, captureEvent.getPointerCaptureEnabled()); in consumeCaptureEvent()
2284 public void dispatchPointerCaptureChanged(boolean hasCapture) { in dispatchPointerCaptureChanged() argument2285 super.dispatchPointerCaptureChanged(hasCapture); in dispatchPointerCaptureChanged()2287 mWindow.getCallback().onPointerCaptureChanged(hasCapture); in dispatchPointerCaptureChanged()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...