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

/frameworks/native/libs/input/
H A DVelocityTracker.cpp267 int32_t actionMasked = event->getActionMasked(); local
269 switch (actionMasked) {
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DTouchExplorer.java1010 * @param actionMasked The masked action.
1014 private int computeInjectionAction(int actionMasked, int pointerIndex) { argument
1015 switch (actionMasked) {
1038 return actionMasked;
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp4107 int32_t actionMasked = action & AMOTION_EVENT_ACTION_MASK; local
4108 switch (actionMasked) {
4118 "actionMasked=%d",
4119 entry->deviceId, entry->source, actionMasked);
4171 "deviceId=%d, source=%08x, actionMasked=%d",
4172 entry->deviceId, entry->source, actionMasked);

Completed in 139 milliseconds