Home
last modified time | relevance | path

Searched refs:GetIsImeAttached (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dmanager_interface.h43 virtual bool GetIsImeAttached() const { return false; } in GetIsImeAttached() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_manager.h275 bool GetIsImeAttached() const override in GetIsImeAttached() function
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dinput_method_manager_ohos.cpp177 if (!textFieldManager->GetImeShow() && !textFieldManager->GetIsImeAttached()) { in CloseKeyboard()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_pattern.cpp972 return textFieldManager->GetIsImeAttached(); in IsSearchAttached()