Home
last modified time | relevance | path

Searched refs:RequestCustomKeyboard (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_test_ng.cpp291 EXPECT_EQ(richEditorPattern->RequestCustomKeyboard(), true);
292 EXPECT_EQ(richEditorPattern->RequestCustomKeyboard(), true);
1643 richEditorPattern->RequestCustomKeyboard();
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_pattern_func_test.cpp594 EXPECT_TRUE(pattern->RequestCustomKeyboard());
797 auto state = pattern->RequestCustomKeyboard();
814 auto state = pattern->RequestCustomKeyboard();
H A Dtext_input_modify_test.cpp1384 pattern_->RequestCustomKeyboard();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.h840 bool RequestCustomKeyboard();
H A Dtext_field_pattern.cpp3830 return RequestCustomKeyboard(); in RequestKeyboard()
4065 bool TextFieldPattern::RequestCustomKeyboard() in RequestCustomKeyboard() function in OHOS::Ace::NG::TextFieldPattern
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h637 bool RequestCustomKeyboard();
H A Drich_editor_pattern.cpp4520 return RequestCustomKeyboard(); in RequestKeyboard()
4774 bool RichEditorPattern::RequestCustomKeyboard() in RequestCustomKeyboard() function in OHOS::Ace::NG::RichEditorPattern