Searched refs:rootScope (Results 1 – 1 of 1) sorted by relevance
173 RefPtr<FocusHub> rootScope = focusViewHub; in GetViewRootScope() local175 … bool hit = rootScope->AnyChildFocusHub([&rootScope, &index](const RefPtr<FocusHub>& focusNode) { in GetViewRootScope()177 rootScope = focusNode; in GetViewRootScope()184 rootScope->GetFrameName().c_str(), rootScope->GetFrameId()); in GetViewRootScope()188 CHECK_NULL_RETURN(rootScope, nullptr); in GetViewRootScope()194 …if (rootScope->GetFocusType() != FocusType::SCOPE || (screenFocusHub && rootScope == screenFocusHu… in GetViewRootScope()195 rootScope = rootScope->GetParentFocusHub(); in GetViewRootScope()197 if (rootScope != focusViewHub) { in GetViewRootScope()200 return rootScope; in GetViewRootScope()