Home
last modified time | relevance | path

Searched refs:CreateKeyboardWithNode (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dkeyboard_view.h44 return CreateKeyboardWithNode(targetId, keyboardNode); in CreateKeyboard()
47 …static RefPtr<FrameNode> CreateKeyboardWithNode(int32_t targetId, const RefPtr<UINode>& keyboardNo… in CreateKeyboardWithNode() function
H A Doverlay_manager.cpp5430 auto customKeyboard = KeyboardView::CreateKeyboardWithNode(targetId, keyboard); in BindKeyboardWithNode()