Searched refs:waitAndAssertPointerCaptureState (Results 1 – 1 of 1) sorted by relevance
240 primaryActivity.waitAndAssertPointerCaptureState(true /* hasCapture */); in testPointerCapture()251 primaryActivity.waitAndAssertPointerCaptureState(false /* hasCapture */); in testPointerCapture()255 secondaryActivity.waitAndAssertPointerCaptureState(true /* hasCapture */); in testPointerCapture()260 secondaryActivity.waitAndAssertPointerCaptureState(false /* hasCapture */); in testPointerCapture()397 void waitAndAssertPointerCaptureState(boolean hasCapture) throws InterruptedException { in waitAndAssertPointerCaptureState() method in WindowFocusTests.InputTargetActivity