Searched refs:pressedButtons (Results 1 – 1 of 1) sorted by relevance
4936 BitSet32 pressedButtons(mCurrentCookedState.buttonState & ~mLastCookedState.buttonState); in dispatchButtonPress() local4940 while (!pressedButtons.isEmpty()) { in dispatchButtonPress()4941 int32_t actionButton = BitSet32::valueForBit(pressedButtons.clearFirstMarkedBit()); in dispatchButtonPress()