Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DTouchInputMapper.cpp3317 uint32_t touchId = idBits.clearFirstMarkedBit(); in preparePointerGestures() local
3319 if (!mappedTouchIdBits.hasBit(touchId)) { in preparePointerGestures()
3321 mPointerGesture.freeformTouchToGestureIdMap[touchId] = gestureId; in preparePointerGestures()
3325 touchId, gestureId); in preparePointerGestures()
3328 gestureId = mPointerGesture.freeformTouchToGestureIdMap[touchId]; in preparePointerGestures()
3332 touchId, gestureId); in preparePointerGestures()
3339 mCurrentRawState.rawPointerData.pointerForId(touchId); in preparePointerGestures()