Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp317 dumpStylusState(dump, mExternalStylusState); in dump()
1405 mExternalStylusState.clear(); in resetExternalStylus()
1524 mExternalStylusFusionTimeout = mExternalStylusState.when + TOUCH_DATA_TIMEOUT; in processRawTouches()
1656 mCurrentRawState.buttonState |= mExternalStylusState.buttons; in applyExternalStylusButtonState()
1665 float pressure = mExternalStylusState.pressure; in applyExternalStylusTouchState()
1675 if (mExternalStylusState.toolType != AMOTION_EVENT_TOOL_TYPE_UNKNOWN) { in applyExternalStylusTouchState()
1676 properties.toolType = mExternalStylusState.toolType; in applyExternalStylusTouchState()
1689 if (mExternalStylusState.pressure != 0.0f) { in assignExternalStylusId()
1739 mExternalStylusState.copyFrom(state); in updateExternalStylusState()
DTouchInputMapper.h429 StylusState mExternalStylusState; variable