Searched refs:hasCapture (Results 1 – 4 of 4) 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()
391 public void onPointerCaptureChanged(boolean hasCapture) { in onPointerCaptureChanged() argument393 mHasPointerCapture = hasCapture; in onPointerCaptureChanged()398 void waitAndAssertPointerCaptureState(boolean hasCapture) throws InterruptedException { in waitAndAssertPointerCaptureState() argument400 if (mHasPointerCapture != hasCapture) { in waitAndAssertPointerCaptureState()403 assertEquals(getLogTag() + " must" + (hasCapture ? "" : " not") in waitAndAssertPointerCaptureState()404 + " have pointer capture.", hasCapture, mHasPointerCapture); in waitAndAssertPointerCaptureState()