Home
last modified time | relevance | path

Searched refs:controllerGroup_ (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_video.cpp312 if (controllerGroup_ != nullptr) { in ShowController()
313 if (controllerGroup_->IsVisible() != show) { in ShowController()
314 controllerGroup_->SetVisible(show); in ShowController()
341 if (controllerGroup_ == nullptr) { in InitVideo()
342 controllerGroup_ = new UIViewGroup(); in InitVideo()
343 if (controllerGroup_ == nullptr) { in InitVideo()
347 controllerGroup_->SetPosition(0, 0, DEFAULT_VIEW_WIDTH, DEFAULT_VIEW_HEIGHT); in InitVideo()
348 controllerGroup_->SetStyle(STYLE_BACKGROUND_OPA, 0); in InitVideo()
349 controllerGroup_->Add(titleLabel_); in InitVideo()
350 controllerGroup_ in InitVideo()
[all...]
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_video.h469 UIViewGroup* controllerGroup_ = nullptr; member in OHOS::UIVideo

Completed in 2 milliseconds