Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp3213 uint32_t touchId = idBits.clearFirstMarkedBit(); in preparePointerGestures() local
3215 if (!mappedTouchIdBits.hasBit(touchId)) { in preparePointerGestures()
3217 mPointerGesture.freeformTouchToGestureIdMap[touchId] = gestureId; in preparePointerGestures()
3221 touchId, gestureId); in preparePointerGestures()
3224 gestureId = mPointerGesture.freeformTouchToGestureIdMap[touchId]; in preparePointerGestures()
3228 touchId, gestureId); in preparePointerGestures()
3235 mCurrentRawState.rawPointerData.pointerForId(touchId); in preparePointerGestures()