Searched refs:waitAndAssertPointerCaptureState (Results 1 – 1 of 1) sorted by relevance
241 primaryActivity.waitAndAssertPointerCaptureState(true /* hasCapture */); in testPointerCapture()252 primaryActivity.waitAndAssertPointerCaptureState(false /* hasCapture */); in testPointerCapture()256 secondaryActivity.waitAndAssertPointerCaptureState(true /* hasCapture */); in testPointerCapture()261 secondaryActivity.waitAndAssertPointerCaptureState(false /* hasCapture */); in testPointerCapture()398 void waitAndAssertPointerCaptureState(boolean hasCapture) throws InterruptedException { in waitAndAssertPointerCaptureState() method in WindowFocusTests.InputTargetActivity