Searched refs:requestPointerCapture (Results 1 – 3 of 3) sorted by relevance
232 getInstrumentation().runOnMainSync(primaryActivity::requestPointerCapture); in testPointerCapture()243 getInstrumentation().runOnMainSync(secondaryActivity::requestPointerCapture); in testPointerCapture()418 void requestPointerCapture() { in requestPointerCapture() method in WindowFocusTests.InputTargetActivity419 getWindow().getDecorView().requestPointerCapture(); in requestPointerCapture()509 requestPointerCapture(); in onWindowFocusChanged()
422 mActivityRule.getActivity().runOnUiThread(enable ? mDecorView::requestPointerCapture in ensurePointerCaptureState()
94 mActivityRule.runOnUiThread(view::requestPointerCapture); in requestCaptureSync()