/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/mouse_listener/ |
H A D | render_mouse_listener.cpp | 60 Rect newRect = rect; in UpdateTouchRect() local
|
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_layout_policy_test.cpp | 676 auto newRect = node->GetWindowRect(); variable 702 Rect newRect = { 200, 200, 300, 200 }; // rect: 200, 200, 300, 200 variable 739 Rect newRect = { 200, 200, 300, 200 }; // rect: 200, 200, 300, 200 variable 788 Rect newRect = { 200, 200, 300, 200 }; // rect: 200, 200, 300, 200 variable 827 Rect newRect = { 200, 200, 300, 200 }; // rect: 200, 200, 300, 200 variable 1028 Rect newRect = { 10, 0, 400, 400 }; // window rect: 10, 0, 400, 400 variable 1122 Rect newRect = winRect; variable
|
/ohos5.0/foundation/window/window_manager/wmserver/src/ |
H A D | drag_controller.cpp | 354 void MoveDragController::CalculateNewWindowRect(Rect& newRect, DisplayId displayId, int32_t posX, i… in CalculateNewWindowRect() 404 Rect newRect = moveDragProperty_->startPointRect_; in HandleDragEvent() local 437 Rect newRect = { targetX, targetY, oriRect.width_, oriRect.height_ }; in HandleMoveEvent() local
|
H A D | window_controller.cpp | 545 Rect newRect = callingWindowRect; in ResizeSoftInputCallingWindowIfNeed() local 702 Rect newRect; in ResizeRect() local 1585 Rect newRect = {0, 0, 0, 0}; in UpdateProperty() local
|
H A D | display_group_controller.cpp | 330 Rect newRect = node->GetRequestRect(); in MoveNotCrossNodeToDefaultDisplay() local
|
H A D | window_layout_policy.cpp | 130 Rect newRect = node->GetRequestRect(); in UpdateRectInDisplayGroup() local
|
H A D | window_layout_policy_cascade.cpp | 335 auto newRect = node->GetRequestRect(); in ComputeRectByAspectRatio() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_dirty_region_manager.cpp | 219 RectI newRect = rect; in GetPixelAlignedRect() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/gesture_listener/ |
H A D | render_gesture_listener.cpp | 474 Rect newRect = rect; in UpdateTouchRect() local
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | keyboard_session.cpp | 459 WSRect newRect = callingSessionRect; in RaiseCallingSession() local
|
H A D | session.cpp | 899 WSRectF newRect; in UpdateHotRect() local 3287 WSRect newRect { in SetOffset() local
|
H A D | scene_session.cpp | 1434 WSRect newRect = rect; in UpdateSessionRect() local
|
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | session_test.cpp | 1155 WSRectF newRect; variable
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | window_scene_session_impl.cpp | 1486 Rect newRect = { x, y, requestRect.width_, requestRect.height_ }; // must keep x/y in MoveTo() local 1552 Rect newRect = { x, y, requestRect.width_, requestRect.height_ }; // must keep x/y in MoveWindowToGlobal() local 1727 Rect newRect = { requestRect.posX_, requestRect.posY_, width, height }; // must keep w/h in Resize() local 4198 Rect newRect = {0, 0, 0, 0}; in MoveAndResizeKeyboard() local
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | js_third_provider_interaction_operation.cpp | 102 OHOS::Accessibility::Rect newRect = OHOS::Accessibility::Rect( in FillNodeConfig() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable_pattern.cpp | 1628 auto newRect = selectedZone; in HandleInvisibleItemsSelectedStatus() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | frame_node.cpp | 5094 RectF newRect = rect; in ApplyFrameNodeTranformToRect() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_context.cpp | 2008 auto newRect = GetPaintRectWithoutTransform(); in GetPaintRectWithTransform() local
|