Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Dnative_interface_xcomponent_impl.h413 void SetNeedSoftKeyboard(bool needSoftKeyboard) in SetNeedSoftKeyboard() argument
415 needSoftKeyboard_ = needSoftKeyboard; in SetNeedSoftKeyboard()
503 int32_t SetNeedSoftKeyboard(bool needSoftKeyboard);
H A Dnative_interface_xcomponent_impl.cpp309 int32_t OH_NativeXComponent::SetNeedSoftKeyboard(bool needSoftKeyboard) in SetNeedSoftKeyboard() argument
314 xcomponentImpl_->SetNeedSoftKeyboard(needSoftKeyboard); in SetNeedSoftKeyboard()
/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_interface_xcomponent.cpp297 int32_t OH_NativeXComponent_SetNeedSoftKeyboard(OH_NativeXComponent* component, bool needSoftKeyboard) in OH_NativeXComponent_SetNeedSoftKeyboard() argument
299 return component ? component->SetNeedSoftKeyboard(needSoftKeyboard) : OH_NATIVEXCOMPONENT_RESULT_BAD_PARAMETER; in OH_NativeXComponent_SetNeedSoftKeyboard()
H A Dnative_interface_xcomponent.h738 * @param needSoftKeyboard Indicates whether the <b>OH_NativeXComponent</b> instance needs soft keyboard or not.
744 int32_t OH_NativeXComponent_SetNeedSoftKeyboard(OH_NativeXComponent* component, bool needSoftKeyboard);
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp159 auto needSoftKeyboard = InputMethodManager::GetInstance()->NeedSoftKeyboard(); in NeedSoftKeyboard() local
160 TAG_LOGI(AceLogTag::ACE_KEYBOARD, "window switch need keyboard %d", needSoftKeyboard); in NeedSoftKeyboard()
161 return needSoftKeyboard; in NeedSoftKeyboard()

Completed in 14 milliseconds