Lines Matching refs:mStylusState
7093 dumpStylusState(dump, mStylusState); in dump()
7119 mStylusState.clear(); in sync()
7121 mStylusState.when = when; in sync()
7123 mStylusState.toolType = mTouchButtonAccumulator.getToolType(); in sync()
7124 if (mStylusState.toolType == AMOTION_EVENT_TOOL_TYPE_UNKNOWN) { in sync()
7125 mStylusState.toolType = AMOTION_EVENT_TOOL_TYPE_STYLUS; in sync()
7130 mStylusState.pressure = float(pressure) / mRawPressureAxis.maxValue; in sync()
7132 mStylusState.pressure = 1.0f; in sync()
7134 mStylusState.pressure = 0.0f; in sync()
7137 mStylusState.buttons = mTouchButtonAccumulator.getButtonState(); in sync()
7139 mContext->dispatchExternalStylusState(mStylusState); in sync()