Searched refs:waitAndAssertPointerCaptureState (Results 1 – 1 of 1) sorted by relevance
375 primaryActivity.waitAndAssertPointerCaptureState(true /* hasCapture */); in testPointerCapture()382 primaryActivity.waitAndAssertPointerCaptureState(false /* hasCapture */); in testPointerCapture()386 secondaryActivity.waitAndAssertPointerCaptureState(true /* hasCapture */); in testPointerCapture()392 secondaryActivity.waitAndAssertPointerCaptureState(false /* hasCapture */); in testPointerCapture()407 primaryActivity.waitAndAssertPointerCaptureState(true /* hasCapture */); in testPointerCaptureWhenFocus()419 primaryActivity.waitAndAssertPointerCaptureState(false /* hasCapture */); in testPointerCaptureWhenFocus()420 secondaryActivity.waitAndAssertPointerCaptureState(false /* hasCapture */); in testPointerCaptureWhenFocus()424 primaryActivity.waitAndAssertPointerCaptureState(true /* hasCapture */); in testPointerCaptureWhenFocus()552 void waitAndAssertPointerCaptureState(boolean hasCapture) { in waitAndAssertPointerCaptureState() method in WindowFocusTests.InputTargetActivity