/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...] |
H A D | evdev.h | 211 uint32_t button; member 672 evdev_to_left_handed(struct evdev_device *device, uint32_t button) evdev_to_left_handed() argument [all...] |
H A D | evdev-tablet.c | 925 copy_button_cap(const struct tablet_dispatch *tablet, struct libinput_tablet_tool *tool, uint32_t button) copy_button_cap() argument
|
/third_party/libinput/test/ |
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/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
|
/third_party/glfw/src/ |
H A D | win32_window.c | 812 int i, button, action; in windowProc() local [all...] |
/third_party/libinput/tools/ |
H A D | libinput-debug-gui.c | 1525 unsigned int button = libinput_event_pointer_get_button(p); in handle_event_button() local 1645 unsigned int button; in handle_event_tablet() local 1724 unsigned int button; in handle_event_tablet_pad() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/ |
H A D | dialog_pattern.cpp | 1065 RefPtr<FrameNode> button; BuildMenu() local [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate_impl.cpp | 1039 ShowActionMenu(const std::string& title, const std::vector<ButtonInfo>& button, std::function<void(int32_t, int32_t)>&& callback) ShowActionMenu() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
H A D | select_overlay_node.cpp | 221 auto button = BuildPasteButton(onPaste, overlayId, buttonWidth); in CreatePasteButtonForCreateMenu() local 229 auto button = FrameNode::GetOrCreateFrameNode("SelectMenuButton", ElementRegister::GetInstance()->MakeUniqueId(), in BuildButton() local 300 BindButtonClickEvent(const RefPtr<FrameNode>& button, const MenuOptionsParam& menuOption, int32_t overlayId) BindButtonClickEvent() argument 321 auto button = FrameNode::GetOrCreateFrameNode("SelectMenuButton", ElementRegister::GetInstance()->MakeUniqueId(), BuildButton() local 368 BindCreateMenuItemClickEvent(const RefPtr<FrameNode>& button, const MenuOptionsParam& menuOptionsParam, int32_t overlayId, const std::function<void()>& systemCallback, const OnMenuItemCallback& onCreateCallback) BindCreateMenuItemClickEvent() argument 432 auto button = FrameNode::GetOrCreateFrameNode("SelectMenuButton", ElementRegister::GetInstance()->MakeUniqueId(), BuildCreateMenuItemButton() local 469 auto button = FrameNode::GetOrCreateFrameNode("SelectMoreOrBackButton", BuildMoreOrBackButton() local 1470 auto button = BuildButton( ShowCut() local 1491 auto button = BuildButton( ShowCopy() local 1513 auto button = BuildPasteButton(info->menuCallback.onPaste, GetId(), buttonWidth); ShowPaste() local 1515 auto button = BuildButton(Localization::GetInstance()->GetEntryLetters(BUTTON_PASTE), ShowPaste() local 1537 auto button = BuildButton(Localization::GetInstance()->GetEntryLetters(BUTTON_COPY_ALL), ShowCopyAll() local 1562 auto button = BuildButton(theme->GetAIWrite(), info->menuCallback.onAIWrite, GetId(), buttonWidth, true); ShowAIWrite() local 1637 auto button = ShowCamera() local 1693 RefPtr<FrameNode> button; AddCreateMenuItems() local 1927 auto button = BuildButton(item, GetId(), extensionOptionWidth); LandscapeMenuAddMenuOptions() local [all...] |