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

/frameworks/native/libs/input/
H A DVelocityTracker.cpp265 int32_t actionMasked = event->getActionMasked(); local
267 switch (actionMasked) {
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DTouchExplorer.java1055 * @param actionMasked The masked action.
1059 private int computeInjectionAction(int actionMasked, int pointerIndex) { argument
1060 switch (actionMasked) {
1083 return actionMasked;
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp4070 int32_t actionMasked = action & AMOTION_EVENT_ACTION_MASK; local
4071 switch (actionMasked) {
4081 "actionMasked=%d",
4082 entry->deviceId, entry->source, actionMasked);
4134 "deviceId=%d, source=%08x, actionMasked=%d",
4135 entry->deviceId, entry->source, actionMasked);

Completed in 1493 milliseconds