Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/interfaces/kits/components/
H A Droot_view.h243 * @param subView Indicates the target child view.
248 static bool FindSubView(const UIView& parentView, const UIView* subView);
/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()

Completed in 2 milliseconds