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

/frameworks/base/libs/androidfw/
H A DVelocityTracker.cpp266 int32_t actionMasked = event->getActionMasked(); local
268 switch (actionMasked) {
/frameworks/base/services/java/com/android/server/accessibility/
H A DTouchExplorer.java1008 final int actionMasked = prototype.getActionMasked();
1010 if (actionMasked != MotionEvent.ACTION_MOVE) {
1122 * @param actionMasked The masked action.
1126 private int computeInjectionAction(int actionMasked, int pointerIndex) { argument
1127 switch (actionMasked) {
1150 return actionMasked;
/frameworks/base/services/input/
H A DInputDispatcher.cpp3996 int32_t actionMasked = action & AMOTION_EVENT_ACTION_MASK; local
3997 switch (actionMasked) {
4007 "actionMasked=%d",
4008 entry->deviceId, entry->source, actionMasked);
4031 if (actionMasked == AMOTION_EVENT_ACTION_MOVE
4039 "deviceId=%d, source=%08x, actionMasked=%d",
4040 entry->deviceId, entry->source, actionMasked);

Completed in 1774 milliseconds