Home | History | Annotate | Download | only in input

Lines Matching full:buttonstate

159 static bool isPointerDown(int32_t buttonState) {
160 return buttonState &
178 int32_t buttonState, int32_t keyCode) {
181 && !(lastButtonState & buttonState)
182 && (currentButtonState & buttonState))
184 && (lastButtonState & buttonState)
185 && !(currentButtonState & buttonState))) {
2284 dump.appendFormat(INDENT3 "ButtonState: 0x%08x\n", mButtonState);
3960 int32_t buttonState = mCurrentButtonState;
3967 AMOTION_EVENT_ACTION_MOVE, 0, metaState, buttonState,
3993 if (buttonState
4002 AMOTION_EVENT_ACTION_POINTER_UP, 0, metaState, buttonState, 0,
4017 AMOTION_EVENT_ACTION_MOVE, 0, metaState, buttonState, 0,
4036 AMOTION_EVENT_ACTION_POINTER_DOWN, 0, metaState, buttonState, 0,
4433 int32_t buttonState = mCurrentButtonState;
4454 if (buttonState != mLastButtonState) {
4464 AMOTION_EVENT_ACTION_CANCEL, 0, metaState, buttonState,
4485 metaState, buttonState, AMOTION_EVENT_EDGE_FLAG_NONE,
4499 AMOTION_EVENT_ACTION_MOVE, 0, metaState, buttonState, AMOTION_EVENT_EDGE_FLAG_NONE,
4519 AMOTION_EVENT_ACTION_POINTER_DOWN, 0, metaState, buttonState, 0,
4531 metaState, buttonState, AMOTION_EVENT_EDGE_FLAG_NONE,
4557 metaState, buttonState, AMOTION_EVENT_EDGE_FLAG_NONE,
4585 int32_t buttonState = mCurrentButtonState;
4587 AMOTION_EVENT_ACTION_CANCEL, 0, metaState, buttonState,
5586 int32_t action, int32_t flags, int32_t metaState, int32_t buttonState, int32_t edgeFlags,
5623 action, flags, metaState, buttonState, edgeFlags,
6439 int32_t buttonState = 0;
6466 AMOTION_EVENT_ACTION_MOVE, 0, metaState, buttonState, AMOTION_EVENT_EDGE_FLAG_NONE,