Searched refs:BindKeyboardWithNode (Results 1 – 4 of 4) sorted by relevance
408 overlayManager->BindKeyboardWithNode(keyboardThd, 0);413 overlayManager->BindKeyboardWithNode(keyboardThd, 1);414 overlayManager->BindKeyboardWithNode(keyboardThd, 2);
496 void BindKeyboardWithNode(const RefPtr<UINode>& keyboard, int32_t targetId);
5422 void OverlayManager::BindKeyboardWithNode(const RefPtr<UINode>& keyboard, int32_t targetId) in BindKeyboardWithNode() function in OHOS::Ace::NG::OverlayManager
4097 overlayManager->BindKeyboardWithNode(customKeyboard_, frameNode->GetId()); in RequestCustomKeyboard()