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.cpp49 mCursorButtonAccumulator.process(rawEvent); in processRawEvent()
63 if (mCursorButtonAccumulator.isLeftPressed()) { in produceHardwareState()
66 if (mCursorButtonAccumulator.isMiddlePressed()) { in produceHardwareState()
69 if (mCursorButtonAccumulator.isRightPressed()) { in produceHardwareState()
72 if (mCursorButtonAccumulator.isBackPressed() || mCursorButtonAccumulator.isSidePressed()) { in produceHardwareState()
75 if (mCursorButtonAccumulator.isForwardPressed() || mCursorButtonAccumulator.isExtraPressed()) { in produceHardwareState()
108 mCursorButtonAccumulator.reset(mDeviceContext); in reset()
DHardwareStateConverter.h49 CursorButtonAccumulator mCursorButtonAccumulator; variable
/frameworks/native/services/inputflinger/reader/mapper/
DCapturedTouchpadEventConverter.h67 CursorButtonAccumulator mCursorButtonAccumulator; variable
DCursorInputMapper.cpp211 mCursorButtonAccumulator.reset(getDeviceContext()); in reset()
220 mCursorButtonAccumulator.process(rawEvent); in process()
243 int32_t currentButtonState = mCursorButtonAccumulator.getButtonState(); in sync()
537 mCursorButtonAccumulator.setSwapLeftRightButtons(config.mouseSwapPrimaryButtonEnabled); in configureOnChangeMouseSettings()
DCapturedTouchpadEventConverter.cpp170 mCursorButtonAccumulator.reset(mDeviceContext); in reset()
183 mCursorButtonAccumulator.process(rawEvent); in process()
245 newButtonState = mCursorButtonAccumulator.getButtonState(); in sync()
DCursorInputMapper.h92 CursorButtonAccumulator mCursorButtonAccumulator; variable
DTouchInputMapper.h191 CursorButtonAccumulator mCursorButtonAccumulator;
DTouchInputMapper.cpp1403 mCursorButtonAccumulator.reset(getDeviceContext()); in reset()
1445 mCursorButtonAccumulator.process(rawEvent); in process()
1473 mCursorButtonAccumulator.getButtonState()); in sync()