Searched refs:NotifyKeyboardLayoutAdjustFunc (Results 1 – 3 of 3) sorted by relevance
84 using NotifyKeyboardLayoutAdjustFunc = std::function<void(const KeyboardLayoutParams& params)>; variable333 void SetAdjustKeyboardLayoutCallback(const NotifyKeyboardLayoutAdjustFunc& func);586 NotifyKeyboardLayoutAdjustFunc adjustKeyboardLayoutFunc_;
1330 void SceneSession::SetAdjustKeyboardLayoutCallback(const NotifyKeyboardLayoutAdjustFunc& func) in SetAdjustKeyboardLayoutCallback()
629 …NotifyKeyboardLayoutAdjustFunc func = [weakThis = wptr(this)](const KeyboardLayoutParams& params) { in ProcessAdjustKeyboardLayoutRegister()