Searched refs:pressedButtons (Results 1 – 1 of 1) sorted by relevance
1650 const int32_t pressedButtons = in applyExternalStylusButtonState() local1656 mCurrentRawState.buttonState |= pressedButtons; in applyExternalStylusButtonState()1659 mExternalStylusButtonsApplied |= pressedButtons; in applyExternalStylusButtonState()2151 BitSet32 pressedButtons(mCurrentCookedState.buttonState & ~mLastCookedState.buttonState); in dispatchButtonPress() local2155 while (!pressedButtons.isEmpty()) { in dispatchButtonPress()2156 int32_t actionButton = BitSet32::valueForBit(pressedButtons.clearFirstMarkedBit()); in dispatchButtonPress()2199 BitSet32 pressedButtons(mCurrentCookedState.buttonState & ~mLastCookedState.buttonState); in dispatchGestureButtonPress() local2203 while (!pressedButtons.isEmpty()) { in dispatchGestureButtonPress()2204 int32_t actionButton = BitSet32::valueForBit(pressedButtons.clearFirstMarkedBit()); in dispatchGestureButtonPress()