Home
last modified time | relevance | path

Searched defs:button (Results 26 – 50 of 122) sorted by relevance

12345

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dtitle_bar_node.h40 void SetBackButton(const RefPtr<UINode>& button) in SetBackButton()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_video/
H A Dui_test_video.cpp97 void UITestVideo::SetupTestButton(UILabelButton* button, const char* text) in SetupTestButton()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_view_scale_rotate/
H A Dui_test_view_scale_rotate.cpp208 UILabelButton* button = new UILabelButton(); in UIKitViewScaleRotateTestGroup007() local
/ohos5.0/base/msdp/device_status/tools/vdev/src/
H A Dvirtual_mouse.cpp117 int32_t VirtualMouse::DownButton(int32_t button) in DownButton()
131 int32_t VirtualMouse::UpButton(int32_t button) in UpButton()
/ohos5.0/foundation/multimodalinput/input/service/mouse_event_normalize/src/
H A Dmouse_transform_processor.cpp181 uint32_t button = libinput_event_pointer_get_button(data); in HandleButtonInner() local
257 …useTransformProcessor::HandleButtonValueInner(struct libinput_event_pointer *data, uint32_t button, in HandleButtonValueInner()
851 uint32_t &button) in HandleTouchpadRightButton()
874 uint32_t &button) in HandleTouchpadLeftButton()
904 uint32_t &button) in HandleTouchpadTwoFingerButton()
928 uint32_t &button) in TransTouchpadRightButton()
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscanner_info.h83 std::string button; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_component.cpp259 auto button = AceType::DynamicCast<RenderButton>(node->GetParent().Upgrade()); in SetButtonClickColor() local
388 auto button = AceType::MakeRefPtr<ButtonComponent>(children); in BuildCardCalendarTitle() local
460 auto button = AceType::MakeRefPtr<ButtonComponent>(children); in InitCardButton() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_node.cpp226 auto button = BuildPasteButton(onPaste, overlayId, buttonWidth); in CreatePasteButtonForCreateMenu() local
377 void BindCreateMenuItemClickEvent(const RefPtr<FrameNode>& button, const MenuOptionsParam& menuOpti… in BindCreateMenuItemClickEvent()
478 auto button = FrameNode::GetOrCreateFrameNode("SelectMoreOrBackButton", in BuildMoreOrBackButton() local
1479 auto button = BuildButton( in ShowCut() local
1500 auto button = BuildButton( in ShowCopy() local
1522 auto button = BuildPasteButton(info->menuCallback.onPaste, GetId(), buttonWidth); in ShowPaste() local
1524 auto button = BuildButton(Localization::GetInstance()->GetEntryLetters(BUTTON_PASTE), in ShowPaste() local
1546 auto button = BuildButton(Localization::GetInstance()->GetEntryLetters(BUTTON_COPY_ALL), in ShowCopyAll() local
1646 auto button = in ShowCamera() local
1703 RefPtr<FrameNode> button; in AddCreateMenuItems() local
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Dnavigation_bar_component_base.cpp28 auto button = AceType::MakeRefPtr<ButtonComponent>(buttonChildren); in BuildIconButton() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_action_button_test.cpp125 auto button = std::make_shared<NotificationActionButton>(icon, title, wantAgent, extras, in HWTEST_F() local
225 auto button = std::make_shared<NotificationActionButton>(); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Dalert_dialog_component.cpp128 auto button = actions_.front(); in BuildActions() local
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
H A Dsec_comp_manager_test.cpp42 LocationButton button; in BuildInvalidLocationComponent() local
71 LocationButton button; in BuildValidLocationComponent() local
/ohos5.0/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
H A Dtouch_event_normalize_test.cpp84 uint32_t button = LIBINPUT_HOMEPAGE_BUTTON_CODE; variable
/ohos5.0/foundation/multimodalinput/input/libudev/src/
H A Dudev_device.cpp376 … for (int button = BTN_JOYSTICK; button < BTN_DIGI && !hasJoystickAxesOrButtons; button++) { in HasJoystickAxesOrButtons() local
379 … for (int button = BTN_TRIGGER_HAPPY1; button <= BTN_TRIGGER_HAPPY40 && !hasJoystickAxesOrButtons; in HasJoystickAxesOrButtons() local
383 … for (int button = BTN_DPAD_UP; button <= BTN_DPAD_RIGHT && !hasJoystickAxesOrButtons; button++) { in HasJoystickAxesOrButtons() local
412 for (int button = BTN_MOUSE; button < BTN_JOYSTICK && !flag; button++) { in CheckMouseButton() local
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_ct_test.cpp205 uint8_t button = AVRC_KEY_OPERATION_VOLUME_UP; variable
223 uint8_t button = AVRC_KEY_OPERATION_VOLUME_UP; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/counter/
H A Dcounter_component.cpp94 RefPtr<ButtonComponent>& button, std::string content, bool isLeft) in BuildControl()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/samples/
H A Devent_adapter.cpp91 auto&& mouseButtonCbk = [this](int button, bool pressed, int mods) { in Initialize()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_view_group/
H A Dui_test_view_group.cpp62 UILabelButton* button = new UILabelButton(); in CreateButton() local
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dinput_event_tdd_test.cpp884 UILabelButton *button = reinterpret_cast<UILabelButton *>(GetComponent(page, "button")); variable
1227 UILabelButton *button = reinterpret_cast<UILabelButton *>(GetComponent(page, "button")); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/app_bar/
H A Datomic_service_pattern.cpp240 void AtomicServicePattern::UpdateButtonColor(RefPtr<AppBarTheme>& theme, RefPtr<FrameNode>& button,… in UpdateButtonColor()
339 void AtomicServicePattern::UpdateButtonLayout(RefPtr<AppBarTheme>& theme, RefPtr<FrameNode>& button in UpdateButtonLayout()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dmedia_service.h158 int PressButton(const std::string &addr, uint8_t button, uint8_t label) in PressButton()
163 int ReleaseButton(const std::string &addr, uint8_t button, uint8_t label) in ReleaseButton()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_local_live_view_content.cpp58 void NotificationLocalLiveViewContent::SetButton(NotificationLocalLiveViewButton button) in SetButton()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_button.h462 ButtonAnimator(UIButton& button) : animator_(this, nullptr, 0, false), button_(button) {} in ButtonAnimator()
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/mouse_event/src/
H A Djs_mouse_event.cpp130 napi_value button = nullptr; in Export() local
/ohos5.0/foundation/window/window_manager_lite/test/
H A Dsample_window.cpp136 UIButton* button = new UIButton(); in AddButton() local

12345