Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DCursorInputMapper.h88 CursorButtonAccumulator mCursorButtonAccumulator; variable
DCursorInputMapper.cpp277 mCursorButtonAccumulator.reset(getDeviceContext()); in reset()
285 mCursorButtonAccumulator.process(rawEvent); in process()
296 int32_t currentButtonState = mCursorButtonAccumulator.getButtonState(); in sync()
DTouchInputMapper.h159 CursorButtonAccumulator mCursorButtonAccumulator;
DTouchInputMapper.cpp1380 mCursorButtonAccumulator.reset(getDeviceContext()); in reset()
1426 mCursorButtonAccumulator.process(rawEvent); in process()
1446 mTouchButtonAccumulator.getButtonState() | mCursorButtonAccumulator.getButtonState(); in sync()