Lines Matching refs:mExternalStylusState
282 dumpStylusState(dump, mExternalStylusState); in dump()
1394 mExternalStylusState.clear(); in resetExternalStylus()
1522 mExternalStylusFusionTimeout = mExternalStylusState.when + TOUCH_DATA_TIMEOUT; in processRawTouches()
1652 ~mCurrentRawState.buttonState & mExternalStylusState.buttons); in applyExternalStylusButtonState()
1654 mExternalStylusButtonsApplied & ~mExternalStylusState.buttons; in applyExternalStylusButtonState()
1681 if (mExternalStylusState.pressure && *mExternalStylusState.pressure > 0.f) { in applyExternalStylusTouchState()
1682 pressure = *mExternalStylusState.pressure; in applyExternalStylusTouchState()
1687 if (mExternalStylusState.toolType != ToolType::UNKNOWN) { in applyExternalStylusTouchState()
1690 properties.toolType = mExternalStylusState.toolType; in applyExternalStylusTouchState()
1713 if (!mExternalStylusState.pressure) { in assignExternalStylusId()
1718 if (*mExternalStylusState.pressure != 0.0f) { in assignExternalStylusId()
1763 const bool buttonsChanged = mExternalStylusState.buttons != state.buttons; in updateExternalStylusState()
1764 mExternalStylusState = state; in updateExternalStylusState()