Home
last modified time | relevance | path

Searched refs:DragWindowRotateInfo_ (Results 1 - 2 of 2) sorted by relevance

/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_drawing.cpp1470 DragWindowRotateInfo_.rotation = ROTATION_0; in InitLayer()
2916 DragWindowRotateInfo_.rotation = rotation; in DoRotateDragWindow()
2917 DragWindowRotateInfo_.pivotX = pivotX; in DoRotateDragWindow()
2918 DragWindowRotateInfo_.pivotY = pivotY; in DoRotateDragWindow()
3038 if ((rotation == ROTATION_0) && (DragWindowRotateInfo_.rotation == ROTATION_270)) { in DoRotateDragWindowAnimation()
3039 RotateCanvasNode(DragWindowRotateInfo_.pivotX, DragWindowRotateInfo_.pivotY, -ROTATION_90); in DoRotateDragWindowAnimation()
3040 } else if ((rotation == ROTATION_270) && (DragWindowRotateInfo_.rotation == ROTATION_0)) { in DoRotateDragWindowAnimation()
3041 RotateCanvasNode(DragWindowRotateInfo_.pivotX, DragWindowRotateInfo_ in DoRotateDragWindowAnimation()
[all...]
/base/msdp/device_status/services/interaction/drag/include/
H A Ddrag_drawing.h411 DragWindowRotationInfo DragWindowRotateInfo_; member in OHOS::Msdp::DeviceStatus::DragDrawing

Completed in 6 milliseconds