Home
last modified time | relevance | path

Searched defs:forceCloseKeyboard (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_text_field.cpp35 void SearchTextFieldPattern::PerformAction(TextInputAction action, bool forceCloseKeyboard) in PerformAction()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/search/
H A Dsearch_testtwo_ng.cpp809 bool forceCloseKeyboard = true; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Drender_text_overlay.cpp373 auto onKeyboardClose = [weak = WeakClaim(this)](bool forceCloseKeyboard) { in UpdateWeakTextField()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_change_callback_test_ng.cpp1158 bool forceCloseKeyboard = false; variable
H A Drich_editor_test_ng.cpp4517 bool forceCloseKeyboard = false; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp1723 void RenderTextField::PerformAction(TextInputAction action, bool forceCloseKeyboard) in PerformAction()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp4958 void TextFieldPattern::PerformAction(TextInputAction action, bool forceCloseKeyboard) in PerformAction()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp9422 void RichEditorPattern::PerformAction(TextInputAction action, bool forceCloseKeyboard) in OnBackPressed()