Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/accumulator/
DCursorButtonAccumulator.cpp36 mBtnTask = deviceContext.isKeyPressed(BTN_TASK); in reset()
47 mBtnTask = 0; in clearButtons()
75 mBtnTask = rawEvent.value; in process()
DCursorButtonAccumulator.h42 inline bool isTaskPressed() const { return mBtnTask; } in isTaskPressed()
52 bool mBtnTask; variable