Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp276 toString(mFusedStylusPointerId).c_str()); in dump()
1395 mFusedStylusPointerId.reset(); in resetExternalStylus()
1671 if (!mFusedStylusPointerId || !currentPointerData.isTouching(*mFusedStylusPointerId)) { in applyExternalStylusTouchState()
1677 float pressure = lastPointerData.isTouching(*mFusedStylusPointerId) in applyExternalStylusTouchState()
1678 ? lastPointerData.pointerCoordsForId(*mFusedStylusPointerId) in applyExternalStylusTouchState()
1684 PointerCoords& coords = currentPointerData.editPointerCoordsWithId(*mFusedStylusPointerId); in applyExternalStylusTouchState()
1689 currentPointerData.editPointerPropertiesWithId(*mFusedStylusPointerId); in applyExternalStylusTouchState()
1700 if (mFusedStylusPointerId && in assignExternalStylusId()
1701 !state.rawPointerData.touchingIdBits.hasBit(*mFusedStylusPointerId)) { in assignExternalStylusId()
1703 mFusedStylusPointerId.reset(); in assignExternalStylusId()
[all …]
DTouchInputMapper.h373 std::optional<uint32_t> mFusedStylusPointerId; variable