Home
last modified time | relevance | path

Searched refs:GetRequestRect (Results 1 - 25 of 37) sorted by relevance

12

/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_animation_base_test.cpp86 auto rect = window->GetRequestRect(); in InitAnimationWindow()
94 rect = window->GetRequestRect(); in InitAnimationWindow()
/foundation/window/window_manager/wmserver/src/
H A Dstarting_window.cpp265 node->GetWindowId(), node->GetRequestRect().posX_, node->GetRequestRect().posY_, in HandleClientWindowCreate()
266 node->GetRequestRect().width_, node->GetRequestRect().height_); in HandleClientWindowCreate()
H A Dwindow_layout_policy_tile.cpp162 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 Dwindow_node.cpp287 Rect WindowNode::GetRequestRect() const in GetRequestRect() function in OHOS::Rosen::WindowNode
289 return property_->GetRequestRect(); in GetRequestRect()
H A Dwindow_layout_policy_cascade.cpp172 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 Ddisplay_group_controller.cpp237 Rect requestRect = node->GetRequestRect(); in ChangeToRectInDisplayGroup()
330 Rect newRect = node->GetRequestRect(); in MoveNotCrossNodeToDefaultDisplay()
H A Dwindow_controller.cpp329 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 Dwindow_layout_policy.cpp55 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 Dwindow_node_test.cpp361 * @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 Ddisplay_group_controller_test.cpp439 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 Dwindow_node.h110 Rect GetRequestRect() const;
/foundation/window/window_manager/utils/include/
H A Dwindow_property.h97 Rect GetRequestRect() const;
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_window.h46 virtual Rect GetRequestRect() const {return g_Rect;} in GetRequestRect() function in OHOS::Rosen::MockWindow
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_impl_test.cpp210 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 Dwindow_impl_test3.cpp908 * @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 Dwindow.h134 virtual Rect GetRequestRect() const = 0;
H A Dwindow_impl.h64 virtual Rect GetRequestRect() const override;
/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_property_test.cpp218 * @tc.desc: GetRequestRect test
226 Rect res = winPropSrc.GetRequestRect(); in HWTEST_F()
/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h109 Rect GetRequestRect() const;
/foundation/window/window_manager/window_scene/session/host/src/
H A Dkeyboard_session.cpp540 auto requestRect = sessionProperty->GetRequestRect(); in RelayoutKeyBoard()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dhidump_controller.cpp163 Rect requestRect = property->GetRequestRect(); in DumpLayoutRectParam()
/foundation/window/window_manager/previewer/src/
H A Dwindow_impl.cpp134 Rect WindowImpl::GetRequestRect() const in GetRequestRect() function in OHOS::Rosen::WindowImpl
/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h89 Rect GetRequestRect() const override;
/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp286 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 Dwindow_scene_session_impl.cpp1096 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()

Completed in 45 milliseconds

12