Searched refs:viewRootScope (Results 1 – 3 of 3) sorted by relevance
37 auto viewRootScope = GetViewRootScope(); in FocusViewShow() local206 auto viewRootScope = GetViewRootScope(); in SetIsViewRootScopeFocused() local207 CHECK_NULL_VOID(viewRootScope); in SetIsViewRootScopeFocused()213 auto viewRootScope = GetViewRootScope(); in IsRootScopeCurrentFocus() local214 return viewRootScope ? viewRootScope->IsCurrentFocus() : false; in IsRootScopeCurrentFocus()274 auto viewRootScope = GetViewRootScope(); in RequestDefaultFocus() local300 viewRootScope->GetFrameName().c_str(), viewRootScope->GetFrameId(), ret); in RequestDefaultFocus()323 if (!viewRootScope->IsCurrentFocus()) { in TriggerFocusMove()326 viewRootScope->GetFrameName().c_str(), viewRootScope->GetFrameId()); in TriggerFocusMove()332 viewRootScope->GetFrameName().c_str(), viewRootScope->GetFrameId()); in TriggerFocusMove()[all …]
84 void SetViewRootScope(const RefPtr<FocusHub>& viewRootScope) in SetViewRootScope() argument86 if (!viewRootScope) { in SetViewRootScope()90 rootScopeSpecified_ = AceType::WeakClaim(AceType::RawPtr(viewRootScope)); in SetViewRootScope()
369 if (parent == viewRootScope) { in RequestFocusImmediatelyInner()395 auto viewRootScope = curFocusView->GetViewRootScope(); in LostFocusToViewRoot() local396 CHECK_NULL_VOID(viewRootScope); in LostFocusToViewRoot()398 viewRootScope->GetFrameName().c_str(), viewRootScope->GetFrameId()); in LostFocusToViewRoot()399 if (!viewRootScope->IsCurrentFocus()) { in LostFocusToViewRoot()401 viewRootScope->GetFrameName().c_str(), viewRootScope->GetFrameId()); in LostFocusToViewRoot()405 auto focusedChild = viewRootScope->lastWeakFocusNode_.Upgrade(); in LostFocusToViewRoot()992 auto viewRootScope = curFocusView->GetViewRootScope(); in RequestNextFocusOfKeyEsc() local993 CHECK_NULL_RETURN(viewRootScope, false); in RequestNextFocusOfKeyEsc()994 if (lastViewFocusHub != this || viewRootScope == this || curFocusViewHub == this) { in RequestNextFocusOfKeyEsc()[all …]