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()
125 void dispatchPointerCaptureChanged(boolean hasCapture); in dispatchPointerCaptureChanged() argument
596 default public void onPointerCaptureChanged(boolean hasCapture) { }; in onPointerCaptureChanged() argument
4224 private void handlePointerCaptureChanged(boolean hasCapture) { in handlePointerCaptureChanged() argument4225 if (mPointerCapture == hasCapture) { in handlePointerCaptureChanged()4228 mPointerCapture = hasCapture; in handlePointerCaptureChanged()4230 mView.dispatchPointerCaptureChanged(hasCapture); in handlePointerCaptureChanged()4795 final boolean hasCapture = msg.arg1 != 0; in handleMessage()4796 handlePointerCaptureChanged(hasCapture); in handleMessage()8722 public void dispatchPointerCaptureChanged(boolean hasCapture) { in dispatchPointerCaptureChanged() argument8725 viewAncestor.dispatchPointerCaptureChanged(hasCapture); in dispatchPointerCaptureChanged()
1986 public void dispatchPointerCaptureChanged(boolean hasCapture) { in dispatchPointerCaptureChanged() argument1989 super.dispatchPointerCaptureChanged(hasCapture); in dispatchPointerCaptureChanged()1993 children[i].dispatchPointerCaptureChanged(hasCapture); in dispatchPointerCaptureChanged()
27435 public void onPointerCaptureChange(boolean hasCapture) { in onPointerCaptureChange() argument27441 public void dispatchPointerCaptureChanged(boolean hasCapture) { in dispatchPointerCaptureChanged() argument27442 onPointerCaptureChange(hasCapture); in dispatchPointerCaptureChanged()
112 public void dispatchPointerCaptureChanged(boolean hasCapture) { in dispatchPointerCaptureChanged() argument
152 public void dispatchPointerCaptureChanged(boolean hasCapture) { in dispatchPointerCaptureChanged() argument
2512 public void dispatchPointerCaptureChanged(boolean hasCapture) { in dispatchPointerCaptureChanged() argument2513 super.dispatchPointerCaptureChanged(hasCapture); in dispatchPointerCaptureChanged()2515 mWindow.getCallback().onPointerCaptureChanged(hasCapture); in dispatchPointerCaptureChanged()