Home | History | Annotate | Download | only in inputflinger

Lines Matching full:pressed

2709             BitSet32 pressed(buttonsPressed);
2710 while (!pressed.isEmpty()) {
2711 int32_t actionButton = BitSet32::valueForBit(pressed.clearFirstMarkedBit());
5333 // Case 2: Button is pressed. (BUTTON_CLICK_OR_DRAG)
5419 // Case 3. No fingers down and button is not pressed. (NEUTRAL)
5494 // Case 4. Exactly one finger down, button is not pressed. (HOVER or TAP_DRAG)
5588 // Case 5. At least two fingers down, button is not pressed. (PRESS, SWIPE or FREEFORM)