Home
last modified time | relevance | path

Searched defs:uiLabel (Results 1 – 6 of 6) sorted by relevance

/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
Dmarquee_component.cpp34 UILabelTypeWrapper *uiLabel = TextComponent::GetUILabelView(); in CreateNativeViews() local
86 UILabelTypeWrapper *uiLabel = TextComponent::GetUILabelView(); in SetRollSpeed() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
Dmarquee_tdd_test.cpp271 UILabel *uiLabel = reinterpret_cast<UILabel *>(component->GetComponentRootView()); in ComponentMarqueeStyleSetTest011() local
315 UILabel *uiLabel = reinterpret_cast<UILabel *>(component->GetComponentRootView()); in ComponentMarqueeStyleSetTest012() local
367 UILabel *uiLabel = reinterpret_cast<UILabel *>(component->GetComponentRootView()); in ComponentMarqueeStyleSetTest013() local
Dopacity_tdd_test.cpp187 UILabel* uiLabel = reinterpret_cast<UILabel *>(textComponent->GetComponentRootView()); in SetOpacityTest005() local
/foundation/arkui/ui_lite/test/uitest/test_label/
Dui_test_label.h46 UILabel* uiLabel = nullptr; variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/app_bar/
Dapp_bar_view.cpp354 auto uiLabel = uiRow->GetLastChild(); in SetContent() local
367 auto uiLabel = uiRow->GetLastChild(); in SetFontStyle() local
/foundation/arkui/ui_lite/test/uitest/test_button/
Dui_test_button.cpp156 explicit TestBtnOnStateChangeListener(UILabel* uiLabel) : uiLabel_(uiLabel) {} in TestBtnOnStateChangeListener()