/third_party/libinput/include/linux/freebsd/ |
H A D | input.h | 311 uint16_t button; member
|
/third_party/libinput/test/ |
H A D | test-pointer.c | 367 test_button_event(struct litest_device *dev, unsigned int button, int state) in test_button_event() argument 430 int button; in START_TEST() local 1437 uint32_t methods, button; START_TEST() local 1578 litest_enable_scroll_button_lock(struct litest_device *dev, unsigned int button) litest_enable_scroll_button_lock() argument 2096 uint32_t button; START_TEST() local 2126 uint32_t button; START_TEST() local 2592 unsigned int button; START_TEST() local 2675 unsigned int button; START_TEST() local 2740 unsigned int button; START_TEST() local 3149 unsigned int button = _i; /* ranged test */ START_TEST() local 3196 unsigned int button = _i; /* ranged test */ START_TEST() local 3329 unsigned int button = _i; /* ranged test */ START_TEST() local [all...] |
H A D | test-touchpad.c | 3352 assert_btnevent_from_device(struct litest_device *device, unsigned int button, enum libinput_button_state state) assert_btnevent_from_device() argument [all...] |
H A D | test-tablet.c | 63 unsigned int button = pick_stylus_or_btn0(dev); in START_TEST() local 74 button); in START_TEST() local 86 button); in START_TEST() local 106 unsigned int button = pick_stylus_or_btn0(dev); in START_TEST() local 129 ck_assert_int_eq(libinput_event_tablet_tool_get_button(tev), button); in START_TEST() local 137 ck_assert_int_eq(libinput_event_tablet_tool_get_button(tev), button); START_TEST() local 153 ck_assert_int_eq(libinput_event_tablet_tool_get_button(tev), button); START_TEST() local 161 ck_assert_int_eq(libinput_event_tablet_tool_get_button(tev), button); START_TEST() local 866 unsigned int button = pick_stylus_or_btn0(dev); START_TEST() local 1039 unsigned int button = pick_stylus_or_btn0(dev); START_TEST() local 1068 unsigned int button = pick_stylus_or_btn0(dev); START_TEST() local 1100 uint32_t button; START_TEST() local 2156 unsigned int button = pick_stylus_or_btn0(dev); START_TEST() local 2541 int button; START_TEST() local [all...] |
/third_party/libevdev/include/linux/linux/ |
H A D | input.h | 319 __u16 button; member
|
/third_party/libinput/src/ |
H A D | evdev-fallback.c | 796 unsigned int button; in fallback_any_button_down() local 65 fallback_notify_physical_button(struct fallback_dispatch *dispatch, struct evdev_device *device, uint64_t time, int button, enum libinput_button_state state) fallback_notify_physical_button() argument [all...] |
/third_party/skia/samplecode/ |
H A D | SampleQuadStroker.cpp | 492 void draw_button(SkCanvas* canvas, const StrokeTypeButton& button) { in draw_button() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/ |
H A D | calendar_dialog_pattern.cpp | 204 auto button = AceType::DynamicCast<FrameNode>(child); in UpdateOptionsButton() local 236 auto button = AceType::DynamicCast<FrameNode>(child); in UpdateOptionsButtonColor() local 1276 auto button = AceType::DynamicCast<FrameNode>(child); OnEnterKeyEvent() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/ |
H A D | container_modal_pattern.cpp | 852 auto button = AceType::DynamicCast<FrameNode>(buttonsRow->GetChildAtIndex(index)); InitButtonsLayoutProperty() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/ |
H A D | text_overlay_component.cpp | 207 auto button = AceType::MakeRefPtr<ButtonComponent>(children); in BuildButton() local 231 auto button = AceType::MakeRefPtr<ButtonComponent>(children); BuildMoreIconButton() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/video/ |
H A D | video_element.cpp | 1446 auto button = AceType::MakeRefPtr<ButtonComponent>(btnChildren); in CreatePlayBtn() local 1482 auto button = AceType::MakeRefPtr<ButtonComponent>(btnChildren); in CreateFullScreenBtn() local [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_view_register.cpp | 960 auto button = value->GetProperty("button"); in GetMouseEventFromJS() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | frontend_delegate_declarative_ng.cpp | 876 void FrontendDelegateDeclarativeNG::ShowActionMenu(const std::string& title, const std::vector<ButtonInfo>& button, in ShowActionMenu() argument 863 ShowActionMenu( const std::string& title, const std::vector<ButtonInfo>& button, std::function<void(int32_t, int32_t)>&& callback) ShowActionMenu() argument 1110 ShowActionMenuInner(DialogProperties& dialogProperties, const std::vector<ButtonInfo>& button, std::function<void(int32_t, int32_t)>&& callback) ShowActionMenuInner() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_api_impl_bridge.cpp | 3138 auto button = panda::ObjectRef::New(vm); in RegisterButtonAttributes() local [all...] |
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/ |
H A D | subwindow_ohos.cpp | 1640 ShowActionMenuForAbility( const std::string& title, const std::vector<ButtonInfo>& button, std::function<void(int32_t, int32_t)>&& callback) ShowActionMenuForAbility() argument 1661 ShowActionMenuForService( const std::string& title, const std::vector<ButtonInfo>& button, std::function<void(int32_t, int32_t)>&& callback) ShowActionMenuForService() argument 1726 ShowActionMenu( const std::string& title, const std::vector<ButtonInfo>& button, std::function<void(int32_t, int32_t)>&& callback) ShowActionMenu() argument
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_profile.cpp | 326 void AvrcCtProfile::SendPressButtonCmd(const RawAddress &rawAddr, uint8_t button) in SendPressButtonCmd() argument 336 void AvrcCtProfile::SendReleaseButtonCmd(const RawAddress &rawAddr, uint8_t button) in SendReleaseButtonCmd() argument 413 void AvrcCtProfile::InformPassRsp(const RawAddress &rawAddr, uint8_t button, uint8_t state, int result) const in InformPassRsp() argument [all...] |
H A D | avrcp_ct_service.cpp | 518 int AvrcpCtService::PressButton(const RawAddress &rawAddr, uint8_t button) in PressButton() argument 545 void AvrcpCtService::PressButtonNative(RawAddress rawAddr, uint8_t button) in PressButtonNative() argument 562 void AvrcpCtService::OnButtonPressed(const RawAddress &rawAddr, uint8_t button, int result) const in OnButtonPressed() argument 574 ReleaseButton(const RawAddress &rawAddr, uint8_t button) ReleaseButton() argument 601 ReleaseButtonNative(RawAddress rawAddr, uint8_t button) ReleaseButtonNative() argument 618 OnButtonReleased(const RawAddress &rawAddr, uint8_t button, int result) const OnButtonReleased() argument [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_profile.cpp | 337 void AvrcTgProfile::SendPressButtonRsp(const RawAddress &rawAddr, uint8_t button, uint8_t label, int result) in SendPressButtonRsp() argument 349 void AvrcTgProfile::SendReleaseButtonRsp(const RawAddress &rawAddr, uint8_t button, uint8_t label, int result) in SendReleaseButtonRsp() argument 368 bool AvrcTgProfile::IsSamePassPressCommand(const RawAddress &rawAddr, uint8_t button) in IsSamePassPressCommand() argument 394 IsIgnorePassReleaseCommand(const RawAddress &rawAddr, uint8_t button) IsIgnorePassReleaseCommand() argument 516 ProcessPassTimeout(RawAddress rawAddr, uint8_t button, uint8_t state, uint8_t label) ProcessPassTimeout() argument 529 PassTimeoutCallback(const RawAddress &rawAddr, uint8_t button, uint8_t state, uint8_t label) PassTimeoutCallback() argument [all...] |
H A D | avrcp_tg_service.cpp | 40 void AvrcpTgService::ObserverImpl::OnPressButton(const std::string &addr, uint8_t button) in OnPressButton() argument 45 void AvrcpTgService::ObserverImpl::OnReleaseButton(const std::string &addr, uint8_t button) in OnReleaseButton() argument 985 static void SetAvControlCommand(uint8_t button, OHOS::AVSession::AVControlCommand &command, bool buttonStatus) in SetAvControlCommand() argument 1028 void AvrcpTgService::OnButtonPressed(const RawAddress &rawAddr, uint8_t button, uint8_t label) const in OnButtonPressed() argument 1041 OnButtonReleased(const RawAddress &rawAddr, uint8_t button, uint8_t label) const OnButtonReleased() argument 1054 HoldButton(const RawAddress &rawAddr, uint8_t button, uint8_t label) const HoldButton() argument [all...] |
/foundation/multimodalinput/input/util/common/include/ |
H A D | struct_multimodal.h | 480 } button; member
|
/kernel/linux/linux-5.10/drivers/input/mouse/ |
H A D | bcm5974.c | 169 u8 button; /* left button */ member [all...] |
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | gconf.c | 116 GtkToolButton *button; in replace_button_icon() local 707 void on_back_clicked(GtkButton * button, gpointer user_data) in on_back_clicked() argument 722 void on_load_clicked(GtkButton * button, gpointer user_data) in on_load_clicked() argument 728 void on_single_clicked(GtkButton * button, gpointer user_data) in on_single_clicked() argument 737 void on_split_clicked(GtkButton * button, gpointer user_data) in on_split_clicked() argument 753 void on_full_clicked(GtkButton * button, gpointer user_data) in on_full_clicked() argument 764 void on_collapse_clicked(GtkButton * button, gpointer user_data) in on_collapse_clicked() argument 770 void on_expand_clicked(GtkButton * button, gpointe argument [all...] |
/kernel/linux/linux-6.6/drivers/input/mouse/ |
H A D | bcm5974.c | 169 u8 button; /* left button */ member [all...] |
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | gconf.c | 112 GtkToolButton *button; in replace_button_icon() local 700 void on_back_clicked(GtkButton * button, gpointer user_data) in on_back_clicked() argument 715 void on_load_clicked(GtkButton * button, gpointer user_data) in on_load_clicked() argument 721 void on_single_clicked(GtkButton * button, gpointer user_data) in on_single_clicked() argument 730 void on_split_clicked(GtkButton * button, gpointer user_data) in on_split_clicked() argument 746 void on_full_clicked(GtkButton * button, gpointer user_data) in on_full_clicked() argument 757 void on_collapse_clicked(GtkButton * button, gpointer user_data) in on_collapse_clicked() argument 763 void on_expand_clicked(GtkButton * button, gpointe argument [all...] |
/third_party/glfw/src/ |
H A D | win32_window.c | 812 int i, button, action; in windowProc() local [all...] |