Home
last modified time | relevance | path

Searched refs:subView (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Droot_view.cpp793 bool RootView::FindSubView(const UIView& parentView, const UIView* subView) in Render() argument
796 if (root == subView) { in Render()
798 } else if (!root->IsViewGroup() || (subView == nullptr)) { in Render()
809 if (currentView == subView) { in Render()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Droot_view.h248 static bool FindSubView(const UIView& parentView, const UIView* subView);