Home
last modified time | relevance | path

Searched refs:event (Results 1 - 25 of 29) sorted by relevance

12

/interface/sdk_c/arkui/ace_engine/native/
H A Dui_input_event.h20 * @brief Declares the UI input event capabilities provided by ArkUI on the native side.
28 * @brief Provides ArkUI event definitions on the native side.
46 * @brief Defines the UI input event.
53 * @brief Enumerates the UI input event types.
61 /** Mouse event. */
66 * @brief Defines the action code of the input event.
82 * @brief Defines the tool type of the touch event.
107 * @brief Defines the source type of the touch event.
126 /** Both the node and its child node respond to the hit test of a touch event, but its sibling node is blocked from
131 /** The node responds to the hit test of a touch event, bu
[all...]
H A Ddrag_and_drop.h130 * @brief Defines a struct for a component event.
151 * @brief Defines a struct for a drag event.
183 * Returns <b>null</b> if the parameter passed in is invalid or is not a drag-related event.
201 * @param event Indicates the pointer to an <b>ArkUI_DragEvent</b> object.
209 int32_t OH_ArkUI_DragEvent_DisableDefaultDropAnimation(ArkUI_DragEvent* event, bool disable);
214 * @param event Indicates the pointer to an <b>ArkUI_DragEvent</b> object.
221 int32_t OH_ArkUI_DragEvent_SetSuggestedDropOperation(ArkUI_DragEvent* event, ArkUI_DropOperation dropOperation);
224 * @brief Sets the result for a drag event.
226 * @param event Indicates the pointer to an <b>ArkUI_DragEvent</b> object.
233 int32_t OH_ArkUI_DragEvent_SetDragResult(ArkUI_DragEvent* event, ArkUI_DragResul
[all...]
H A Dnative_gesture.h62 * @brief Defines the gesture event.
69 * @brief Enumerates gesture event types.
88 * @brief Defines a set of gesture event types.
97 * @brief Enumerates gesture event modes.
120 * Only the last gesture in the gesture group can respond to the end event. */
267 * @brief Defines a <b>GestureEventTargetInfo</b> object that provides information about a gesture event target.
274 * @brief Defines a parallel internal gesture event.
289 * @param event Indicates the pointer to the gesture interruption information.
294 bool OH_ArkUI_GestureInterruptInfo_GetSystemFlag(const ArkUI_GestureInterruptInfo* event);
299 * @param event Indicate
[all...]
H A Dnative_node.h21 * tree node operations, attribute setting, and event listening.
1771 * visible area change event of the component.
5400 * @brief Defines the parameter type of the component callback event.
5410 * @brief Defines the string type parameter used by the component callback event.
5420 * @brief Enumerates the event types supported by the NativeNode component.
5426 * @brief Defines the gesture event type.
5428 * When the event callback occurs, the union type in the {@link ArkUI_NodeEvent} object is {@link ArkUI_UIInputEvent}.
5433 * @brief Defines the mount event.
5435 * This event is triggered when the component is mounted and displayed. \n
5436 * When the event callbac
[all...]
H A Dnative_dialog.h21 * tree node operations, attribute setting, and event listening.
71 * @brief Defines a struct for a dialog box dismiss event.
275 * @brief Registers a listener for the dismiss event of the custom dialog box.
279 * @param callback Indicates the callback for the dismiss event of the custom dialog box.
285 ArkUI_NativeDialogHandle handle, void* userData, void (*callback)(ArkUI_DialogDismissEvent* event));
291 * @param event Indicates the pointer to a dialog box dismiss event object.
296 void OH_ArkUI_DialogDismissEvent_SetShouldBlockDismiss(ArkUI_DialogDismissEvent* event, bool shouldBlockDismiss);
299 * @brief Obtains the pointer to user data in a dialog box dismiss event object.
301 * @param event Indicate
[all...]
H A Dnative_animate.h118 * @brief Defines the animator callback event object.
148 * @note Make sure the component attributes to be set in the event closure have been set before.
446 * @param event Indicates a closure function.
455 ArkUI_KeyframeAnimateOption* option, void* userData, void (*event)(void* userData), int32_t index);
777 * @brief Obtains the custom object in an animation event object.
779 * @param event Indicates an animation event object.
784 void* OH_ArkUI_AnimatorEvent_GetUserData(ArkUI_AnimatorEvent* event);
787 * @brief Obtains the custom object in an animation event object.
789 * @param event Indicate
[all...]
H A Dnative_interface_xcomponent.h20 * @brief Describes the surface and touch event held by the ArkUI XComponent, which can be used for the EGL/OpenGL ES\n
78 /** Trigger a touch event when a finger is pressed. */
80 /** Trigger a touch event when a finger is lifted. */
82 /** Trigger a touch event when a finger moves on the screen in pressed state. */
84 /** Trigger an event when a touch event is canceled. */
118 * @brief Represents the touch event source type.
126 /** Indicates that the input source generates a mouse multi-touch event. */
128 /** Indicates that the input source generates a touchscreen multi-touch event. */
130 /** Indicates that the input source generates a touchpad multi-touch event
[all...]
/interface/sdk-js/build-tools/openharmony_sdk_upgrade_assistant/src/main/java/com/update/check/action/view/
H A DShowTypeDialog.java29 import java.awt.event.ActionEvent;
30 import java.awt.event.MouseAdapter;
31 import java.awt.event.MouseEvent;
186 private void onCancel(ActionEvent event) { in onCancel() argument
H A DMessageBox.java27 import java.awt.event.KeyEvent;
28 import java.awt.event.WindowAdapter;
29 import java.awt.event.WindowEvent;
78 * @param e the event to be processed in MessageBox()
H A DShowChangeLogsDialog.java26 import javax.swing.event.MouseInputListener;
34 import java.awt.event.ActionEvent;
35 import java.awt.event.MouseEvent;
103 private void onCancel(@Nullable ActionEvent event) { in onCancel() argument
149 * @param e the event to be processed
175 * @param e the event to be processed
185 * @param e the event to be processed
206 * mouse click event
208 * @param e the event to be processed
229 * @param e the event t
[all...]
H A DUpdateReportPanel.java48 import java.awt.event.ActionListener;
49 import java.awt.event.ActionEvent;
50 import java.awt.event.MouseAdapter;
51 import java.awt.event.MouseEvent;
H A DUpdateCheckWizardDialog.java38 import java.awt.event.ActionEvent;
39 import java.awt.event.KeyEvent;
557 private void onCancel(@Nullable ActionEvent event) { in onCancel() argument
/interface/sdk_c/multimedia/audio_framework/common/
H A Dnative_audiostream_base.h272 * @brief Define the audio event.
538 OH_AudioStream_Event event);
591 OH_AudioStream_Event event);
637 * @param renderer AudioRenderer where this event occurs.
648 * @param renderer AudioRenderer where this event occurs.
659 * @param renderer AudioRenderer where this event occurs.
/interface/sdk_c/startup/init/syscap/
H A Dinit_sync.h37 * Notify the event to Init process.
39 * event: There needs to be a consensus between the listener(init process) and the notifier.
41 extern int NotifyInit(unsigned long event);
/interface/sdk_c/BasicServicesKit/
H A Dohprint.h540 * @param event The printer discovery event during printer discovery.
541 * @param printerInfo The printer infomation at the time of the discovery event.
544 typedef void (*Print_PrinterDiscoveryCallback)(Print_DiscoveryEvent event, const Print_PrinterInfo *printerInfo);
549 * @param event The printer change event while the printer service is running.
550 * @param printerInfo The printer infomation at the time of the change event.
553 typedef void (*Print_PrinterChangeCallback)(Print_PrinterEvent event, const Print_PrinterInfo *printerInfo);
584 * @param callback The {@link Print_PrinterDiscoveryCallback} of printer discovery event.
/interface/sdk_c/multimedia/audio_framework/audio_manager/
H A Dnative_audio_session_manager.h117 * @brief declare the audio session deactivated event
130 * is used to return the audio session deactivated event.
132 * @param event the {@link #OH_AudioSession_DeactivatedEvent} deactivated triggering event.
136 OH_AudioSession_DeactivatedEvent event);
192 * @brief Register the audio session deactivated event callback.
197 * to receive the deactivated event
206 * @brief Unregister the audio session deactivated event callback.
211 * to receive the deactivated event
/interface/sdk-js/build-tools/api_check_plugin/src/
H A Dcheck_event_subscription.js137 // handle event subscription node
141 // judge the event subscription api type
183 for (const event of offEventCheckNames) {
184 checkOffFunctions(offEventNodes.get(event), sourcefile, fileName);
186 // check if the on and off functions of one event shows in pair
/interface/sdk_c/resourceschedule/ffrt/c/
H A Dtype_def.h216 typedef void (*ffrt_poller_cb)(void* data, uint32_t event);
/interface/sdk_c/sensors/sensor/
H A Doh_sensor_type.h462 typedef void (*Sensor_EventCallback)(Sensor_Event *event);
/interface/sdk_c/third_party/openSLES/api/1.1/
H A DOpenSLES.h232 /* Object event definitions */
439 SLuint32 event,
1053 SLuint32 event
1133 SLuint32 event
1263 /** Record event **/
1283 SLuint32 event
2178 SLuint32 event,
/interface/sdk_c/third_party/openSLES/api/1.0.1/
H A DOpenSLES.h223 /* Object event definitions */
394 SLuint32 event,
934 SLuint32 event
1011 SLuint32 event
1137 /** Record event **/
1156 SLuint32 event
1978 SLuint32 event,
/interface/sdk_c/third_party/openSLES/api/1.0/
H A DOpenSLES.h223 /* Object event definitions */
393 SLuint32 event,
931 SLuint32 event
1008 SLuint32 event
1134 /** Record event **/
1150 SLuint32 event
1972 SLuint32 event,
/interface/sdk-js/build-tools/api_check_plugin/src/check_jsdoc_value/
H A Dcheck_rest_value.js189 * xxx.xxx#event:xxx
194 /^[A-Za-z0-9_]+\b(\.[A-Za-z0-9_]+\b)*\#event:[A-Za-z0-9_]+\b$/.test(moduleValue);
/interface/sdk_c/third_party/libuv/include/uv/
H A Dwin.h292 HANDLE event; member
328 /* The current time according to the event loop. in msecs. */ \
/interface/sdk_c/third_party/vulkan-headers/vulkan/
H A Dvulkan_core.h3968 typedef void (VKAPI_PTR *PFN_vkDestroyEvent)(VkDevice device, VkEvent event, const VkAllocationCallbacks* pAllocator);
3969 typedef VkResult (VKAPI_PTR *PFN_vkGetEventStatus)(VkDevice device, VkEvent event);
3970 typedef VkResult (VKAPI_PTR *PFN_vkSetEvent)(VkDevice device, VkEvent event);
3971 typedef VkResult (VKAPI_PTR *PFN_vkResetEvent)(VkDevice device, VkEvent event);
4048 typedef void (VKAPI_PTR *PFN_vkCmdSetEvent)(VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStageFlags stageMask);
4049 typedef void (VKAPI_PTR *PFN_vkCmdResetEvent)(VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStageFlags stageMask);
4293 VkEvent event,
4298 VkEvent event);
4302 VkEvent event);
4306 VkEvent event);
[all...]

Completed in 87 milliseconds

12