Home
last modified time | relevance | path

Searched refs:waitAndAssertPointerCaptureState (Results 1 – 1 of 1) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowFocusTests.java241 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