/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/ |
H A D | rs_animation_base_test.cpp | 86 auto rect = window->GetRequestRect(); in InitAnimationWindow() 94 rect = window->GetRequestRect(); in InitAnimationWindow()
|
/foundation/window/window_manager/wmserver/src/ |
H A D | starting_window.cpp | 265 node->GetWindowId(), node->GetRequestRect().posX_, node->GetRequestRect().posY_, in HandleClientWindowCreate() 266 node->GetRequestRect().width_, node->GetRequestRect().height_); in HandleClientWindowCreate()
|
H A D | window_layout_policy_tile.cpp | 162 const auto& requestRect = node->GetRequestRect(); in PerformWindowLayout() 181 NotifyClientAndAnimation(node, node->GetRequestRect(), WindowSizeChangeReason::HIDE); in PerformWindowLayout() 352 Rect winRect = node->GetRequestRect(); in UpdateLayoutRect()
|
H A D | window_node.cpp | 287 Rect WindowNode::GetRequestRect() const in GetRequestRect() function in OHOS::Rosen::WindowNode 289 return property_->GetRequestRect(); in GetRequestRect()
|
H A D | window_layout_policy_cascade.cpp | 172 const auto& requestRect = node->GetRequestRect(); in PerformWindowLayout() 197 NotifyClientAndAnimation(node, node->GetRequestRect(), WindowSizeChangeReason::HIDE); in PerformWindowLayout() 239 auto rect = node->GetRequestRect(); in UpdateDividerPosition() 334 auto newRect = node->GetRequestRect(); in ComputeRectByAspectRatio() 391 auto oriRect = property->GetRequestRect(); in ComputeDecoratedRequestRect() 407 winRect = node->GetRequestRect(); in ApplyWindowRectConstraints() 436 Rect winRect = property->GetRequestRect(); in UpdateLayoutRect() 470 winRect = property->GetRequestRect(); in UpdateLayoutRect() 586 property->GetWindowRect() : property->GetRequestRect()); in GetCurCascadeRect() 633 if (!WindowHelper::IsEmptyRect(property->GetRequestRect())) { in SetDefaultCascadeRect() [all...] |
H A D | display_group_controller.cpp | 237 Rect requestRect = node->GetRequestRect(); in ChangeToRectInDisplayGroup() 330 Rect newRect = node->GetRequestRect(); in MoveNotCrossNodeToDefaultDisplay()
|
H A D | window_controller.cpp | 329 if (WindowHelper::IsEmptyRect(property->GetRequestRect()) && node->startingWindowShown_) { // for tile and cascade in AddWindowNode() 330 property->SetRequestRect(node->GetRequestRect()); in AddWindowNode() 437 auto requestRect = node->GetRequestRect(); in RelayoutKeyboard() 1402 translateY = static_cast<float>(node->GetRequestRect().height_); in UpdateWindowAnimation() 1451 ret = ResizeRectAndFlush(windowId, property->GetRequestRect(), property->GetWindowSizeChangeReason()); in UpdateProperty()
|
H A D | window_layout_policy.cpp | 55 Rect windowRect = node->GetRequestRect(); in LimitWindowToBottomRightCorner() 130 Rect newRect = node->GetRequestRect(); in UpdateRectInDisplayGroup() 784 Rect rect = node->GetRequestRect(); in FixWindowRectWithinDisplay()
|
/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_node_test.cpp | 361 * @tc.desc: SetRequestRect & GetRequestRect 375 ASSERT_EQ(0, windowNode->GetRequestRect().posX_); in HWTEST_F() 376 ASSERT_EQ(0, windowNode->GetRequestRect().posY_); in HWTEST_F() 377 ASSERT_EQ(0, windowNode->GetRequestRect().width_); in HWTEST_F() 378 ASSERT_EQ(0, windowNode->GetRequestRect().height_); in HWTEST_F() 382 ASSERT_EQ(10, windowNode->GetRequestRect().posX_); in HWTEST_F() 383 ASSERT_EQ(10, windowNode->GetRequestRect().posY_); in HWTEST_F() 384 ASSERT_EQ(255, windowNode->GetRequestRect().width_); in HWTEST_F() 385 ASSERT_EQ(255, windowNode->GetRequestRect().height_); in HWTEST_F()
|
H A D | display_group_controller_test.cpp | 439 Rect actualRect = node1->GetRequestRect(); in HWTEST_F() 459 Rect actualRect = node1->GetRequestRect(); in HWTEST_F() 476 Rect actualRect = node1->GetRequestRect(); in HWTEST_F() 493 Rect actualRect = node1->GetRequestRect(); in HWTEST_F()
|
/foundation/window/window_manager/wmserver/include/ |
H A D | window_node.h | 110 Rect GetRequestRect() const;
|
/foundation/window/window_manager/utils/include/ |
H A D | window_property.h | 97 Rect GetRequestRect() const;
|
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_window.h | 46 virtual Rect GetRequestRect() const {return g_Rect;} in GetRequestRect() function in OHOS::Rosen::MockWindow
|
/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_impl_test.cpp | 210 ASSERT_EQ(1, window->GetRequestRect().posX_);
in HWTEST_F() 211 ASSERT_EQ(2, window->GetRequestRect().posY_);
in HWTEST_F() 212 ASSERT_EQ(3u, window->GetRequestRect().width_);
in HWTEST_F() 213 ASSERT_EQ(4u, window->GetRequestRect().height_);
in HWTEST_F()
|
H A D | window_impl_test3.cpp | 908 * @tc.name: GetRequestRect 912 HWTEST_F(WindowImplTest3, GetRequestRect, Function | SmallTest | Level2) in HWTEST_F() 917 ASSERT_EQ(a, window->GetRequestRect()); in HWTEST_F()
|
/foundation/window/window_manager/previewer/include/ |
H A D | window.h | 134 virtual Rect GetRequestRect() const = 0;
|
H A D | window_impl.h | 64 virtual Rect GetRequestRect() const override;
|
/foundation/window/window_manager/utils/test/unittest/ |
H A D | window_property_test.cpp | 218 * @tc.desc: GetRequestRect test 226 Rect res = winPropSrc.GetRequestRect(); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/common/include/ |
H A D | window_session_property.h | 109 Rect GetRequestRect() const;
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | keyboard_session.cpp | 540 auto requestRect = sessionProperty->GetRequestRect(); in RelayoutKeyBoard()
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | hidump_controller.cpp | 163 Rect requestRect = property->GetRequestRect(); in DumpLayoutRectParam()
|
/foundation/window/window_manager/previewer/src/ |
H A D | window_impl.cpp | 134 Rect WindowImpl::GetRequestRect() const in GetRequestRect() function in OHOS::Rosen::WindowImpl
|
/foundation/window/window_manager/wm/include/ |
H A D | window_session_impl.h | 89 Rect GetRequestRect() const override;
|
/foundation/window/window_manager/wm/src/ |
H A D | window_impl.cpp | 286 Rect WindowImpl::GetRequestRect() const in GetRequestRect() function in OHOS::Rosen::WindowImpl 288 return property_->GetRequestRect(); in GetRequestRect() 1772 GetRect() : property_->GetRequestRect(); in MoveTo() 1802 GetRect() : property_->GetRequestRect(); in Resize() 3980 property_->SetRequestRect(GetSystemAlarmWindowDefaultSize(property_->GetRequestRect())); in SetDefaultOption()
|
H A D | window_scene_session_impl.cpp | 1096 const auto& requestRect = GetRequestRect(); in PreLayoutOnShow() 1473 const auto& requestRect = GetRequestRect(); in MoveTo() 1657 const auto& requestRect = GetRequestRect(); in Resize() 3653 Rect windowRect = GetRequestRect(); in UpdateNewSize() 3862 const Rect& windowRect = GetRequestRect(); in HandleWindowMask()
|