Home
last modified time | relevance | path

Searched defs:actionButton (Results 1 – 24 of 24) sorted by relevance

/frameworks/native/include/input/
DInputEventBuilders.h91 MotionEventBuilder& actionButton(int32_t actionButton) { in actionButton() argument
DInputTransport.h124 int32_t actionButton; member
/frameworks/native/services/inputflinger/include/
DNotifyArgsBuilders.h65 MotionArgsBuilder& actionButton(int32_t actionButton) { in actionButton() function
DNotifyArgs.h97 int32_t actionButton; member
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrintErrorFragment.java72 Button actionButton = (Button) view.findViewById(R.id.action_button); in onViewCreated() local
/frameworks/native/services/inputflinger/reader/mapper/gestures/
DGestureConverter.cpp216 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/
DCursorInputMapper.cpp341 int32_t actionButton = BitSet32::valueForBit(released.clearFirstMarkedBit()); in sync() local
365 int32_t actionButton = BitSet32::valueForBit(pressed.clearFirstMarkedBit()); in sync() local
DCapturedTouchpadEventConverter.cpp278 const std::vector<PointerProperties>& properties, int32_t actionButton, int32_t flags) { in makeMotionArgs()
DTouchInputMapper.cpp2185 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/
DNotifyArgs_test.cpp42 int32_t actionButton = AMOTION_EVENT_BUTTON_PRIMARY; in TEST() local
/frameworks/native/services/inputflinger/
DInputCommonConverter.cpp104 static common::Button getActionButton(int32_t actionButton) { in getActionButton()
DNotifyArgs.cpp67 int32_t displayId, uint32_t policyFlags, int32_t action, int32_t actionButton, in NotifyMotionArgs()
/frameworks/base/core/java/android/view/
DInputEventConsistencyVerifier.java478 final int actionButton = event.getActionButton(); in onGenericMotionEvent() local
634 final int actionButton = event.getActionButton(); in ensureActionButtonIsNonZeroForThisAction() local
DGestureDetector.java814 final int actionButton = ev.getActionButton(); in onGenericMotionEvent() local
DMotionEvent.java1769 private static native void nativeSetActionButton(long nativePtr, int actionButton); in nativeSetActionButton()
DView.java15812 final int actionButton = event.getActionButton(); in dispatchGenericMotionEventInternal() local
/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/button/
DActionButtons.kt71 for ((index, actionButton) in actionButtons.withIndex()) { in ActionButtons() method
/frameworks/native/services/inputflinger/dispatcher/
DEntry.cpp214 int32_t actionButton, int32_t flags, int32_t metaState, in MotionEntry()
DEntry.h166 int32_t actionButton; member
DInputDispatcher.cpp152 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/
DInputPublisherAndConsumer_test.cpp147 constexpr int32_t actionButton = 0; in PublishAndConsumeMotionEvent() local
/frameworks/native/libs/input/
DInput.cpp516 std::array<uint8_t, 32> hmac, int32_t action, int32_t actionButton, in initialize()
DInputTransport.cpp612 std::array<uint8_t, 32> hmac, int32_t action, int32_t actionButton, int32_t flags, in publishMotionEvent()
/frameworks/base/core/java/android/widget/
DAbsListView.java4536 int actionButton = event.getActionButton(); in onGenericMotionEvent() local