Searched refs:hasCapture (Results 1 – 8 of 8) sorted by relevance
163 public void onPointerCaptureChanged(boolean hasCapture) { in onPointerCaptureChanged() argument164 mWrapped.onPointerCaptureChanged(hasCapture); in onPointerCaptureChanged()
609 default public void onPointerCaptureChanged(boolean hasCapture) { }; in onPointerCaptureChanged() argument
5001 private void handlePointerCaptureChanged(boolean hasCapture) { in handlePointerCaptureChanged() argument5002 if (mPointerCapture == hasCapture) { in handlePointerCaptureChanged()5005 mPointerCapture = hasCapture; in handlePointerCaptureChanged()5007 mView.dispatchPointerCaptureChanged(hasCapture); in handlePointerCaptureChanged()5560 final boolean hasCapture = msg.arg1 != 0; in handleMessageImpl()5561 handlePointerCaptureChanged(hasCapture); in handleMessageImpl()
2028 public void dispatchPointerCaptureChanged(boolean hasCapture) { in dispatchPointerCaptureChanged() argument2031 super.dispatchPointerCaptureChanged(hasCapture); in dispatchPointerCaptureChanged()2035 children[i].dispatchPointerCaptureChanged(hasCapture); in dispatchPointerCaptureChanged()
28344 public void onPointerCaptureChange(boolean hasCapture) { in onPointerCaptureChange() argument28350 public void dispatchPointerCaptureChanged(boolean hasCapture) { in dispatchPointerCaptureChanged() argument28351 onPointerCaptureChange(hasCapture); in dispatchPointerCaptureChanged()
2630 public void dispatchPointerCaptureChanged(boolean hasCapture) { in dispatchPointerCaptureChanged() argument2631 super.dispatchPointerCaptureChanged(hasCapture); in dispatchPointerCaptureChanged()2633 mWindow.getCallback().onPointerCaptureChanged(hasCapture); in dispatchPointerCaptureChanged()
836 void consumeCaptureEvent(bool hasCapture) { in consumeCaptureEvent() argument848 EXPECT_EQ(hasCapture, captureEvent.getPointerCaptureEnabled()); in consumeCaptureEvent()1059 void consumeCaptureEvent(bool hasCapture) { in consumeCaptureEvent() argument1062 mInputReceiver->consumeCaptureEvent(hasCapture); in consumeCaptureEvent()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...