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.java233 primaryActivity.waitAndAssertPointerCaptureState(true /* hasCapture */); in testPointerCapture()
240 primaryActivity.waitAndAssertPointerCaptureState(false /* hasCapture */); in testPointerCapture()
244 secondaryActivity.waitAndAssertPointerCaptureState(true /* hasCapture */); in testPointerCapture()
250 secondaryActivity.waitAndAssertPointerCaptureState(false /* hasCapture */); in testPointerCapture()
262 primaryActivity.waitAndAssertPointerCaptureState(true /* hasCapture */); in testPointerCaptureWhenFocus()
274 primaryActivity.waitAndAssertPointerCaptureState(false /* hasCapture */); in testPointerCaptureWhenFocus()
275 secondaryActivity.waitAndAssertPointerCaptureState(false /* hasCapture */); in testPointerCaptureWhenFocus()
279 primaryActivity.waitAndAssertPointerCaptureState(true /* hasCapture */); in testPointerCaptureWhenFocus()
405 void waitAndAssertPointerCaptureState(boolean hasCapture) { in waitAndAssertPointerCaptureState() method in WindowFocusTests.InputTargetActivity