Home
last modified time | relevance | path

Searched refs:buttons (Results 101 - 125 of 314) sorted by relevance

12345678910>>...13

/foundation/window/window_manager/test/common/mock/
H A Dmock_uicontent.h101 MOCK_METHOD2(GetContainerModalButtonsRect, bool(OHOS::Rosen::Rect& containerModal, OHOS::Rosen::Rect& buttons));
103 void(std::function<void(OHOS::Rosen::Rect& containerModal, OHOS::Rosen::Rect& buttons)>&& callback));
/kernel/linux/linux-5.10/drivers/input/gameport/
H A Dlightning.c60 static int l4_cooked_read(struct gameport *gameport, int *axes, int *buttons) in l4_cooked_read() argument
84 *buttons = inb(L4_PORT) & 0x0f; in l4_cooked_read()
/kernel/linux/linux-6.6/drivers/input/gameport/
H A Dlightning.c57 static int l4_cooked_read(struct gameport *gameport, int *axes, int *buttons) in l4_cooked_read() argument
81 *buttons = inb(L4_PORT) & 0x0f; in l4_cooked_read()
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_searchbase.py133 buttons = frame.pack_slaves()
134 for spec, button in zip(others, buttons):
/third_party/libinput/src/
H A Devdev-mt-touchpad.c726 if (!tp->buttons.trackpoint) in tp_process_trackpoint_button()
729 dispatch = tp->buttons.trackpoint->dispatch; in tp_process_trackpoint_button()
750 tp->buttons.trackpoint, in tp_process_trackpoint_button()
753 tp->buttons.trackpoint, in tp_process_trackpoint_button()
1812 tp->buttons.is_clickpad) in tp_process_state()
1841 tp->buttons.old_state = tp->buttons.state; in tp_post_process_state()
1977 if (tp->buttons.trackpoint && in tp_remove_sendevents()
2043 * Release buttons first. If tp is a clickpad, the button event in tp_clear_state()
2082 * device, to keep the "trackpoint" buttons workin in tp_suspend()
[all...]
/kernel/linux/linux-5.10/arch/x86/platform/intel-mid/device_libs/
H A Dplatform_gpio_keys.c20 * we will search these buttons in SFI GPIO table (by name)
22 * buttons here, we will shrink them if no GPIO found.
41 .buttons = gpio_button,
55 * Shrink the non-existent buttons, register the gpio button
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dfrontend_delegate_declarative_ng.h141 void ShowDialog(const std::string& title, const std::string& message, const std::vector<ButtonInfo>& buttons,
144 void ShowDialog(const std::string& title, const std::string& message, const std::vector<ButtonInfo>& buttons,
147 void ShowDialog(const PromptDialogAttr &dialogAttr, const std::vector<ButtonInfo> &buttons,
149 void ShowDialog(const PromptDialogAttr &dialogAttr, const std::vector<ButtonInfo> &buttons,
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dhda_jack.c473 int err, state, buttons; in snd_hda_jack_add_kctl_mst() local
484 buttons = 0; in snd_hda_jack_add_kctl_mst()
487 buttons |= map->type; in snd_hda_jack_add_kctl_mst()
490 err = snd_jack_new(codec->card, name, type | buttons, in snd_hda_jack_add_kctl_mst()
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dhda_jack.c547 int err, state, buttons; in snd_hda_jack_add_kctl_mst() local
558 buttons = 0; in snd_hda_jack_add_kctl_mst()
561 buttons |= map->type; in snd_hda_jack_add_kctl_mst()
564 err = snd_jack_new(codec->card, name, type | buttons, in snd_hda_jack_add_kctl_mst()
/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_component.cpp603 // Set buttons of dialog in Build()
604 BuildButtons(themeManager, dialog, dialogProperties.buttons, dialogTheme, data); in Build()
627 for (size_t index = 0; index < dialogProperties.buttons.size(); ++index) { in Build()
690 const std::vector<ButtonInfo>& buttons, const RefPtr<DialogTheme>& dialogTheme, in BuildButtons()
697 if (buttons.empty()) { in BuildButtons()
706 for (const auto& button : buttons) { in BuildButtons()
724 if (buttonIndex != static_cast<int32_t>(buttons.size()) - 1) { in BuildButtons()
744 if (buttonIndex != static_cast<int32_t>(buttons.size()) - 1) { in BuildButtons()
689 BuildButtons(const RefPtr<ThemeManager>& themeManager, const RefPtr<DialogComponent>& dialog, const std::vector<ButtonInfo>& buttons, const RefPtr<DialogTheme>& dialogTheme, std::string& data) BuildButtons() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_view.cpp380 void BubbleView::UpdateBubbleButtons(std::list<RefPtr<UINode>>& buttons, const RefPtr<PopupParam>& param) in UpdateBubbleButtons() argument
385 auto button = AceType::DynamicCast<FrameNode>(buttons.front()); in UpdateBubbleButtons()
386 buttons.pop_front(); in UpdateBubbleButtons()
397 auto button = AceType::DynamicCast<FrameNode>(buttons.front()); in UpdateBubbleButtons()
398 buttons.pop_front(); in UpdateBubbleButtons()
437 auto buttons = child->GetChildren(); in UpdateBubbleContent() local
438 UpdateBubbleButtons(buttons, param); in UpdateBubbleContent()
650 // The buttons in popupNode can not get focus, if the textNode in the button is not focusable in CreateMessage()
H A Dbubble_view.h52 static void UpdateBubbleButtons(std::list<RefPtr<UINode>>& buttons, const RefPtr<PopupParam>& param);
/foundation/arkui/ace_engine_lite/frameworks/src/core/dialog/
H A Djs_dialog.h46 JSIValue buttons,
/kernel/linux/linux-5.10/arch/x86/platform/geode/
H A Dnet5501.c4 * At the moment this means setup of GPIO control of LEDs and buttons
42 .buttons = net5501_gpio_buttons,
H A Dgeos.c40 .buttons = geos_gpio_buttons,
/kernel/linux/linux-5.10/drivers/input/mouse/
H A Dsentelic.h97 unsigned int buttons; /* Number of buttons */ member
/kernel/linux/linux-5.10/include/uapi/linux/
H A Djoystick.h58 #define JSIOCGBUTTONS _IOR('j', 0x12, __u8) /* get number of buttons */
109 __s32 buttons; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Djoystick.h58 #define JSIOCGBUTTONS _IOR('j', 0x12, __u8) /* get number of buttons */
109 __s32 buttons; member
/kernel/linux/linux-6.6/arch/x86/platform/geode/
H A Dgeos.c41 .buttons = geos_gpio_buttons,
/kernel/linux/linux-6.6/drivers/input/mouse/
H A Dsentelic.h97 unsigned int buttons; /* Number of buttons */ member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Djoystick.h70 __s32 buttons; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Djoystick.h70 __s32 buttons; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Djoystick.h57 __s32 buttons; member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.h200 void ShowDialog(const std::string& title, const std::string& message, const std::vector<ButtonInfo>& buttons,
203 void ShowDialog(const std::string& title, const std::string& message, const std::vector<ButtonInfo>& buttons,
206 void ShowDialog(const PromptDialogAttr &dialogAttr, const std::vector<ButtonInfo> &buttons,
208 void ShowDialog(const PromptDialogAttr &dialogAttr, const std::vector<ButtonInfo> &buttons,
230 void ShowActionMenu(const PromptDialogAttr& dialogAttr, const std::vector<ButtonInfo>& buttons,
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H A Dezx.c747 .buttons = a780_buttons,
862 .buttons = e680_buttons,
930 .buttons = a1200_buttons,
998 .buttons = a910_buttons,
1161 .buttons = e6_buttons,

Completed in 20 milliseconds

12345678910>>...13