Searched refs:mExternalStylusState (Results 1 – 2 of 2) sorted by relevance
3207 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()
1245 StylusState mExternalStylusState; variable