Home
last modified time | relevance | path

Searched defs:needSoftKeyboard (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Dnative_interface_xcomponent_impl.cpp347 int32_t OH_NativeXComponent::SetNeedSoftKeyboard(bool needSoftKeyboard) in SetNeedSoftKeyboard()
H A Dnative_interface_xcomponent_impl.h424 void SetNeedSoftKeyboard(bool needSoftKeyboard) in SetNeedSoftKeyboard()
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_interface_xcomponent.cpp323 …32_t OH_NativeXComponent_SetNeedSoftKeyboard(OH_NativeXComponent* component, bool needSoftKeyboard) in OH_NativeXComponent_SetNeedSoftKeyboard()