Searched refs:SetParentFocusable (Results 1 – 10 of 10) sorted by relevance
191 buttonNodeFocusHub->SetParentFocusable(false); in InitNavigationArrow()337 hostFocusHub->SetParentFocusable(false); in SetButtonVisible()343 hostFocusHub->SetParentFocusable(false); in SetButtonVisible()346 hostFocusHub->SetParentFocusable(true); in SetButtonVisible()
453 (*itLastFocusNode_)->SetParentFocusable(IsParentFocusable()); in OnFocus()467 (*iter)->SetParentFocusable(false); in OnFocus()482 (*iter)->SetParentFocusable(IsParentFocusable()); in OnBlur()
821 curFocusNode->SetParentFocusable(true); in PreviousFocus()825 leftArrowNode->SetParentFocusable(true); in PreviousFocus()831 indicatorNode->SetParentFocusable(true); in PreviousFocus()835 curFocusNode->SetParentFocusable(true); in PreviousFocus()839 leftArrowNode->SetParentFocusable(true); in PreviousFocus()842 curFocusNode->SetParentFocusable(true); in PreviousFocus()868 curFocusNode->SetParentFocusable(true); in NextFocus()872 rightArrowNode->SetParentFocusable(true); in NextFocus()879 curFocusNode->SetParentFocusable(true); in NextFocus()883 rightArrowNode->SetParentFocusable(true); in NextFocus()[all …]
78 void SetParentFocusable(bool parentFocusable) in SetParentFocusable() function
829 item->SetParentFocusable(focusable); in RefreshParentFocusable()
202 focusHub->SetParentFocusable(true); in RegisterFocusCallback()220 focusHub->SetParentFocusable(false); in RegisterFocusCallback()
311 focusNode->SetParentFocusable(scope->FocusNode::IsFocusable()); in AddToFocus()
304 (*iter)->SetParentFocusable(false); in RefreshFocus()
566 void SetParentFocusable(bool parentFocusable);
508 void FocusHub::SetParentFocusable(bool parentFocusable) in SetParentFocusable() function in OHOS::Ace::NG::FocusHub