Home
last modified time | relevance | path

Searched refs:parentView (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_lazy_foreach_component.h33 explicit DefaultDataChangeListener(JSView* parentView) : parentView_(parentView) {} in DefaultDataChangeListener() argument
H A Djs_view.cpp373 auto* parentView = parentObj->Unwrap<JSViewFullUpdate>(); in ConstructorCallback() local
374 if (parentView != nullptr) { in ConstructorCallback()
375 auto id = parentView->AddChildById(viewId, info.This()); in ConstructorCallback()
/foundation/arkui/ui_lite/frameworks/components/
H A Droot_view.cpp782 UIView* parentView = topView; in Render() local
783 while (parentView->GetParent() != nullptr) { in Render()
784 UIView* tempView = parentView; in Render()
785 parentView = parentView->GetParent(); in Render()
787 topView = parentView; in Render()
793 bool RootView::FindSubView(const UIView& parentView, const UIView* subView) in Render() argument
795 const UIView* root = &parentView; in Render()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Droot_view.h242 * @param parentView Indicates the specified parent view.
248 static bool FindSubView(const UIView& parentView, const UIView* subView);
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcomponent.cpp1780 UIViewGroup *parentView = reinterpret_cast<UIViewGroup *>(GetComponentRootView()); in RemoveChild() local
1781 if (childNativeView == nullptr || parentView == nullptr) { in RemoveChild()
1791 parentView->Remove(childNativeView); in RemoveChild()
1812 parentView->Remove(childNativeView); in RemoveChild()

Completed in 7 milliseconds