Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/accumulator/
DTouchButtonAccumulator.cpp50 mBtnToolDoubleTap = deviceContext.isKeyPressed(BTN_TOOL_DOUBLETAP); in reset()
67 mBtnToolDoubleTap = 0; in clearButtons()
111 mBtnToolDoubleTap = rawEvent->value; in process()
144 if (mBtnToolFinger || mBtnToolDoubleTap || mBtnToolTripleTap || mBtnToolQuadTap) { in getToolType()
153 mBtnToolDoubleTap || mBtnToolTripleTap || mBtnToolQuadTap; in isToolActive()
DTouchButtonAccumulator.h57 bool mBtnToolDoubleTap; variable