Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp3207 dumpStylusState(dump, mExternalStylusState); in dump()
4299 mExternalStylusState.clear(); in resetExternalStylus()
4421 mExternalStylusFusionTimeout = mExternalStylusState.when + TOUCH_DATA_TIMEOUT; in processRawTouches()
4555 mCurrentRawState.buttonState |= mExternalStylusState.buttons; in applyExternalStylusButtonState()
4564 float pressure = mExternalStylusState.pressure; in applyExternalStylusTouchState()
4574 if (mExternalStylusState.toolType != AMOTION_EVENT_TOOL_TYPE_UNKNOWN) { in applyExternalStylusTouchState()
4575 properties.toolType = mExternalStylusState.toolType; in applyExternalStylusTouchState()
4588 if (mExternalStylusState.pressure != 0.0f) { in assignExternalStylusId()
4638 mExternalStylusState.copyFrom(state); in updateExternalStylusState()
DInputReader.h1245 StylusState mExternalStylusState; variable