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.java240 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