Searched defs:actionMasked (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/libs/input/
H A DVelocityTracker.cpp266 int32_t actionMasked = event->getActionMasked(); local
268 switch (actionMasked) {
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DTouchExplorer.java1023 * @param actionMasked The masked action.
1027 private int computeInjectionAction(int actionMasked, int pointerIndex) { argument
1028 switch (actionMasked) {
1051 return actionMasked;
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DMotionEventInjectorTest.java748 MotionEventMatcher(long downTime, long eventTime, int actionMasked, int x, int y) { argument
751 mActionMasked = actionMasked;
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp4113 int32_t actionMasked = action & AMOTION_EVENT_ACTION_MASK; local
4114 switch (actionMasked) {
4124 "actionMasked=%d",
4125 entry->deviceId, entry->source, actionMasked);
4177 "deviceId=%d, source=%08x, actionMasked=%d",
4178 entry->deviceId, entry->source, actionMasked);

Completed in 200 milliseconds