Searched refs:subView (Results 1 – 2 of 2) sorted by relevance
793 bool RootView::FindSubView(const UIView& parentView, const UIView* subView) in Render() argument796 if (root == subView) { in Render()798 } else if (!root->IsViewGroup() || (subView == nullptr)) { in Render()809 if (currentView == subView) { in Render()
248 static bool FindSubView(const UIView& parentView, const UIView* subView);