Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp7093 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()
[all …]
DInputReader.h1717 StylusState mStylusState; variable