Searched refs:MAX_POINTER_ID (Results 1 – 8 of 8) sorted by relevance
830 uint32_t idToIndex[MAX_POINTER_ID + 1];866 uint32_t idToIndex[MAX_POINTER_ID + 1];1690 uint32_t currentGestureIdToIndex[MAX_POINTER_ID + 1];1696 uint32_t lastGestureIdToIndex[MAX_POINTER_ID + 1];1727 Delta referenceDeltas[MAX_POINTER_ID + 1];1730 uint32_t freeformTouchToGestureIdMap[MAX_POINTER_ID + 1];1894 int32_t mPointerTrackingIdMap[MAX_POINTER_ID + 1];
161 if (id < 0 || id > MAX_POINTER_ID) { in validateMotionEvent()163 id, MAX_POINTER_ID); in validateMotionEvent()
5520 float dist[MAX_POINTER_ID + 1]; in preparePointerGestures()
221 State mPointerState[MAX_POINTER_ID + 1];
367 int32_t idToIndex[MAX_POINTER_ID + 1];
118 #define MAX_POINTER_ID 31 macro
233 pointerProperties[0].id = MAX_POINTER_ID + 1; in TEST_F()
117 if (id >= 0 && id <= MAX_POINTER_ID && mCalculatedIdBits.hasBit(id)) { in getVelocity()