Searched refs:MAX_POINTER_ID (Results 1 – 8 of 8) sorted by relevance
754 uint32_t idToIndex[MAX_POINTER_ID + 1];790 uint32_t idToIndex[MAX_POINTER_ID + 1];1533 uint32_t currentGestureIdToIndex[MAX_POINTER_ID + 1];1539 uint32_t lastGestureIdToIndex[MAX_POINTER_ID + 1];1570 Delta referenceDeltas[MAX_POINTER_ID + 1];1573 uint32_t freeformTouchToGestureIdMap[MAX_POINTER_ID + 1];1724 int32_t mPointerTrackingIdMap[MAX_POINTER_ID + 1];
157 if (id < 0 || id > MAX_POINTER_ID) { in validateMotionEvent()159 id, MAX_POINTER_ID); in validateMotionEvent()
5073 float dist[MAX_POINTER_ID + 1]; in preparePointerGestures()
221 State mPointerState[MAX_POINTER_ID + 1];
357 int32_t idToIndex[MAX_POINTER_ID + 1];
89 #define MAX_POINTER_ID 31 macro
226 pointerProperties[0].id = MAX_POINTER_ID + 1; in TEST_F()
116 if (id >= 0 && id <= MAX_POINTER_ID && mCalculatedIdBits.hasBit(id)) { in getVelocity()