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()
609 default public void onPointerCaptureChanged(boolean hasCapture) { }; in onPointerCaptureChanged() argument
4888 private void handlePointerCaptureChanged(boolean hasCapture) { in handlePointerCaptureChanged() argument4889 if (mPointerCapture == hasCapture) { in handlePointerCaptureChanged()4892 mPointerCapture = hasCapture; in handlePointerCaptureChanged()4894 mView.dispatchPointerCaptureChanged(hasCapture); in handlePointerCaptureChanged()5452 final boolean hasCapture = msg.arg1 != 0; in handleMessageImpl()5453 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()
28210 public void onPointerCaptureChange(boolean hasCapture) { in onPointerCaptureChange() argument28216 public void dispatchPointerCaptureChanged(boolean hasCapture) { in dispatchPointerCaptureChanged() argument28217 onPointerCaptureChange(hasCapture); in dispatchPointerCaptureChanged()
2638 public void dispatchPointerCaptureChanged(boolean hasCapture) { in dispatchPointerCaptureChanged() argument2639 super.dispatchPointerCaptureChanged(hasCapture); in dispatchPointerCaptureChanged()2641 mWindow.getCallback().onPointerCaptureChanged(hasCapture); in dispatchPointerCaptureChanged()
828 void consumeCaptureEvent(bool hasCapture) { in consumeCaptureEvent() argument840 EXPECT_EQ(hasCapture, captureEvent.getPointerCaptureEnabled()); in consumeCaptureEvent()1046 void consumeCaptureEvent(bool hasCapture) { in consumeCaptureEvent() argument1049 mInputReceiver->consumeCaptureEvent(hasCapture); in consumeCaptureEvent()