Home
last modified time | relevance | path

Searched refs:IsNestingFocusGroup (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_hub.cpp1100 if (GetIsFocusGroup() && !IsNestingFocusGroup()) { in FocusToHeadOrTailChild()
1260 !focusNode->IsNestingFocusGroup()) { in TryRequestFocus()
2505 if (GetIsFocusGroup() && !IsNestingFocusGroup()) { in IsInFocusGroup()
2510 if (parent->GetIsFocusGroup() && !parent->IsNestingFocusGroup()) { in IsInFocusGroup()
2629 if (GetIsFocusGroup() && !IsNestingFocusGroup()) { in AcceptFocusOfPriorityChild()
2656 if (GetIsFocusGroup() && !IsNestingFocusGroup()) { in RequestFocusByPriorityInScope()
2666 bool FocusHub::IsNestingFocusGroup() in IsNestingFocusGroup() function in OHOS::Ace::NG::FocusHub
H A Dfocus_hub.h1118 bool IsNestingFocusGroup();
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dfocus_hub_test_ng_for_property_config.cpp60 ASSERT_FALSE(focusHub->IsNestingFocusGroup());
88 ASSERT_FALSE(focusHub->IsNestingFocusGroup());
95 ASSERT_FALSE(focusHub->IsNestingFocusGroup());
102 ASSERT_TRUE(focusHub->IsNestingFocusGroup());