Lines Matching refs:actionButton
2845 int32_t actionButton = BitSet32::valueForBit(released.clearFirstMarkedBit()); in sync() local
2846 buttonState &= ~actionButton; in sync()
2849 AMOTION_EVENT_ACTION_BUTTON_RELEASE, actionButton, 0, in sync()
2868 int32_t actionButton = BitSet32::valueForBit(pressed.clearFirstMarkedBit()); in sync() local
2869 buttonState |= actionButton; in sync()
2872 actionButton, 0, metaState, buttonState, in sync()
4922 int32_t actionButton = BitSet32::valueForBit(releasedButtons.clearFirstMarkedBit()); in dispatchButtonRelease() local
4923 buttonState &= ~actionButton; in dispatchButtonRelease()
4925 AMOTION_EVENT_ACTION_BUTTON_RELEASE, actionButton, in dispatchButtonRelease()
4941 int32_t actionButton = BitSet32::valueForBit(pressedButtons.clearFirstMarkedBit()); in dispatchButtonPress() local
4942 buttonState |= actionButton; in dispatchButtonPress()
4943 dispatchMotion(when, policyFlags, mSource, AMOTION_EVENT_ACTION_BUTTON_PRESS, actionButton, in dispatchButtonPress()
6498 int32_t action, int32_t actionButton, int32_t flags, in dispatchMotion() argument
6541 action, actionButton, flags, metaState, buttonState, MotionClassification::NONE, in dispatchMotion()