Home
last modified time | relevance | path

Searched refs:GetSessionRect (Results 1 - 9 of 9) sorted by relevance

/foundation/window/window_manager/window_scene/session/host/src/
H A Dkeyboard_session.cpp197 panelRect = (keyboardPanelSession_ == nullptr) ? panelRect : keyboardPanelSession_->GetSessionRect(); in OnKeyboardPanelUpdated()
210 panelRect = (keyboardPanelSession_ == nullptr) ? panelRect : keyboardPanelSession_->GetSessionRect(); in OnCallingSessionUpdated()
220 WSRect callingSessionRect = callingSession->GetSessionRect(); in OnCallingSessionUpdated()
422 WSRect callingSessionRect = callingSession->GetSessionRect(); in RaiseCallingSession()
469 WSRect callingSessionRestoringRect = callingSession->GetSessionRect(); in RestoreCallingSession()
513 panelRect = (keyboardPanelSession_ == nullptr) ? panelRect : keyboardPanelSession_->GetSessionRect(); in UpdateCallingSessionIdAndPosition()
H A Dsession.cpp2589 GetPersistentId(), GetSessionRect().ToString().c_str()); in RectSizeCheckProcess()
2604 oss << " sessionRect: " << GetSessionRect().ToString() << ";"; in RectSizeCheckProcess()
2629 if (!NearZero(density) && !NearZero(GetSessionRect().height_)) { in RectCheckProcess()
2630 float curWidth = GetSessionRect().width_ / density; in RectCheckProcess()
2631 float curHeight = GetSessionRect().height_ / density; in RectCheckProcess()
2645 oss << " sessionRect: " << GetSessionRect().ToString() << ";"; in RectCheckProcess()
2666 WSRect Session::GetSessionRect() const in GetSessionRect() function in OHOS::Rosen::Session
H A Dscene_session.cpp1167 auto parentRect = parentSession->GetSessionRect(); in UpdateSessionRect()
1466 WSRect statusBarRect = statusBar->GetSessionRect(); in GetSystemAvoidArea()
1506 keyboardRect = inputMethod->GetKeyboardPanelSession()->GetSessionRect(); in GetKeyboardAvoidArea()
1512 WSRect inputMethodRect = inputMethod->GetSessionRect(); in GetKeyboardAvoidArea()
1595 if (parentSession != nullptr && parentSession->GetSessionRect() == GetSessionRect()) { in CheckGetAvoidAreaAvailable()
1720 WSRect rect = GetSessionRect(); in GetAvoidAreaByTypeInner()
2289 WSRect windowRect = GetSessionRect(); in HandleCompatibleModeDrag()
2484 WSRect statusBarRect = statusBar->GetSessionRect(); in UpdateWinRectForSystemBar()
4782 if (statusBar != nullptr && statusBar->GetSessionRect() in GetStatusBarHeight()
[all...]
/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_test.cpp332 * @tc.name: GetSessionRect
333 * @tc.desc: check func GetSessionRect
336 HWTEST_F(WindowSessionTest, GetSessionRect, Function | SmallTest | Level2) in HWTEST_F()
341 ASSERT_EQ(rect, session_->GetSessionRect()); in HWTEST_F()
1625 WSRect rect = session_->GetSessionRect(); in HWTEST_F()
H A Dscene_session_test5.cpp390 EXPECT_EQ(preRect, session->GetSessionRect()); in HWTEST_F()
851 EXPECT_EQ(4, session->GetSessionRect().height_); in HWTEST_F()
H A Dscene_session_test.cpp1928 WSRect newRect = sceneSession->GetSessionRect(); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_scene.cpp245 auto transaction = transactionController && session_->GetSessionRect() != windowRect ? in OnBoundsChanged()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp1221 const WSRect rect = session->GetSessionRect(); in GetRootSessionAvoidSessionRect()
4237 WSRect rect = session->GetSessionRect(); in DumpSessionInfo()
4404 WSRect rect = session->GetSessionRect(); in GetSpecifiedSessionDumpInfo()
7254 WSRect windowRect = sceneSession->GetSessionRect(); in FillUnreliableWindowInfo()
8091 sceneSession->GetSessionRect().height_)) { in UpdateNormalSessionAvoidArea()
8167 isAINavigationBarVisible_, avoidArea, sceneSession->GetSessionRect().height_)) { in UpdateAvoidAreaByType()
8292 sceneSession->GetSessionRect().height_)) { in NotifySessionAINavigationBarChange()
9590 WSRect hostRect = session->GetSessionRect(); in GetVisibilityWindowInfo()
9706 auto parentTransX = parentSession->GetSessionGlobalRect().posX_ - parentSession->GetSessionRect().posX_; in UpdateModalExtensionRect()
9707 auto parentTransY = parentSession->GetSessionGlobalRect().posY_ - parentSession->GetSessionRect() in UpdateModalExtensionRect()
[all...]
/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h216 WSRect GetSessionRect() const;

Completed in 41 milliseconds