Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp3254 uint32_t touchId = idBits.clearFirstMarkedBit(); in preparePointerGestures() local
3256 if (!mappedTouchIdBits.hasBit(touchId)) { in preparePointerGestures()
3258 mPointerGesture.freeformTouchToGestureIdMap[touchId] = gestureId; in preparePointerGestures()
3262 touchId, gestureId); in preparePointerGestures()
3265 gestureId = mPointerGesture.freeformTouchToGestureIdMap[touchId]; in preparePointerGestures()
3269 touchId, gestureId); in preparePointerGestures()
3276 mCurrentRawState.rawPointerData.pointerForId(touchId); in preparePointerGestures()