Searched refs:titleLabel_ (Results 1 - 4 of 4) sorted by relevance
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_video.cpp | 89 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 D | container_modal_component.h | 54 return titleLabel_; in GetTitleLabel() 82 RefPtr<TextComponent> titleLabel_; member in OHOS::Ace::ContainerModalComponent
|
H A D | container_modal_component.cpp | 253 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 D | ui_video.h | 472 UILabel* titleLabel_ = nullptr; member in OHOS::UIVideo
|
Completed in 3 milliseconds