Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMotionEventInjector.java50 private static final int MESSAGE_SEND_MOTION_EVENT = 1; field in MotionEventInjector
133 if (!mHandler.hasMessages(MESSAGE_SEND_MOTION_EVENT)) { in clearEvents()
153 if (message.what != MESSAGE_SEND_MOTION_EVENT) { in handleMessage()
214 MESSAGE_SEND_MOTION_EVENT, isEndOfSequence, 0, event); in injectEventsMainThread()
315 if (mHandler.hasMessages(MESSAGE_SEND_MOTION_EVENT)) { in cancelAnyPendingInjectedEvents()
316 mHandler.removeMessages(MESSAGE_SEND_MOTION_EVENT); in cancelAnyPendingInjectedEvents()