Home
last modified time | relevance | path

Searched refs:uiLabel (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/ui_lite/test/uitest/test_label/
H A Dui_test_label.cpp39 uiLabel = nullptr; in TearDown()
96 uiLabel = new UILabel(); in UIKitUILabelTestDisplay001()
97 uiLabel->SetText("图形子系统图形子系统图形子系统图形子系统图形子系统图形子系统图形子系统图形子系统图形子系统"); in UIKitUILabelTestDisplay001()
98 uiLabel->SetFont(DEFAULT_VECTOR_FONT_FILENAME, 26); // 26: font size in UIKitUILabelTestDisplay001()
99 uiLabel->SetPosition(0, 141, 280, 336); // 141: y-coordinate; 280: width; 336: height in UIKitUILabelTestDisplay001()
100 uiViewGroupFrame->Add(uiLabel); in UIKitUILabelTestDisplay001()
216 uiLabel->Resize(288, 100); // 288: width; 100: height in OnClick()
217 uiLabel->SetFont(DEFAULT_VECTOR_FONT_FILENAME, 26); // 26: font size in OnClick()
219 uiLabel->SetFont(DEFAULT_VECTOR_FONT_FILENAME, 18); // 18: font size in OnClick()
221 uiLabel in OnClick()
[all...]
H A Dui_test_label.h46 UILabel* uiLabel = nullptr; member in OHOS::UITestLabel
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dmarquee_component.cpp34 UI_LABEL_TYPE_WRAPPER *uiLabel = TextComponent::GetUILabelView(); in CreateNativeViews() local
35 if (uiLabel != nullptr) { in CreateNativeViews()
37 uiLabel->SetLineBreakMode(UILabel::LINE_BREAK_MARQUEE); in CreateNativeViews()
86 UI_LABEL_TYPE_WRAPPER *uiLabel = TextComponent::GetUILabelView(); in SetRollSpeed() local
87 if (uiLabel != nullptr) { in SetRollSpeed()
94 uiLabel->SetRollSpeed(rollSpeed); in SetRollSpeed()
96 uiLabel->SetRollSpeed(scrollamount_); in SetRollSpeed()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dmarquee_tdd_test.cpp271 UILabel *uiLabel = reinterpret_cast<UILabel *>(component->GetComponentRootView()); in ComponentMarqueeStyleSetTest011() local
276 uint16_t fontSize = uiLabel->GetFontId(); in ComponentMarqueeStyleSetTest011()
315 UILabel *uiLabel = reinterpret_cast<UILabel *>(component->GetComponentRootView()); in ComponentMarqueeStyleSetTest012() local
321 uint16_t fontSize = uiLabel->GetFontId(); in ComponentMarqueeStyleSetTest012()
367 UILabel *uiLabel = reinterpret_cast<UILabel *>(component->GetComponentRootView()); in ComponentMarqueeStyleSetTest013() local
372 uint16_t fontSize = uiLabel->GetFontId(); in ComponentMarqueeStyleSetTest013()
H A Dopacity_tdd_test.cpp187 UILabel* uiLabel = reinterpret_cast<UILabel *>(textComponent->GetComponentRootView()); in SetOpacityTest005() local
188 EXPECT_EQ((int)(uiLabel->GetOpaScale() * (uiLabel->GetStyle(STYLE_TEXT_OPA)) / OPA_OPAQUE), in SetOpacityTest005()
/foundation/arkui/ui_lite/test/uitest/test_button/
H A Dui_test_button.cpp156 explicit TestBtnOnStateChangeListener(UILabel* uiLabel) : uiLabel_(uiLabel) {} in TestBtnOnStateChangeListener() argument

Completed in 4 milliseconds