/foundation/window/window_manager/test/common/mock/ |
H A D | mock_uicontent.h | 101 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 D | lightning.c | 60 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 D | lightning.c | 57 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 D | test_searchbase.py | 133 buttons = frame.pack_slaves() 134 for spec, button in zip(others, buttons):
|
/third_party/libinput/src/ |
H A D | evdev-mt-touchpad.c | 726 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 D | platform_gpio_keys.c | 20 * 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 D | frontend_delegate_declarative_ng.h | 141 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 D | hda_jack.c | 473 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 D | hda_jack.c | 547 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 D | dialog_component.cpp | 603 // 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 D | bubble_view.cpp | 380 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 D | bubble_view.h | 52 static void UpdateBubbleButtons(std::list<RefPtr<UINode>>& buttons, const RefPtr<PopupParam>& param);
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/dialog/ |
H A D | js_dialog.h | 46 JSIValue buttons,
|
/kernel/linux/linux-5.10/arch/x86/platform/geode/ |
H A D | net5501.c | 4 * At the moment this means setup of GPIO control of LEDs and buttons 42 .buttons = net5501_gpio_buttons,
|
H A D | geos.c | 40 .buttons = geos_gpio_buttons,
|
/kernel/linux/linux-5.10/drivers/input/mouse/ |
H A D | sentelic.h | 97 unsigned int buttons; /* Number of buttons */ member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | joystick.h | 58 #define JSIOCGBUTTONS _IOR('j', 0x12, __u8) /* get number of buttons */ 109 __s32 buttons; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | joystick.h | 58 #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 D | geos.c | 41 .buttons = geos_gpio_buttons,
|
/kernel/linux/linux-6.6/drivers/input/mouse/ |
H A D | sentelic.h | 97 unsigned int buttons; /* Number of buttons */ member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | joystick.h | 70 __s32 buttons; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | joystick.h | 70 __s32 buttons; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | joystick.h | 57 __s32 buttons; member
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | frontend_delegate_declarative.h | 200 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 D | ezx.c | 747 .buttons = a780_buttons, 862 .buttons = e680_buttons, 930 .buttons = a1200_buttons, 998 .buttons = a910_buttons, 1161 .buttons = e6_buttons,
|