Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/accumulator/
DCursorButtonAccumulator.cpp30 mBtnRight = deviceContext.isKeyPressed(BTN_RIGHT); in reset()
41 mBtnRight = 0; in clearButtons()
57 mBtnRight = rawEvent->value; in process()
86 if (mBtnRight) { in getButtonState()
DCursorButtonAccumulator.h39 bool mBtnRight; variable