Home
last modified time | relevance | path

Searched refs:SetCustomKeyboardOption (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_base_testone_ng.cpp214 richEditorPattern->SetCustomKeyboardOption(supportAvoidance);
216 overlayManager->SetCustomKeyboardOption(support);
219 richEditorPattern->SetCustomKeyboardOption(supportAvoidance);
220 overlayManager->SetCustomKeyboardOption(support);
H A Drich_editor_test_ng.cpp6085 richEditorPattern->SetCustomKeyboardOption(supportAvoidance);
6087 overlayManager->SetCustomKeyboardOption(support);
6090 richEditorPattern->SetCustomKeyboardOption(supportAvoidance);
6091 overlayManager->SetCustomKeyboardOption(support);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_area_test.cpp1324 pattern_->SetCustomKeyboardOption(supportAvoidance);
1327 pattern_->SetCustomKeyboardOption(supportAvoidance);
H A Dtext_input_test.cpp1930 pattern_->SetCustomKeyboardOption(supportAvoidance);
1933 pattern_->SetCustomKeyboardOption(supportAvoidance);
H A Dtext_field_pattern_func_test.cpp782 pattern->SetCustomKeyboardOption(true);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_model_ng.cpp200 pattern->SetCustomKeyboardOption(supportAvoidance); in SetCustomKeyboard()
H A Drich_editor_pattern.h805 void SetCustomKeyboardOption(bool supportAvoidance);
H A Drich_editor_pattern.cpp4769 void RichEditorPattern::SetCustomKeyboardOption(bool supportAvoidance) in SetCustomKeyboardOption() function in OHOS::Ace::NG::RichEditorPattern
4800 overlayManager->SetCustomKeyboardOption(keyboardAvoidance_); in RequestCustomKeyboard()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/search/
H A Dsearch_testtwo_ng.cpp1333 textFieldPattern->SetCustomKeyboardOption(supportAvoidance);
1336 textFieldPattern->SetCustomKeyboardOption(supportAvoidance);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.h550 void SetCustomKeyboardOption(bool supportAvoidance);
H A Doverlay_manager.cpp5311 void OverlayManager::SetCustomKeyboardOption(bool supportAvoidance) in SetCustomKeyboardOption() function in OHOS::Ace::NG::OverlayManager
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_model_ng.cpp782 pattern->SetCustomKeyboardOption(supportAvoidance); in SetCustomKeyboard()
1698 pattern->SetCustomKeyboardOption(supportAvoidance); in SetCustomKeyboard()
H A Dtext_field_pattern.h1134 void SetCustomKeyboardOption(bool supportAvoidance);
H A Dtext_field_pattern.cpp4060 void TextFieldPattern::SetCustomKeyboardOption(bool supportAvoidance) in SetCustomKeyboardOption() function in OHOS::Ace::NG::TextFieldPattern
4093 overlayManager->SetCustomKeyboardOption(keyboardAvoidance_); in RequestCustomKeyboard()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_model_ng.cpp723 textFieldPattern->SetCustomKeyboardOption(supportAvoidance); in SetCustomKeyboard()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp4831 overlayManager->SetCustomKeyboardOption(true); in AttachCustomKeyboard()