Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dfocus_hub_test_ng.cpp1835 EXPECT_FALSE(focusHub->AcceptFocusOfLastFocus());
1838 EXPECT_FALSE(focusHub->AcceptFocusOfLastFocus());
1841 EXPECT_FALSE(focusHub->AcceptFocusOfLastFocus());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_hub.h1065 bool AcceptFocusOfLastFocus();
H A Dfocus_hub.cpp1801 bool FocusHub::AcceptFocusOfLastFocus() in AcceptFocusOfLastFocus() function in OHOS::Ace::NG::FocusHub
1805 return lastFocusNode ? lastFocusNode->AcceptFocusOfLastFocus() : false; in AcceptFocusOfLastFocus()