Home
last modified time | relevance | path

Searched defs:sendEvent (Results 1 – 5 of 5) sorted by relevance

/cts/tests/input/src/android/input/cts/
DTouchInjector.kt39 fun sendEvent(action: Int, pt: PointF) { in sendEvent() method
DIncompleteMotionTest.kt160 private fun sendEvent(downTime: Long, action: Int, x: Float, y: Float, sync: Boolean) { in sendEvent() method in android.input.cts.IncompleteMotionTest
/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/ime/
DCtsBaseInputMethod.java245 private void sendEvent(DeviceEventType type, Object... args) { in sendEvent() method in CtsBaseInputMethod
/cts/tests/quickaccesswallet/src/android/quickaccesswallet/
DTestQuickAccessWalletService.java128 public static void sendEvent(WalletServiceEvent event) { in sendEvent() method in TestQuickAccessWalletService
/cts/tests/tests/security/src/android/security/cts/
DFlagSlipperyTest.kt360 private fun sendEvent(downTime: Long, action: Int, x: Float, y: Float) { in sendEvent() method