Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMotionEventInjector.java51 private static final int MESSAGE_INJECT_EVENTS = 2; field in MotionEventInjector
109 mHandler.sendMessage(mHandler.obtainMessage(MESSAGE_INJECT_EVENTS, args)); in injectEvents()
146 if (message.what == MESSAGE_INJECT_EVENTS) { in handleMessage()