Searched refs:hasCapture (Results 1 – 6 of 6) sorted by relevance
49 public void dispatchPointerCaptureChanged(boolean hasCapture) { in dispatchPointerCaptureChanged() argument51 super.dispatchPointerCaptureChanged(hasCapture); in dispatchPointerCaptureChanged()55 public void onPointerCaptureChange(boolean hasCapture) { in onPointerCaptureChange() argument57 super.onPointerCaptureChange(hasCapture); in onPointerCaptureChange()
39 public void onPointerCaptureChanged(boolean hasCapture) { in onPointerCaptureChanged() argument40 mHasCapture = hasCapture; in onPointerCaptureChanged()
83 public void onPointerCaptureChanged(boolean hasCapture) { in onPointerCaptureChanged() argument85 mPointerCaptureCallback.accept(hasCapture); in onPointerCaptureChanged()
543 public void onPointerCaptureChanged(boolean hasCapture) { in onPointerCaptureChanged() argument544 StateLogger.logAlways(getLogTag() + " onPointerCaptureChanged: " + hasCapture); in onPointerCaptureChanged()546 mHasPointerCapture = hasCapture; in onPointerCaptureChanged()549 super.onPointerCaptureChanged(hasCapture); in onPointerCaptureChanged()552 void waitAndAssertPointerCaptureState(boolean hasCapture) { in waitAndAssertPointerCaptureState() argument554 if (mHasPointerCapture != hasCapture) { in waitAndAssertPointerCaptureState()560 assertEquals(getLogTag() + " must" + (hasCapture ? "" : " not") in waitAndAssertPointerCaptureState()561 + " have pointer capture.", hasCapture, mHasPointerCapture); in waitAndAssertPointerCaptureState()
453 mTestActivity.setPointerCaptureCallback(hasCapture -> { in ensurePointerCaptureState()454 if (enable == hasCapture) { in ensurePointerCaptureState()