Home
last modified time | relevance | path

Searched refs:drop (Results 1 – 25 of 187) sorted by relevance

12345678

/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-select.md105 Creates a content modifier for the drop-down list box.
152 Sets the font color of the drop-down button.
168 Sets the background color of the selected option in the drop-down list box.
200 Sets the font color of the selected option in the drop-down list box.
216 Sets the background color of options in the drop-down list box.
248 Sets the font color of options in the drop-down list box.
296 Sets the alignment between the drop-down button and the drop-down menu.
351 Sets the background color of the drop-down list box.
367 Sets the background blur style of the drop-down list box.
423 Invoked when an option in the drop-down list box is selected.
[all …]
H A Dts-universal-events-drag-drop.md11drop capabilities for the following components, allowing them to serve as the drag source (from wh…
137 Invoked when the component enters a state prior to a drop and drop operation.
185drop animation when the dragging ends.<br>If this parameter is set to **true**, the default drop a…
230 | DRAG_SUCCESSFUL | The drag and drop operation succeeded. It can be used in **onDrop**.|
231 | DRAG_FAILED | The drag and drop operation failed. It can be used in **onDrop**.|
232 | DRAG_CANCELED | The drag and drop operation was canceled. It can be used in **onDrop**.|
233 | DROP_ENABLED | The component allows for a drop operation. It can be used in **onDragMove**.|
261 | PREVIEW_LANDING_STARTED | 4 | A drop animation is started. (Triggered when the drop animation sta…
262 | PREVIEW_LANDING_FINISHED | 5 | A drop animation is finished. (Triggered when the drop animation e…
350 // The result value obtained from onDragEnd is set in onDrop of the drop target.
[all …]
H A Dts-universal-attributes-drag-drop.md3 The drag and drop control attributes set whether a component can respond to drag events.
9 …t drag and drop capabilities for the following components, allowing them to serve as the drag sour…
11 …ult drag behavior by setting the [draggable](ts-universal-attributes-drag-drop.md#draggable) attri…
13drop actions by default: [Search](ts-basic-components-search.md), [TextInput](ts-basic-components-…
15 <!--RP1--><!--RP1End-->To enable drag and drop for other components, you need to set the **draggabl…
67drop.md#dragiteminfo) \| string<sup>12+</sup> | Yes | Preview displayed when the component is dra…
136 Text('Image drag and drop')
159 Text('Invalid drop target')
188 Text('Valid drop target')
547 // Set the drop data type to Image.
[all …]
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-common-events-drag-event.md3drop interaction for transfer of data using a mouse device or gesture. Users can drag data from on…
8drop.md#dragiteminfo) of [onDragStart](../reference/apis-arkui/arkui-ts/ts-universal-events-drag-d…
35drop.md#ondragenter) | Triggered when the drag point enters the bounds of the component. This call…
39 | [onDragEnd](../reference/apis-arkui/arkui-ts/ts-universal-events-drag-drop.md#ondragend) | Trigge…
40drop.md#onpredrag12) | Triggered when the component enters a state prior to a drop and drop operat…
248 // The result value obtained from onDragEnd is set in onDrop of the drop target.
365 // The result value obtained from onDragEnd is set in onDrop of the drop target.
421 …* as an example to describe the basic procedure for multi-select drag and drop development and key…
423 1. Enable multi-select drag and drop.
459 2. Optimize the multi-select drag and drop performance.
[all …]
/ohos5.0/docs/en/design/ux-design/
H A Dmultimodal-drop-down-menu.md4 A drop-down list allows users to select among multiple options.
12 - User a drop-down list to filter content on the current page or switch the type or option.
14drop-down list, mark the current option with a different color, and keep the arrow direction uncha…
26 For details about the development guide related to the drop-down menu, see [Select](../../applicati…
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Darkts-common-events-drag-event.md3 拖拽事件提供了一种通过鼠标或手势触屏传递数据的机制,即从一个组件位置拖出(drag)数据并将其拖入(drop)到另一个组件位置,以触发响应。在这一过程中,拖出方提供数据,而拖入方负责接收和处理数据。…
8drop.md#ondragstart)的[CustomerBuilder](../reference/apis-arkui/arkui-ts/ts-types.md#custombuilder8…
34 | [onDragStart](../reference/apis-arkui/arkui-ts/ts-universal-events-drag-drop.md#ondragstart) | 拖出…
35 …sal-events-drag-drop.md#ondragenter) | 当拖拽操作的拖拽点进入组件的范围时,如果该组件监听了[onDrop](../reference/apis-arkui/…
36drop.md#ondragmove) | 当拖拽点在组件范围内移动时,如果该组件监听了onDrop事件,此回调将会被触发。<br>在这一过程中,可以通过调用[DragEvent](../refe…
39 | [onDragEnd](../reference/apis-arkui/arkui-ts/ts-universal-events-drag-drop.md#ondragend) | 当用户释放拖…
42 [DragEvent](../reference/apis-arkui/arkui-ts/ts-universal-events-drag-drop.md#dragevent)支持的get方法可用于…
55 [DragEvent](../reference/apis-arkui/arkui-ts/ts-universal-events-drag-drop.md#dragevent)支持相关set方法向系…
67 …持设置透明度、圆角、阴影和模糊,具体用法见[拖拽控制](../reference/apis-arkui/arkui-ts/ts-universal-attributes-drag-drop.md)。
116 …可以通过在长按50ms时触发的回调中设置[onPreDrag](../reference/apis-arkui/arkui-ts/ts-universal-events-drag-drop.md#…
[all …]
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
H A Djoin_set.rs132 drop(list); in wake_by_ref()
182 drop(list); in spawn_inner()
304 drop(list); in poll_join_next()
317 drop(list); in poll_join_next()
319 drop(ManuallyDrop::take(&mut *entry.handle.get())); in poll_join_next()
327 drop(list); in poll_join_next()
424 fn drop(&mut self) { in drop() method
430 drop(ManuallyDrop::take(&mut *item.handle.get())); in drop()
436 drop(ManuallyDrop::take(&mut *item.handle.get())); in drop()
482 drop(Arc::from_raw(data.cast::<JoinEntry<R>>())) in drop_entry()
H A Dwaker.rs54 unsafe fn drop(ptr: *const ()) { in drop() function
65 let raw_waker_ref = &RawWakerVTable::new(clone::<T>, wake, wake_by_ref, drop); in raw_waker()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dx509.rs42 fn drop = X509_free;
49 fn drop = X509_NAME_free;
56 fn drop = EVP_PKEY_free;
203 fn drop = X509_STORE_free;
234 fn drop = X509_VERIFY_PARAM_free;
276 fn drop = X509_STORE_CTX_free;
293 fn drop = X509_PUBKEY_free;
314 drop(x509.clone()); in ut_x509_clone()
H A Dforeign.rs58 fn drop = $drop:expr;
87 fn drop(&mut self) {
88 unsafe { $drop(self.0) }
H A Dbio.rs36 fn drop(&mut self) { in drop() method
64 fn drop(&mut self) { in drop() method
109 fn drop(&mut self) { in drop() method
226 drop(Box::<StreamState<S>>::from_raw(data as *mut _)); in destroy()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
H A Dwatch.rs115 drop(lock); in send()
171 fn drop(&mut self) { in drop() method
508 fn drop(&mut self) { in drop() method
598 drop(tx); in send_try_notified()
615 drop(tx); in send_notified_await()
660 drop(rx); in receiver_count()
661 drop(rx2); in receiver_count()
662 drop(rx3); in receiver_count()
H A Drwlock.rs269 fn drop(&mut self) { in drop() method
303 fn drop(&mut self) { in drop() method
431 drop(a); in ut_rwlock_try_read_02()
516 drop(a); in ut_rwlock_try_write_02()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dblock_on.rs21 RawWakerVTable::new(clone, wake, wake_by_ref, drop);
44 fn drop(ptr: *const ()) { in drop() function
45 unsafe { mem::drop(Arc::from_raw(ptr.cast::<Parker>())) }; in drop()
89 mem::drop(guard); in notify_one()
H A Dcurrent_thread.rs180 mem::drop(lock); in unpark()
193 mem::drop(lock); in unpark()
209 RawWakerVTable::new(clone, wake, wake_by_ref, drop);
232 fn drop(ptr: *const ()) { in drop() function
233 unsafe { mem::drop(Arc::from_raw(ptr.cast::<Parker>())) }; in drop()
277 mem::drop(parker_list); in block_on()
349 drop(guard);
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H A Dmpsc_test.rs37 drop(tx); in sdv_unbounded_send_recv_test()
56 drop(tx); in sdv_unbounded_send_recv_drop_test()
72 drop(tx); in sdv_unbounded_send_try_recv_test()
154 drop(tx); in sdv_bounded_try_send_try_recv_test()
194 drop(rx); in sdv_mpsc_is_closed()
200 drop(rx); in sdv_mpsc_is_closed()
H A Dsemaphore_test.rs54 drop(permit); in sdv_auto_release_sem_try_acquire_test()
166 drop(permit); in sdv_try_acquire_test()
170 drop(permit2); in sdv_try_acquire_test()
H A Dprocess.rs186 drop(child.unwrap()); in sdv_process_drop_test()
192 drop(child.unwrap()); in sdv_process_drop_test()
221 drop(child); in sdv_process_stdio_test()
239 drop(child); in sdv_process_stdio_test()
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/tests/
H A Dmem.rs33 drop(w); in test()
42 drop(keeper); in test()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/
H A Dchild.rs221 drop(self.take_stdin()); in wait()
302 drop(child_stdout); in output_wait()
303 drop(child_stderr); in output_wait()
314 fn drop(&mut self) { in drop() method
516 drop(child); in ut_process_stdio_test()
534 drop(child); in ut_process_stdio_test()
H A Dcommand.rs414 drop(child.take_stdin()); in status()
415 drop(child.take_stdout()); in status()
416 drop(child.take_stderr()); in status()
733 drop(child.unwrap()); in ut_process_drop_test()
739 drop(child.unwrap()); in ut_process_drop_test()
/ohos5.0/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/epoll_manager/
H A Dffi.rs19 use std::mem::drop;
55 drop(Box::from_raw(raw)); in StreamSocketDelete()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/
H A Dsleep.rs115 drop(Box::from_raw(waker));
127 drop(Box::from_raw(waker));
149 unsafe { drop(Box::from_raw(waker)); }
267 fn drop(&mut self) { in drop() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
H A Dslab.rs82 fn drop(&mut self) { in drop() method
280 drop(slots); in compact()
281 drop(vec); in compact()
599 drop(address.pop().unwrap().1); in ut_slab_compact()
637 drop(test_entry1); in ut_slab_insert_move()
650 drop(test_entry2); in ut_slab_insert_move()
651 drop(test_entry3); in ut_slab_insert_move()
823 drop(test_entry); in ut_slab_multi_allocate_drop()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/unbounded/
H A Dqueue.rs83 drop(Box::from_raw(ptr)); in insert()
259 fn drop(&mut self) { in drop() method
269 drop(Box::from_raw(block_ptr)); in drop()
282 drop(Box::from_raw(block_ptr)); in drop()

12345678