Home
last modified time | relevance | path

Searched refs:IsFocusableScope (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dfocus_hub_test_ng_new.cpp645 ASSERT_TRUE(focusHub->IsFocusableScope());
938 ASSERT_TRUE(focusHub->IsFocusableScope());
969 ASSERT_TRUE(focusHub->IsFocusableScope());
1001 ASSERT_TRUE(focusHub->IsFocusableScope());
H A Dfocus_hub_test_ng.cpp311 EXPECT_FALSE(focusHub->IsFocusableScope());
318 EXPECT_FALSE(focusHub->IsFocusableScope());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_hub.cpp519 return IsFocusableScope(); in IsFocusable()
524 bool FocusHub::IsFocusableScope() in IsFocusableScope() function in OHOS::Ace::NG::FocusHub
1769 if (focusType_ != FocusType::SCOPE || !IsFocusableScope()) { in AcceptFocusOfSpecifyChild()
H A Dfocus_hub.h556 bool IsFocusableScope();
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_test_ng.cpp559 EXPECT_FALSE(focusHub->IsFocusableScope());