Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowFocusTests.java232 getInstrumentation().runOnMainSync(primaryActivity::requestPointerCapture); in testPointerCapture()
243 getInstrumentation().runOnMainSync(secondaryActivity::requestPointerCapture); in testPointerCapture()
419 void requestPointerCapture() { in requestPointerCapture() method in WindowFocusTests.InputTargetActivity
420 getWindow().getDecorView().requestPointerCapture(); in requestPointerCapture()
510 requestPointerCapture(); in onWindowFocusChanged()
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DInputTestCase.java423 mActivityRule.getActivity().runOnUiThread(enable ? mDecorView::requestPointerCapture in ensurePointerCaptureState()
/cts/tests/tests/view/src/android/view/cts/
DPointerCaptureTest.java94 mActivityRule.runOnUiThread(view::requestPointerCapture); in requestCaptureSync()