Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp7017 dumpStylusState(dump, mStylusState); in dump()
7043 mStylusState.clear(); in sync()
7045 mStylusState.when = when; in sync()
7047 mStylusState.toolType = mTouchButtonAccumulator.getToolType(); in sync()
7048 if (mStylusState.toolType == AMOTION_EVENT_TOOL_TYPE_UNKNOWN) { in sync()
7049 mStylusState.toolType = AMOTION_EVENT_TOOL_TYPE_STYLUS; in sync()
7054 mStylusState.pressure = float(pressure) / mRawPressureAxis.maxValue; in sync()
7056 mStylusState.pressure = 1.0f; in sync()
7058 mStylusState.pressure = 0.0f; in sync()
7061 mStylusState.buttons = mTouchButtonAccumulator.getButtonState(); in sync()
[all …]
DInputReader.h1918 StylusState mStylusState; variable