Home
last modified time | relevance | path

Searched refs:titleLabel_ (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_video.cpp89 if (titleLabel_ != nullptr) { in Prepare()
93 titleLabel_->SetText(fileName + 1); in Prepare()
349 controllerGroup_->Add(titleLabel_); in InitVideo()
378 if (titleLabel_ == nullptr) { in InitControllerLabel()
379 titleLabel_ = new UILabel(); in InitControllerLabel()
380 if (titleLabel_ == nullptr) { in InitControllerLabel()
384 titleLabel_->SetPosition(322, 28, 316, 29); // 322:pos x, 28:pos y, 316:width, 29:height in InitControllerLabel()
385 titleLabel_->SetAlign(UITextLanguageAlignment::TEXT_ALIGNMENT_CENTER, in InitControllerLabel()
387 titleLabel_->SetFont(DEFAULT_VECTOR_FONT_FILENAME, 20); // 20:font size in InitControllerLabel()
388 titleLabel_ in InitControllerLabel()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/container_modal/
H A Dcontainer_modal_component.h54 return titleLabel_; in GetTitleLabel()
82 RefPtr<TextComponent> titleLabel_; member in OHOS::Ace::ContainerModalComponent
H A Dcontainer_modal_component.cpp253 if (!titleLabel_) { in BuildTitleChildren()
254 titleLabel_ = AceType::MakeRefPtr<TextComponent>(""); in BuildTitleChildren()
263 titleLabel_->SetTextStyle(style); in BuildTitleChildren()
264 titleLabel_->SetFlexWeight(1.0); in BuildTitleChildren()
318 V2::InspectorComposedComponent::GenerateId(), V2::TEXT_COMPONENT_TAG, titleLabel_); in BuildTitleChildren()
324 titleLabel_)); in BuildTitleChildren()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_video.h472 UILabel* titleLabel_ = nullptr; member in OHOS::UIVideo

Completed in 3 milliseconds