Home
last modified time | relevance | path

Searched refs:SetUIExtensionImeShow (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/common/
H A Dmanager_interface.h40 virtual void SetUIExtensionImeShow(bool imeShow) {} in SetUIExtensionImeShow() function in OHOS::Ace::ManagerInterface
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_manager.h154 void SetUIExtensionImeShow(bool imeShow) override
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.cpp406 SetUIExtensionImeShow(keyboardRect); in OnSizeChange()
475 void SetUIExtensionImeShow(const Rect& keyboardRect) in SetUIExtensionImeShow() function in OHOS::Ace::OccupiedAreaChangeListener
486 pipeline->SetUIExtensionImeShow(true); in SetUIExtensionImeShow()
494 pipeline->SetUIExtensionImeShow(false); in SetUIExtensionImeShow()
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h773 void SetUIExtensionImeShow(bool imeShow);
H A Dpipeline_context.cpp5110 void PipelineContext::SetUIExtensionImeShow(bool imeShow) in SetUIExtensionImeShow() function in OHOS::Ace::NG::PipelineContext
5112 textFieldManager_->SetUIExtensionImeShow(imeShow); in SetUIExtensionImeShow()

Completed in 18 milliseconds