Home
last modified time | relevance | path

Searched refs:mCursorButtonAccumulator (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/services/inputflinger/reader/mapper/gestures/
DHardwareStateConverter.cpp53 mCursorButtonAccumulator.process(rawEvent); in processRawEvent()
67 if (mCursorButtonAccumulator.isLeftPressed()) { in produceHardwareState()
70 if (mCursorButtonAccumulator.isMiddlePressed()) { in produceHardwareState()
73 if (mCursorButtonAccumulator.isRightPressed()) { in produceHardwareState()
76 if (mCursorButtonAccumulator.isBackPressed() || mCursorButtonAccumulator.isSidePressed()) { in produceHardwareState()
79 if (mCursorButtonAccumulator.isForwardPressed() || mCursorButtonAccumulator.isExtraPressed()) { in produceHardwareState()
121 mCursorButtonAccumulator.reset(mDeviceContext); in reset()
DHardwareStateConverter.h54 CursorButtonAccumulator mCursorButtonAccumulator; variable
/frameworks/native/services/inputflinger/reader/mapper/
DCapturedTouchpadEventConverter.h64 CursorButtonAccumulator mCursorButtonAccumulator; variable
DCapturedTouchpadEventConverter.cpp145 mCursorButtonAccumulator.reset(mDeviceContext); in reset()
158 mCursorButtonAccumulator.process(rawEvent); in process()
214 newButtonState = mCursorButtonAccumulator.getButtonState(); in sync()
DCursorInputMapper.h95 CursorButtonAccumulator mCursorButtonAccumulator; variable
DCursorInputMapper.cpp211 mCursorButtonAccumulator.reset(getDeviceContext()); in reset()
220 mCursorButtonAccumulator.process(rawEvent); in process()
243 int32_t currentButtonState = mCursorButtonAccumulator.getButtonState(); in sync()
DTouchInputMapper.h191 CursorButtonAccumulator mCursorButtonAccumulator;
DTouchInputMapper.cpp1365 mCursorButtonAccumulator.reset(getDeviceContext()); in reset()
1407 mCursorButtonAccumulator.process(rawEvent); in process()
1435 mCursorButtonAccumulator.getButtonState()); in sync()