Searched refs:IsEmptyRect (Results 1 - 13 of 13) sorted by relevance
/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_layout_policy_test.cpp | 251 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 D | remote_animation_test.cpp | 630 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 D | window_helper_test.cpp | 103 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 D | session_helper.h | 46 static inline bool IsEmptyRect(const WSRect& r) in IsEmptyRect() function in OHOS::Rosen::SessionHelper
|
/foundation/window/window_manager/wmserver/src/ |
H A D | window_controller.cpp | 329 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 D | window_layout_policy_tile.cpp | 76 if (WindowHelper::IsEmptyRect(displayRect)) { in InitTileRects()
|
H A D | window_layout_policy_cascade.cpp | 205 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 D | drag_controller.cpp | 338 if (WindowHelper::IsEmptyRect(limitRect) || MathHelper::NearZero(vpr)) { in CheckWindowRect()
|
H A D | remote_animation.cpp | 320 if (WindowHelper::IsEmptyRect(avoidRect)) { in GetExpectRect()
|
H A D | window_node_container.cpp | 1424 if (WindowHelper::IsEmptyRect(WindowHelper::GetOverlap(callingRect, keyRect, 0, 0))) { in NotifyIfKeyboardRegionChanged()
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | keyboard_session.cpp | 427 if (SessionHelper::IsEmptyRect(SessionHelper::GetOverlap(keyboardPanelRect, callingSessionRect, 0, 0)) && in RaiseCallingSession()
|
H A D | scene_session.cpp | 1390 if (SessionHelper::IsEmptyRect(rect) || SessionHelper::IsEmptyRect(avoidRect)) { in CalculateAvoidAreaRect() 1395 if (WindowHelper::IsEmptyRect(avoidAreaRect)) { in CalculateAvoidAreaRect()
|
/foundation/window/window_manager/utils/include/ |
H A D | window_helper.h | 176 static inline bool IsEmptyRect(const Rect& r) in IsEmptyRect() function in OHOS::Rosen::WindowHelper
|
Completed in 29 milliseconds