Searched defs:actionButton (Results 1 - 10 of 10) sorted by relevance

/frameworks/native/libs/input/tests/
H A DInputPublisherAndConsumer_test.cpp136 const int32_t actionButton = 0; local
167 status = mPublisher->publishMotionEvent(seq, deviceId, source, action, actionButton,
/frameworks/native/services/inputflinger/
H A DInputListener.cpp71 int32_t action, int32_t actionButton, int32_t flags, int32_t metaState,
76 action(action), actionButton(actionButton),
89 action(other.action), actionButton(other.actionButton), flags(other.flags),
69 NotifyMotionArgs(nsecs_t eventTime, int32_t deviceId, uint32_t source, uint32_t policyFlags, int32_t action, int32_t actionButton, int32_t flags, int32_t metaState, int32_t buttonState, int32_t edgeFlags, int32_t displayId, uint32_t pointerCount, const PointerProperties* pointerProperties, const PointerCoords* pointerCoords, float xPrecision, float yPrecision, nsecs_t downTime) argument
H A DInputListener.h87 int32_t actionButton; member in struct:android::NotifyMotionArgs
103 int32_t action, int32_t actionButton, int32_t flags,
H A DInputDispatcher.h507 int32_t actionButton; member in struct:android::InputDispatcher::MotionEntry
522 int32_t action, int32_t actionButton, int32_t flags,
H A DInputDispatcher.cpp122 static bool isValidMotionAction(int32_t action, int32_t actionButton, int32_t pointerCount) { argument
141 return actionButton != 0;
147 static bool validateMotionEvent(int32_t action, int32_t actionButton, size_t pointerCount, argument
149 if (! isValidMotionAction(action, actionButton, pointerCount)) {
891 "action=0x%x, actionButton=0x%x, flags=0x%x, "
896 entry->action, entry->actionButton, entry->flags,
1998 dispatchEntry->resolvedAction, motionEntry->actionButton,
2322 originalMotionEntry->actionButton,
2457 "action=0x%x, actionButton=0x%x, flags=0x%x, metaState=0x%x, buttonState=0x%x,"
2460 args->action, args->actionButton, arg
2616 int32_t actionButton = motionEvent->getActionButton(); local
3935 MotionEntry(nsecs_t eventTime, int32_t deviceId, uint32_t source, uint32_t policyFlags, int32_t action, int32_t actionButton, int32_t flags, int32_t metaState, int32_t buttonState, int32_t edgeFlags, float xPrecision, float yPrecision, nsecs_t downTime, int32_t displayId, uint32_t pointerCount, const PointerProperties* pointerProperties, const PointerCoords* pointerCoords, float xOffset, float yOffset) argument
[all...]
H A DInputReader.cpp2640 int32_t actionButton = BitSet32::valueForBit(released.clearFirstMarkedBit()); local
2641 buttonState &= ~actionButton;
2643 AMOTION_EVENT_ACTION_BUTTON_RELEASE, actionButton, 0,
2661 int32_t actionButton = BitSet32::valueForBit(pressed.clearFirstMarkedBit()); local
2662 buttonState |= actionButton;
2664 AMOTION_EVENT_ACTION_BUTTON_PRESS, actionButton, 0,
4477 int32_t actionButton = BitSet32::valueForBit(releasedButtons.clearFirstMarkedBit()); local
4478 buttonState &= ~actionButton;
4480 AMOTION_EVENT_ACTION_BUTTON_RELEASE, actionButton,
4495 int32_t actionButton local
6034 dispatchMotion(nsecs_t when, uint32_t policyFlags, uint32_t source, int32_t action, int32_t actionButton, int32_t flags, int32_t metaState, int32_t buttonState, int32_t edgeFlags, const PointerProperties* properties, const PointerCoords* coords, const uint32_t* idToIndex, BitSet32 idBits, int32_t changedId, float xPrecision, float yPrecision, nsecs_t downTime) argument
[all...]
/frameworks/native/include/input/
H A DInputTransport.h87 int32_t actionButton; member in struct:android::InputMessage::Body::Motion
236 int32_t actionButton,
/frameworks/native/libs/input/
H A DInput.cpp219 int32_t actionButton,
235 mActionButton = actionButton;
215 initialize( int32_t deviceId, int32_t source, int32_t action, int32_t actionButton, int32_t flags, int32_t edgeFlags, int32_t metaState, int32_t buttonState, float xOffset, float yOffset, float xPrecision, float yPrecision, nsecs_t downTime, nsecs_t eventTime, size_t pointerCount, const PointerProperties* pointerProperties, const PointerCoords* pointerCoords) argument
H A DInputTransport.cpp286 int32_t actionButton,
302 "action=0x%x, actionButton=0x%08x, flags=0x%x, edgeFlags=0x%x, "
307 deviceId, source, action, actionButton, flags, edgeFlags, metaState, buttonState,
328 msg.body.motion.actionButton = actionButton;
912 msg->body.motion.actionButton,
281 publishMotionEvent( uint32_t seq, int32_t deviceId, int32_t source, int32_t action, int32_t actionButton, int32_t flags, int32_t edgeFlags, int32_t metaState, int32_t buttonState, float xOffset, float yOffset, float xPrecision, float yPrecision, nsecs_t downTime, nsecs_t eventTime, uint32_t pointerCount, const PointerProperties* pointerProperties, const PointerCoords* pointerCoords) argument
/frameworks/base/core/java/android/view/
H A DMotionEvent.java1402 private static native void nativeSetActionButton(long nativePtr, int actionButton); argument
3093 msg.append(", actionButton=").append(buttonStateToString(getActionButton()));

Completed in 133 milliseconds