Home
last modified time | relevance | path

Searched defs:DragData (Results 1 – 3 of 3) sorted by relevance

/base/msdp/device_status/rust/data/sys/src/ipc/
Ddrag.rs95 pub struct DragData { struct
102 /// Represents `drag_num` information in the `DragData` struct argument
104 /// Represents `pointer_id` information in the `DragData` struct argument
106 /// Represents `display_x` information in the `DragData` struct argument
108 /// Represents `display_y` information in the `DragData` struct argument
110 /// Represents `display_id` information in the `DragData` struct argument
112 /// Represents `has_canceled_animation` information in the `DragData` struct argument
116 impl DragData { argument
144 impl Serialize for DragData { implementation
161 impl Deserialize for DragData { implementation
[all …]
/base/msdp/device_status/interfaces/innerkits/interaction/include/
Ddrag_data.h60 struct DragData { struct
76 bool operator == (const DragData &other) const argument
/base/msdp/device_status/rust/modules/drag/client/src/
Dlib.rs40 … pub fn start_drag(&self, drag_data: &DragData, ipc_client: &FusionIpcClient) -> FusionResult<i32> in start_drag()