Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/accumulator/
DTouchButtonAccumulator.cpp49 mBtnToolLens = deviceContext.isKeyPressed(BTN_TOOL_LENS); in reset()
66 mBtnToolLens = 0; in clearButtons()
108 mBtnToolLens = rawEvent->value; in process()
135 if (mBtnToolMouse || mBtnToolLens) { in getToolType()
152 mBtnToolPencil || mBtnToolAirbrush || mBtnToolMouse || mBtnToolLens || in isToolActive()
DTouchButtonAccumulator.h56 bool mBtnToolLens; variable