Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowFocusTests.java240 getInstrumentation().runOnMainSync(primaryActivity::requestPointerCapture); in testPointerCapture()
255 getInstrumentation().runOnMainSync(secondaryActivity::requestPointerCapture); in testPointerCapture()
409 void requestPointerCapture() { in requestPointerCapture() method in WindowFocusTests.InputTargetActivity
410 getWindow().getDecorView().requestPointerCapture(); in requestPointerCapture()
/cts/tests/tests/view/src/android/view/cts/
DPointerCaptureTest.java94 mActivityRule.runOnUiThread(view::requestPointerCapture); in requestCaptureSync()