Home
last modified time | relevance | path

Searched refs:pageRootView_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dscroll_layer.cpp25 ScrollLayer::ScrollLayer() : scroll_(nullptr), pageRootView_(nullptr) {} in ScrollLayer()
34 pageRootView_ = nullptr; in ~ScrollLayer()
77 pageRootView_ = (scroll_ == nullptr) ? view : scroll_; in AppendScrollLayer()
78 FatalHandler::GetInstance().SetCurrentPageRootView(pageRootView_); in AppendScrollLayer()
94 if (pageRootView_ == nullptr) { in DetachFromRootView()
101 rootView->Remove(pageRootView_); in DetachFromRootView()
114 rootView->Add(pageRootView_); in Show()
H A Dscroll_layer.h39 UIView *pageRootView_ = nullptr; variable
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Dfatal_handler.cpp128 if ((rootView != nullptr) && (pageRootView_ != nullptr)) { in HandleFatalInternal()
129 rootView->Remove(pageRootView_); in HandleFatalInternal()
263 pageRootView_ = nullptr; in CleanUpFatalResource()
353 pageRootView_ = pageRoot; in SetCurrentPageRootView()
H A Dfatal_handler.h66 pageRootView_(nullptr), in FatalHandler()
77 UIView *pageRootView_; variable