Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_pattern_testfour.cpp249 EXPECT_TRUE(pattern->ProcessFocusIndexAction());
251 EXPECT_FALSE(pattern->ProcessFocusIndexAction());
255 EXPECT_FALSE(pattern->ProcessFocusIndexAction());
258 EXPECT_FALSE(pattern->ProcessFocusIndexAction());
262 EXPECT_FALSE(pattern->ProcessFocusIndexAction());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.h1531 bool ProcessFocusIndexAction();
H A Dtext_field_pattern.cpp4940 bool TextFieldPattern::ProcessFocusIndexAction() in ProcessFocusIndexAction() function in OHOS::Ace::NG::TextFieldPattern
4960 if (!ProcessFocusIndexAction()) { in PerformAction()