Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DTouchInputMapper.h113 inline const PointerCoords& pointerCoordsForId(uint32_t id) const { in pointerCoordsForId() function
H A DTouchInputMapper.cpp1720 const PointerCoords& coords = lastPointerData.pointerCoordsForId(mExternalStylusId); in applyExternalStylusTouchState()
2357 const PointerCoords& p = mLastCookedState.cookedPointerData.pointerCoordsForId(id); in cookPointerData()