/ohos5.0/foundation/multimodalinput/input/service/mouse_event_normalize/test/src/ |
H A D | mouse_transform_processor_test.cpp | 642 uint32_t button = -1; variable 659 uint32_t button = 272; variable 883 uint32_t button = 0x118; variable 1009 uint32_t button = MouseDeviceState::LIBINPUT_LEFT_BUTTON_CODE; variable 1025 uint32_t button = 0x118; variable 1161 uint32_t button = 0; variable 1318 uint32_t button = BTN_RIGHT_MENUE_CODE; variable 1350 uint32_t button = BTN_RIGHT_MENUE_CODE; variable 1414 uint32_t button = BTN_RIGHT_MENUE_CODE; variable 1430 uint32_t button = BTN_RIGHT_MENUE_CODE; variable [all …]
|
/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/test/unittest/src/ |
H A D | location_button_test.cpp | 271 LocationButton button; variable 297 LocationButton button; variable 323 LocationButton button; variable 362 LocationButton button; variable 378 LocationButton button; variable
|
H A D | paste_button_test.cpp | 55 PasteButton button; variable
|
H A D | save_button_test.cpp | 55 SaveButton button; variable
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_local_live_view_content_test.cpp | 73 NotificationLocalLiveViewButton button; variable 186 NotificationLocalLiveViewButton button; variable 217 NotificationLocalLiveViewButton button; variable 250 NotificationLocalLiveViewButton button; variable
|
H A D | notification_local_live_view_button_test.cpp | 125 auto button = std::make_shared<NotificationLocalLiveViewButton>(); variable 183 auto button = std::make_shared<NotificationLocalLiveViewButton>(); variable 234 auto button = std::make_shared<NotificationLocalLiveViewButton>(); variable 251 auto button = std::make_shared<NotificationLocalLiveViewButton>(); variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/ |
H A D | render_button.cpp | 62 auto button = wp.Upgrade(); in Initialize() local 68 auto button = wp.Upgrade(); in Initialize() local 74 auto button = wp.Upgrade(); in Initialize() local 80 auto button = wp.Upgrade(); in Initialize() local 88 auto button = wp.Upgrade(); in Initialize() local 99 auto button = wp.Upgrade(); in Initialize() local 121 auto button = weakPtr.Upgrade(); in InitAccessibilityEventListener() local 416 auto button = weakButton.Upgrade(); in CreateFloatAnimation() local 635 void RenderButton::UpdateDownloadStyles(const RefPtr<ButtonComponent>& button) in UpdateDownloadStyles() 765 auto button = weak.Upgrade(); in PlayAnimation() local [all …]
|
H A D | button_element.cpp | 28 auto button = wp.Upgrade(); in CreateRenderNode() local 62 auto button = weak.Upgrade(); in Update() local
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | input_tdd_test.cpp | 114 UILabelButton *button = reinterpret_cast<UILabelButton *>(component->GetComponentRootView()); variable 162 UILabelButton *button = reinterpret_cast<UILabelButton *>(component->GetComponentRootView()); variable 221 UILabelButton *button = reinterpret_cast<UILabelButton *>(component->GetComponentRootView()); variable 324 UILabelButton *button = reinterpret_cast<UILabelButton *>(component->GetComponentRootView()); variable 371 UILabelButton *button = reinterpret_cast<UILabelButton *>((component->GetComponentRootView())); in ComponentInputStyleTest07() local 409 UILabelButton *button = reinterpret_cast<UILabelButton *>(component->GetComponentRootView()); in ComponentInputStyleTest07Extra() local 457 UILabelButton *button = reinterpret_cast<UILabelButton *>(component->GetComponentRootView()); variable 697 UILabelButton *button = reinterpret_cast<UILabelButton *>(component->GetComponentRootView()); variable
|
H A D | radio_switch_tdd_test.cpp | 335 UIRadioButton *button = reinterpret_cast<UIRadioButton *>(component->GetComponentRootView()); in HeightSwitchValueTest007() local 391 UIRadioButton *button = reinterpret_cast<UIRadioButton *>(component->GetComponentRootView()); in HeightSwitchValueTest008() local
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_button_option.cpp | 60 NotificationButtonOption *button = new (std::nothrow) NotificationButtonOption(); in FromJson() local 93 NotificationButtonOption *button = new (std::nothrow) NotificationButtonOption(); in Unmarshalling() local
|
H A D | notification_local_live_view_button.cpp | 155 NotificationLocalLiveViewButton *button = new (std::nothrow) NotificationLocalLiveViewButton(); in FromJson() local 284 NotificationLocalLiveViewButton *button = new (std::nothrow) NotificationLocalLiveViewButton(); in Unmarshalling() local
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_arc_label/ |
H A D | ui_test_arc_label.cpp | 169 UILabelButton* button = static_cast<UILabelButton*>(view_); in Finish() local 209 UILabelButton* button = GetTestUIButton("0-90点击旋转", positionX_, positionY_, nullptr); in UIKitUIArcLabelTestIncompatible001() local 239 UILabelButton* button = GetTestUIButton("90-0点击旋转", positionX_, positionY_, nullptr); in UIKitUIArcLabelTestIncompatible002() local 269 UILabelButton* button = GetTestUIButton("30-260点击旋转", positionX_, positionY_, nullptr); in UIKitUIArcLabelTestIncompatible003() local 299 UILabelButton* button = GetTestUIButton("260-30点击旋转", positionX_, positionY_, nullptr); in UIKitUIArcLabelTestIncompatible004() local
|
/ohos5.0/foundation/multimodalinput/input/service/touch_event_normalize/src/ |
H A D | joystick_transform_processor.cpp | 59 uint32_t button = libinput_event_joystick_button_get_key(data); in OnEventJoystickButton() local 81 int32_t JoystickTransformProcessor::LibinputButtonToPointer(const uint32_t button) in LibinputButtonToPointer()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/js-service-widget-ui/ |
H A D | js-service-widget-basic-button.md | 1 # button chapter
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/js-service-widget-ui/ |
H A D | js-service-widget-basic-button.md | 1 # button chapter
|
/ohos5.0/foundation/multimodalinput/input/service/touch_event_normalize/test/src/ |
H A D | joystick_transform_processor_test.cpp | 114 uint32_t button = 1; variable 130 uint32_t button = 312; variable
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-basic-button.md | 1 # button chapter
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-basic-button.md | 1 # button chapter
|
/ohos5.0/base/update/updater/services/ui/view/component/ |
H A D | label_btn_adapter.cpp | 36 LabelBtnAdapter *button = nullptr; in OnFocus() local 50 LabelBtnAdapter *button = nullptr; in OnBlur() local
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_border_margin_padding/ |
H A D | ui_test_border_margin_padding.cpp | 434 UIButton* button = new UIButton(); in UIKitUITestBorderMarginPaddingTest005() local 503 UIButton* button = new UIButton(); in UIKitUITestBorderMarginPaddingTest008() local 587 UILabelButton* button = new UILabelButton(); in UIKitUITestBorderMarginPaddingTest012() local 667 UILabelButton* button = new UILabelButton(); in UIKitUITestBorderMarginPaddingTest016() local
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_opacity/ |
H A D | ui_test_opacity.cpp | 144 UIButton* button = new UIButton(); in UIKitOpacityTestUIButton001() local 160 UIButton* button = new UIButton(); in CreateTestCaseUIButton() local 176 UIButton* button = CreateTestCaseUIButton(200); // 200: opacity in UIKitOpacityTestUIButton002() local 343 UIButton* button = new UIButton(); in UIKitOpacityTestUIViewGroup001() local
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_button/ |
H A D | ui_test_button.cpp | 637 UILabelButton* GetTestUIButton(const char* buttonText, int16_t x, int16_t y, UIButton* button, cons… in GetTestUIButton() 658 void UITestBUTTON::UIKitButtonTest002(UIScrollView* container, UIButton* button) in UIKitButtonTest002() 710 void UITestBUTTON::InitButtonListeners002(UIButton* button) in InitButtonListeners002() 754 void UITestBUTTON::EnableAnimator(UIScrollView* container, UIButton* button) in EnableAnimator() 785 UIButton* button = new UIButton(); in UIKitButtonTest001() local 831 void UITestBUTTON::InitButtonListeners001(UIButton* button) in InitButtonListeners001()
|
/ohos5.0/base/msdp/device_status/tools/vdev/json/ |
H A D | simulate_mouse_dragging.json | 5 { "action": "down", "button": "BTN_LEFT" }, string 18 { "action": "up", "button": "BTN_LEFT" }, string
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/app_bar/ |
H A D | app_bar_test_ng.cpp | 176 auto button = appBar->BuildButton(true); variable 292 auto button = appBar->BuildButton(true); variable 402 auto button = appBar->BuildButton(true); variable 424 auto button = appBar->BuildButton(true); variable
|