Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/accumulator/
DSingleTouchMotionAccumulator.cpp31 mAbsPressure = device->getAbsoluteAxisValue(ABS_PRESSURE); in reset()
41 mAbsPressure = 0; in clearAbsoluteAxes()
58 mAbsPressure = rawEvent->value; in process()
DSingleTouchMotionAccumulator.h37 inline int32_t getAbsolutePressure() const { return mAbsPressure; } in getAbsolutePressure()
46 int32_t mAbsPressure; variable