Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/policy/
DWearGestureInterceptionDetector.java146 int newActionIndex = associatedPointerIndex == 0 ? 1 : 0;
147 mActivePointerId = ev.getPointerId(newActionIndex);
/frameworks/native/services/inputflinger/
DUnwantedInteractionBlocker.cpp174 int32_t newActionIndex = 0; in removePointerIds() local
190 newActionIndex = newArgs.getPointerCount() - 1; in removePointerIds()
196 actionMasked | (newActionIndex << AMOTION_EVENT_ACTION_POINTER_INDEX_SHIFT); in removePointerIds()