Searched refs:MAX_POINTER_ID (Results 1 – 8 of 8) sorted by relevance
836 uint32_t idToIndex[MAX_POINTER_ID + 1];872 uint32_t idToIndex[MAX_POINTER_ID + 1];1720 uint32_t currentGestureIdToIndex[MAX_POINTER_ID + 1];1726 uint32_t lastGestureIdToIndex[MAX_POINTER_ID + 1];1757 Delta referenceDeltas[MAX_POINTER_ID + 1];1760 uint32_t freeformTouchToGestureIdMap[MAX_POINTER_ID + 1];1924 int32_t mPointerTrackingIdMap[MAX_POINTER_ID + 1];
161 if (id < 0 || id > MAX_POINTER_ID) { in validateMotionEvent()163 id, MAX_POINTER_ID); in validateMotionEvent()
5685 float dist[MAX_POINTER_ID + 1]; in preparePointerGestures()
221 State mPointerState[MAX_POINTER_ID + 1];
367 int32_t idToIndex[MAX_POINTER_ID + 1];
137 #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()