Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp3230 dumpStylusState(dump, mExternalStylusState); in dump()
4275 mExternalStylusState.clear(); in resetExternalStylus()
4382 mExternalStylusFusionTimeout = mExternalStylusState.when + TOUCH_DATA_TIMEOUT; in processRawTouches()
4513 mCurrentRawState.buttonState |= mExternalStylusState.buttons; in applyExternalStylusButtonState()
4522 float pressure = mExternalStylusState.pressure; in applyExternalStylusTouchState()
4532 if (mExternalStylusState.toolType != AMOTION_EVENT_TOOL_TYPE_UNKNOWN) { in applyExternalStylusTouchState()
4533 properties.toolType = mExternalStylusState.toolType; in applyExternalStylusTouchState()
4546 if (mExternalStylusState.pressure != 0.0f) { in assignExternalStylusId()
4596 mExternalStylusState.copyFrom(state); in updateExternalStylusState()
DInputReader.h1462 StylusState mExternalStylusState; variable