Home
last modified time | relevance | path

Searched refs:sendPointerSync (Results 1 – 12 of 12) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DSeekBarTest.java128 mInstrumentation.sendPointerSync(event); in testSetOnSeekBarChangeListener()
140 mInstrumentation.sendPointerSync(event); in testSetOnSeekBarChangeListener()
150 mInstrumentation.sendPointerSync(event); in testSetOnSeekBarChangeListener()
DNumberPickerTest.java547 mInstrumentation.sendPointerSync(event); in testEnterKey()
559 mInstrumentation.sendPointerSync(event); in testEnterKey()
564 mInstrumentation.sendPointerSync(event); in testEnterKey()
577 mInstrumentation.sendPointerSync(event); in testEnterKey()
DPopupMenuTest.java484 instrumentation.sendPointerSync(event); in injectMouseEvent()
DPopupWindowTest.java1617 mInstrumentation.sendPointerSync(event); in testSetTouchInterceptor()
1623 mInstrumentation.sendPointerSync(event); in testSetTouchInterceptor()
1630 mInstrumentation.sendPointerSync(event); in testSetTouchInterceptor()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowInsetsControllerTests.java792 sendPointerSync(event); in dragOnDisplay()
798 sendPointerSync(event); in dragOnDisplay()
804 sendPointerSync(event); in dragOnDisplay()
808 private void sendPointerSync(MotionEvent event) { in sendPointerSync() method in WindowInsetsControllerTests
810 () -> getInstrumentation().sendPointerSync(event)); in sendPointerSync()
DWindowFocusTests.java112 getInstrumentation().sendPointerSync(downEvent); in tapOn()
116 getInstrumentation().sendPointerSync(upEvent); in tapOn()
DWindowInputTests.java730 mInstrumentation.sendPointerSync(eventHover); in testInjectToStatusBar()
751 mInstrumentation.sendPointerSync(eventDown); in testInjectFromThread()
756 mInstrumentation.sendPointerSync(eventDown); in testInjectFromThread()
762 mInstrumentation.sendPointerSync(eventMove); in testInjectFromThread()
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebChromeClientTest.java413 getInstrumentation().sendPointerSync( in tapWebView()
418 getInstrumentation().sendPointerSync( in tapWebView()
/cts/tests/tests/view/src/android/view/cts/
DHoverTest.java107 mInstrumentation.sendPointerSync( in injectHoverMove()
DPointerCaptureTest.java133 mInstrumentation.sendPointerSync(event); in injectMotionEvent()
DViewTest.java510 mInstrumentation.sendPointerSync(event); in testMouseEventCallsGetPointerIcon()
3659 mInstrumentation.sendPointerSync(event); in testOnTouchEventScroll()
3672 mInstrumentation.sendPointerSync(event); in testOnTouchEventScroll()
3683 mInstrumentation.sendPointerSync(event); in testOnTouchEventScroll()
3694 mInstrumentation.sendPointerSync(event); in testOnTouchEventScroll()
3703 mInstrumentation.sendPointerSync(event); in testOnTouchEventScroll()
3711 mInstrumentation.sendPointerSync(event); in testOnTouchEventScroll()
4000 mInstrumentation.sendPointerSync(event); in testTouchMode()
4007 mInstrumentation.sendPointerSync(event); in testTouchMode()
4015 mInstrumentation.sendPointerSync(event); in testTouchMode()
/cts/tests/app/src/android/app/cts/
DInstrumentationTest.java357 mInstrumentation.sendPointerSync(orig); in testSendPointerSync()