/frameworks/native/include/input/ |
D | InputEventBuilders.h | 91 MotionEventBuilder& actionButton(int32_t actionButton) { in actionButton() argument
|
D | InputTransport.h | 124 int32_t actionButton; member
|
/frameworks/native/services/inputflinger/include/ |
D | NotifyArgsBuilders.h | 65 MotionArgsBuilder& actionButton(int32_t actionButton) { in actionButton() function
|
D | NotifyArgs.h | 97 int32_t actionButton; member
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
D | PrintErrorFragment.java | 72 Button actionButton = (Button) view.findViewById(R.id.action_button); in onViewCreated() local
|
/frameworks/native/services/inputflinger/reader/mapper/gestures/ |
D | GestureConverter.cpp | 216 uint32_t actionButton = gesturesButtonToMotionEventButton(button); in handleButtonsChange() local 241 uint32_t actionButton = gesturesButtonToMotionEventButton(button); in handleButtonsChange() local 549 int32_t actionButton, int32_t buttonState, in makeMotionArgs()
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | CursorInputMapper.cpp | 341 int32_t actionButton = BitSet32::valueForBit(released.clearFirstMarkedBit()); in sync() local 365 int32_t actionButton = BitSet32::valueForBit(pressed.clearFirstMarkedBit()); in sync() local
|
D | CapturedTouchpadEventConverter.cpp | 278 const std::vector<PointerProperties>& properties, int32_t actionButton, int32_t flags) { in makeMotionArgs()
|
D | TouchInputMapper.cpp | 2185 int32_t actionButton = BitSet32::valueForBit(releasedButtons.clearFirstMarkedBit()); in dispatchButtonRelease() local 2207 int32_t actionButton = BitSet32::valueForBit(pressedButtons.clearFirstMarkedBit()); in dispatchButtonPress() local 2231 int32_t actionButton = BitSet32::valueForBit(releasedButtons.clearFirstMarkedBit()); in dispatchGestureButtonRelease() local 2255 int32_t actionButton = BitSet32::valueForBit(pressedButtons.clearFirstMarkedBit()); in dispatchGestureButtonPress() local 3787 int32_t actionButton, int32_t flags, int32_t metaState, int32_t buttonState, in dispatchMotion()
|
/frameworks/native/services/inputflinger/tests/ |
D | NotifyArgs_test.cpp | 42 int32_t actionButton = AMOTION_EVENT_BUTTON_PRIMARY; in TEST() local
|
/frameworks/native/services/inputflinger/ |
D | InputCommonConverter.cpp | 104 static common::Button getActionButton(int32_t actionButton) { in getActionButton()
|
D | NotifyArgs.cpp | 67 int32_t displayId, uint32_t policyFlags, int32_t action, int32_t actionButton, in NotifyMotionArgs()
|
/frameworks/base/core/java/android/view/ |
D | InputEventConsistencyVerifier.java | 478 final int actionButton = event.getActionButton(); in onGenericMotionEvent() local 634 final int actionButton = event.getActionButton(); in ensureActionButtonIsNonZeroForThisAction() local
|
D | GestureDetector.java | 814 final int actionButton = ev.getActionButton(); in onGenericMotionEvent() local
|
D | MotionEvent.java | 1769 private static native void nativeSetActionButton(long nativePtr, int actionButton); in nativeSetActionButton()
|
D | View.java | 15812 final int actionButton = event.getActionButton(); in dispatchGenericMotionEventInternal() local
|
/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/button/ |
D | ActionButtons.kt | 71 for ((index, actionButton) in actionButtons.withIndex()) { in ActionButtons() method
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | Entry.cpp | 214 int32_t actionButton, int32_t flags, int32_t metaState, in MotionEntry()
|
D | Entry.h | 166 int32_t actionButton; member
|
D | InputDispatcher.cpp | 152 Result<void> checkMotionAction(int32_t action, int32_t actionButton, int32_t pointerCount) { in checkMotionAction() 207 Result<void> validateMotionEvent(int32_t action, int32_t actionButton, size_t pointerCount, in validateMotionEvent() 244 const int32_t actionButton = motion.getActionButton(); in validateInputEvent() local
|
/frameworks/native/libs/input/tests/ |
D | InputPublisherAndConsumer_test.cpp | 147 constexpr int32_t actionButton = 0; in PublishAndConsumeMotionEvent() local
|
/frameworks/native/libs/input/ |
D | Input.cpp | 516 std::array<uint8_t, 32> hmac, int32_t action, int32_t actionButton, in initialize()
|
D | InputTransport.cpp | 612 std::array<uint8_t, 32> hmac, int32_t action, int32_t actionButton, int32_t flags, in publishMotionEvent()
|
/frameworks/base/core/java/android/widget/ |
D | AbsListView.java | 4536 int actionButton = event.getActionButton(); in onGenericMotionEvent() local
|