Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp1650 const int32_t pressedButtons = in applyExternalStylusButtonState() local
1656 mCurrentRawState.buttonState |= pressedButtons; in applyExternalStylusButtonState()
1659 mExternalStylusButtonsApplied |= pressedButtons; in applyExternalStylusButtonState()
2151 BitSet32 pressedButtons(mCurrentCookedState.buttonState & ~mLastCookedState.buttonState); in dispatchButtonPress() local
2155 while (!pressedButtons.isEmpty()) { in dispatchButtonPress()
2156 int32_t actionButton = BitSet32::valueForBit(pressedButtons.clearFirstMarkedBit()); in dispatchButtonPress()
2199 BitSet32 pressedButtons(mCurrentCookedState.buttonState & ~mLastCookedState.buttonState); in dispatchGestureButtonPress() local
2203 while (!pressedButtons.isEmpty()) { in dispatchGestureButtonPress()
2204 int32_t actionButton = BitSet32::valueForBit(pressedButtons.clearFirstMarkedBit()); in dispatchGestureButtonPress()