Searched defs:uiLabel (Results 1 – 5 of 5) sorted by relevance
34 UI_LABEL_TYPE_WRAPPER *uiLabel = TextComponent::GetUILabelView(); in CreateNativeViews() local86 UI_LABEL_TYPE_WRAPPER *uiLabel = TextComponent::GetUILabelView(); in SetRollSpeed() local
271 UILabel *uiLabel = reinterpret_cast<UILabel *>(component->GetComponentRootView()); in ComponentMarqueeStyleSetTest011() local315 UILabel *uiLabel = reinterpret_cast<UILabel *>(component->GetComponentRootView()); in ComponentMarqueeStyleSetTest012() local367 UILabel *uiLabel = reinterpret_cast<UILabel *>(component->GetComponentRootView()); in ComponentMarqueeStyleSetTest013() local
187 UILabel* uiLabel = reinterpret_cast<UILabel *>(textComponent->GetComponentRootView()); in SetOpacityTest005() local
46 UILabel* uiLabel = nullptr; variable
156 explicit TestBtnOnStateChangeListener(UILabel* uiLabel) : uiLabel_(uiLabel) {} in TestBtnOnStateChangeListener()