Home
last modified time | relevance | path

Searched refs:isFocusViewChanged (Results 1 - 9 of 9) sorted by relevance

/foundation/arkui/ace_engine/adapter/preview/entrance/editing/
H A Dtext_input_connection_impl.cpp23 void TextInputConnectionImpl::Show(bool isFocusViewChanged, int32_t instanceId) in Show() argument
H A Dtext_input_connection_impl.h37 void Show(bool isFocusViewChanged, int32_t instanceId) override;
/foundation/arkui/ace_engine/frameworks/core/common/ime/
H A Dtext_input_connection.h40 virtual void Show(bool isFocusViewChanged, int32_t instanceId) = 0;
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.h111 bool RequestKeyboard(bool isFocusViewChanged, bool needStartTwinkling = false, bool needShowSoftKeyboard = true);
H A Drender_text_field.cpp1248 bool RenderTextField::RequestKeyboard(bool isFocusViewChanged, bool needStartTwinkling, bool needShowSoftKeyboard) in RequestKeyboard() argument
1288 connection_->Show(isFocusViewChanged, GetInstanceId()); in RequestKeyboard()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h1123 bool RequestKeyboard(bool isFocusViewChanged, bool needStartTwinkling, bool needShowSoftKeyboard);
1129 bool UnableStandardInput(bool isFocusViewChanged);
H A Drich_editor_pattern.cpp4464 bool RichEditorPattern::RequestKeyboard(bool isFocusViewChanged, bool needStartTwinkling, bool needShowSoftKeyboard)
4479 if (!UnableStandardInput(isFocusViewChanged)) {
4599 bool RichEditorPattern::UnableStandardInput(bool isFocusViewChanged)
4606 connection_->Show(isFocusViewChanged, GetInstanceId());
4632 connection_->Show(isFocusViewChanged, GetInstanceId());
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.h398 bool RequestKeyboardCrossPlatForm(bool isFocusViewChanged);
399 bool RequestKeyboard(bool isFocusViewChanged, bool needStartTwinkling, bool needShowSoftKeyboard);
H A Dtext_field_pattern.cpp3802 bool TextFieldPattern::RequestKeyboard(bool isFocusViewChanged, bool needStartTwinkling, bool needShowSoftKeyboard) in RequestKeyboard() argument
3866 ok = RequestKeyboardCrossPlatForm(isFocusViewChanged); in RequestKeyboard()
3871 bool TextFieldPattern::RequestKeyboardCrossPlatForm(bool isFocusViewChanged) in RequestKeyboardCrossPlatForm() argument
3899 connection_->Show(isFocusViewChanged, GetInstanceId()); in RequestKeyboardCrossPlatForm()

Completed in 39 milliseconds