Home | History | Annotate | Download | only in inputflinger

Lines Matching defs:touchId

6121                 uint32_t touchId = idBits.clearFirstMarkedBit();
6123 if (!mappedTouchIdBits.hasBit(touchId)) {
6125 mPointerGesture.freeformTouchToGestureIdMap[touchId] = gestureId;
6129 touchId, gestureId);
6132 gestureId = mPointerGesture.freeformTouchToGestureIdMap[touchId];
6136 touchId, gestureId);
6143 mCurrentRawState.rawPointerData.pointerForId(touchId);