Searched refs:isFocusViewChanged (Results 1 - 9 of 9) sorted by relevance
/foundation/arkui/ace_engine/adapter/preview/entrance/editing/ |
H A D | text_input_connection_impl.cpp | 23 void TextInputConnectionImpl::Show(bool isFocusViewChanged, int32_t instanceId) in Show() argument
|
H A D | text_input_connection_impl.h | 37 void Show(bool isFocusViewChanged, int32_t instanceId) override;
|
/foundation/arkui/ace_engine/frameworks/core/common/ime/ |
H A D | text_input_connection.h | 40 virtual void Show(bool isFocusViewChanged, int32_t instanceId) = 0;
|
/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | render_text_field.h | 111 bool RequestKeyboard(bool isFocusViewChanged, bool needStartTwinkling = false, bool needShowSoftKeyboard = true);
|
H A D | render_text_field.cpp | 1248 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 D | rich_editor_pattern.h | 1123 bool RequestKeyboard(bool isFocusViewChanged, bool needStartTwinkling, bool needShowSoftKeyboard); 1129 bool UnableStandardInput(bool isFocusViewChanged);
|
H A D | rich_editor_pattern.cpp | 4464 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 D | text_field_pattern.h | 398 bool RequestKeyboardCrossPlatForm(bool isFocusViewChanged); 399 bool RequestKeyboard(bool isFocusViewChanged, bool needStartTwinkling, bool needShowSoftKeyboard);
|
H A D | text_field_pattern.cpp | 3802 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