Searched refs:sendEvent (Results 1 – 5 of 5) sorted by relevance
/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/ime/ |
D | CtsBaseInputMethod.java | 80 sendEvent(ON_CREATE); in onCreate() 112 sendEvent(ON_BIND_INPUT); in onBindInput() 144 sendEvent(ON_START_INPUT, editorInfo, restarting); in onStartInput() 168 sendEvent(ON_START_INPUT_VIEW, editorInfo, restarting); in onStartInputView() 179 sendEvent(ON_UNBIND_INPUT); in onUnbindInput() 187 sendEvent(ON_FINISH_INPUT_VIEW, finishingInput); in onFinishInputView() 197 sendEvent(ON_FINISH_INPUT); in onFinishInput() 207 sendEvent(ON_DESTROY); in onDestroy() 245 private void sendEvent(DeviceEventType type, Object... args) { in sendEvent() method in CtsBaseInputMethod
|
/cts/tests/input/src/android/input/cts/ |
D | IncompleteMotionTest.kt | 101 sendEvent(downTime, ACTION_DOWN, x, y, true /*sync*/) in testIncompleteMotion() 106 sendEvent(downTime, ACTION_MOVE, x, y + 10, false /*sync*/) in testIncompleteMotion() 143 private fun sendEvent(downTime: Long, action: Int, x: Float, y: Float, sync: Boolean) { in sendEvent() method in android.input.cts.IncompleteMotionTest
|
/cts/tests/quickaccesswallet/src/android/quickaccesswallet/ |
D | TestQuickAccessWalletService.java | 121 public static void sendEvent(WalletServiceEvent event) { in sendEvent() method in TestQuickAccessWalletService
|
/cts/tests/quickaccesswallet/src/android/quickaccesswallet/cts/ |
D | QuickAccessWalletClientTest.java | 349 TestQuickAccessWalletService.sendEvent( in testAddListener_sendEvent_success() 363 TestQuickAccessWalletService.sendEvent( in testRemoveListener_sendEvent_shouldNotBeDelivered()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | MediaCasTest.java | 723 mediaCas.sendEvent(event, arg, data); in testEventEcho()
|