Home
last modified time | relevance | path

Searched defs:parentView (Results 1 – 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/utest/full_update/
Dview_test.ts213 let parentView: Parent = new Parent("0", undefined, {}, uri, localStorageForView); variable
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_lazy_foreach_component.h32 explicit DefaultDataChangeListener(JSView* parentView) : parentView_(parentView) {} in DefaultDataChangeListener()
Djs_view.cpp367 auto* parentView = parentObj->Unwrap<JSViewFullUpdate>(); in ConstructorCallback() local
/foundation/arkui/ui_lite/frameworks/components/
Droot_view.cpp770 UIView* parentView = topView; in Render() local
781 bool RootView::FindSubView(const UIView& parentView, const UIView* subView) in Render()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
Dcomponent.cpp1723 UIViewGroup *parentView = reinterpret_cast<UIViewGroup *>(GetComponentRootView()); in RemoveChild() local