Home
last modified time | relevance | path

Searched refs:IsEmptyRect (Results 1 - 13 of 13) sorted by relevance

/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_layout_policy_test.cpp251 ASSERT_FALSE(WindowHelper::IsEmptyRect(displayRect)); in HWTEST_F()
280 ASSERT_FALSE(WindowHelper::IsEmptyRect(displayRect)); in HWTEST_F()
310 ASSERT_FALSE(WindowHelper::IsEmptyRect(displayRect)); in HWTEST_F()
333 ASSERT_FALSE(WindowHelper::IsEmptyRect(displayRect)); in HWTEST_F()
358 ASSERT_FALSE(WindowHelper::IsEmptyRect(displayRect)); in HWTEST_F()
384 ASSERT_FALSE(WindowHelper::IsEmptyRect(displayRect)); in HWTEST_F()
419 ASSERT_FALSE(WindowHelper::IsEmptyRect(displayRect)); in HWTEST_F()
440 ASSERT_FALSE(WindowHelper::IsEmptyRect(displayRect)); in HWTEST_F()
475 ASSERT_FALSE(WindowHelper::IsEmptyRect(displayRect)); in HWTEST_F()
551 ASSERT_FALSE(WindowHelper::IsEmptyRect(displayRec in HWTEST_F()
[all...]
H A Dremote_animation_test.cpp630 EXPECT_FALSE(WindowHelper::IsEmptyRect(avoidRect)); in HWTEST_F()
1122 auto result = WindowHelper::IsEmptyRect(avoidRect); in HWTEST_F()
/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_helper_test.cpp103 ASSERT_EQ(true, WindowHelper::IsEmptyRect(rect0)); in HWTEST_F()
106 ASSERT_EQ(false, WindowHelper::IsEmptyRect(rect1)); in HWTEST_F()
/foundation/window/window_manager/window_scene/common/include/
H A Dsession_helper.h46 static inline bool IsEmptyRect(const WSRect& r) in IsEmptyRect() function in OHOS::Rosen::SessionHelper
/foundation/window/window_manager/wmserver/src/
H A Dwindow_controller.cpp329 if (WindowHelper::IsEmptyRect(property->GetRequestRect()) && node->startingWindowShown_) { // for tile and cascade in AddWindowNode()
482 const AnimationConfig::KeyboardAnimation& animation = WindowHelper::IsEmptyRect(occupiedArea) ? in NotifyInputCallingWindowRectAndOccupiedAreaChange()
539 if (WindowHelper::IsEmptyRect(WindowHelper::GetOverlap(softInputWindowRect, callingWindowRect, 0, 0))) { in ResizeSoftInputCallingWindowIfNeed()
566 if (!WindowHelper::IsEmptyRect(callingWindowRestoringRect_) && callingWindow != nullptr && in RestoreCallingWindowSizeIfNeed()
1453 callingWindowId_ == windowId && !WindowHelper::IsEmptyRect(callingWindowRestoringRect_)) { in UpdateProperty()
H A Dwindow_layout_policy_tile.cpp76 if (WindowHelper::IsEmptyRect(displayRect)) { in InitTileRects()
H A Dwindow_layout_policy_cascade.cpp205 auto divRect = WindowHelper::IsEmptyRect(restoredRect) ? presetRect : restoredRect; in SetInitialDividerRect()
596 if (WindowHelper::IsEmptyRect(cascadeRect)) { in GetCurCascadeRect()
633 if (!WindowHelper::IsEmptyRect(property->GetRequestRect())) { in SetDefaultCascadeRect()
H A Ddrag_controller.cpp338 if (WindowHelper::IsEmptyRect(limitRect) || MathHelper::NearZero(vpr)) { in CheckWindowRect()
H A Dremote_animation.cpp320 if (WindowHelper::IsEmptyRect(avoidRect)) { in GetExpectRect()
H A Dwindow_node_container.cpp1424 if (WindowHelper::IsEmptyRect(WindowHelper::GetOverlap(callingRect, keyRect, 0, 0))) { in NotifyIfKeyboardRegionChanged()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dkeyboard_session.cpp427 if (SessionHelper::IsEmptyRect(SessionHelper::GetOverlap(keyboardPanelRect, callingSessionRect, 0, 0)) && in RaiseCallingSession()
H A Dscene_session.cpp1390 if (SessionHelper::IsEmptyRect(rect) || SessionHelper::IsEmptyRect(avoidRect)) { in CalculateAvoidAreaRect()
1395 if (WindowHelper::IsEmptyRect(avoidAreaRect)) { in CalculateAvoidAreaRect()
/foundation/window/window_manager/utils/include/
H A Dwindow_helper.h176 static inline bool IsEmptyRect(const Rect& r) in IsEmptyRect() function in OHOS::Rosen::WindowHelper

Completed in 29 milliseconds