Home | History | Annotate | Download | only in inputflinger

Lines Matching refs:pressedButtons

4647     BitSet32 pressedButtons(mCurrentCookedState.buttonState & ~mLastCookedState.buttonState);
4651 while (!pressedButtons.isEmpty()) {
4652 int32_t actionButton = BitSet32::valueForBit(pressedButtons.clearFirstMarkedBit());