Searched refs:GetKeyboardPanelSession (Results 1 – 5 of 5) sorted by relevance
48 sptr<SceneSession> GetKeyboardPanelSession() const override;
173 virtual sptr<SceneSession> GetKeyboardPanelSession() const { return nullptr; }; in GetKeyboardPanelSession() function
51 sptr<SceneSession> KeyboardSession::GetKeyboardPanelSession() const in GetKeyboardPanelSession() function in OHOS::Rosen::KeyboardSession
1097 FixKeyboardPositionByKeyboardPanel(GetKeyboardPanelSession(), self); in NotifyClientToUpdateRectTask()1804 if (inputMethod && inputMethod->GetKeyboardPanelSession()) { in GetKeyboardAvoidArea()1805 keyboardRect = inputMethod->GetKeyboardPanelSession()->GetSessionRect(); in GetKeyboardAvoidArea()
3158 createKeyboardSessionFunc_(newSession, newSession->GetKeyboardPanelSession()); in NotifyCreateSpecificSession()