Searched refs:mExternalStylusState (Results 1 – 2 of 2) sorted by relevance
338 dumpStylusState(dump, mExternalStylusState); in dump()1414 mExternalStylusState.clear(); in resetExternalStylus()1532 mExternalStylusFusionTimeout = mExternalStylusState.when + TOUCH_DATA_TIMEOUT; in processRawTouches()1680 mCurrentRawState.buttonState |= mExternalStylusState.buttons; in applyExternalStylusButtonState()1689 float pressure = mExternalStylusState.pressure; in applyExternalStylusTouchState()1699 if (mExternalStylusState.toolType != AMOTION_EVENT_TOOL_TYPE_UNKNOWN) { in applyExternalStylusTouchState()1700 properties.toolType = mExternalStylusState.toolType; in applyExternalStylusTouchState()1713 if (mExternalStylusState.pressure != 0.0f) { in assignExternalStylusId()1765 mExternalStylusState.copyFrom(state); in updateExternalStylusState()
366 StylusState mExternalStylusState; variable