Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp282 dumpStylusState(dump, mExternalStylusState); in dump()
1394 mExternalStylusState.clear(); in resetExternalStylus()
1522 mExternalStylusFusionTimeout = mExternalStylusState.when + TOUCH_DATA_TIMEOUT; in processRawTouches()
1652 ~mCurrentRawState.buttonState & mExternalStylusState.buttons); in applyExternalStylusButtonState()
1654 mExternalStylusButtonsApplied & ~mExternalStylusState.buttons; in applyExternalStylusButtonState()
1681 if (mExternalStylusState.pressure && *mExternalStylusState.pressure > 0.f) { in applyExternalStylusTouchState()
1682 pressure = *mExternalStylusState.pressure; in applyExternalStylusTouchState()
1687 if (mExternalStylusState.toolType != ToolType::UNKNOWN) { in applyExternalStylusTouchState()
1690 properties.toolType = mExternalStylusState.toolType; in applyExternalStylusTouchState()
1713 if (!mExternalStylusState.pressure) { in assignExternalStylusId()
[all …]
DTouchInputMapper.h369 StylusState mExternalStylusState; variable