Searched refs:requestPointerCapture (Results 1 – 2 of 2) sorted by relevance
240 getInstrumentation().runOnMainSync(primaryActivity::requestPointerCapture); in testPointerCapture()255 getInstrumentation().runOnMainSync(secondaryActivity::requestPointerCapture); in testPointerCapture()409 void requestPointerCapture() { in requestPointerCapture() method in WindowFocusTests.InputTargetActivity410 getWindow().getDecorView().requestPointerCapture(); in requestPointerCapture()
94 mActivityRule.runOnUiThread(view::requestPointerCapture); in requestCaptureSync()