• Home
  • Raw
  • Download

Lines Matching defs:component

30 int32_t OH_NativeXComponent_GetXComponentId(OH_NativeXComponent* component, char* id, uint64_t* siz…  in OH_NativeXComponent_GetXComponentId()
43 OH_NativeXComponent* component, const void* window, uint64_t* width, uint64_t* height) in OH_NativeXComponent_GetXComponentSize()
52 OH_NativeXComponent* component, const void* window, double* x, double* y) in OH_NativeXComponent_GetXComponentOffset()
61 OH_NativeXComponent* component, const void* window, OH_NativeXComponent_TouchEvent* touchEvent) in OH_NativeXComponent_GetTouchEvent()
70OH_NativeXComponent* component, uint32_t pointIndex, OH_NativeXComponent_TouchPointToolType* toolT… in OH_NativeXComponent_GetTouchPointToolType()
78 int32_t OH_NativeXComponent_GetTouchPointTiltX(OH_NativeXComponent* component, uint32_t pointIndex,… in OH_NativeXComponent_GetTouchPointTiltX()
86 int32_t OH_NativeXComponent_GetTouchPointTiltY(OH_NativeXComponent* component, uint32_t pointIndex,… in OH_NativeXComponent_GetTouchPointTiltY()
94 int32_t OH_NativeXComponent_GetTouchPointWindowX(OH_NativeXComponent* component, uint32_t pointInde… in OH_NativeXComponent_GetTouchPointWindowX()
102 int32_t OH_NativeXComponent_GetTouchPointWindowY(OH_NativeXComponent* component, uint32_t pointInde… in OH_NativeXComponent_GetTouchPointWindowY()
110 int32_t OH_NativeXComponent_GetTouchPointDisplayX(OH_NativeXComponent* component, uint32_t pointInd… in OH_NativeXComponent_GetTouchPointDisplayX()
118 int32_t OH_NativeXComponent_GetTouchPointDisplayY(OH_NativeXComponent* component, uint32_t pointInd… in OH_NativeXComponent_GetTouchPointDisplayY()
126 int32_t OH_NativeXComponent_GetHistoricalPoints(OH_NativeXComponent* component, const void* window, in OH_NativeXComponent_GetHistoricalPoints()
136 OH_NativeXComponent* component, const void* window, OH_NativeXComponent_MouseEvent* mouseEvent) in OH_NativeXComponent_GetMouseEvent()
144 int32_t OH_NativeXComponent_RegisterCallback(OH_NativeXComponent* component, OH_NativeXComponent_Ca… in OH_NativeXComponent_RegisterCallback()
153 OH_NativeXComponent* component, OH_NativeXComponent_MouseEvent_Callback* callback) in OH_NativeXComponent_RegisterMouseEventCallback()
162 OH_NativeXComponent* component, void (*callback)(OH_NativeXComponent* component, void* window)) in OH_NativeXComponent_RegisterFocusEventCallback()
171 OH_NativeXComponent* component, void (*callback)(OH_NativeXComponent* component, void* window)) in OH_NativeXComponent_RegisterKeyEventCallback()
180 OH_NativeXComponent* component, void (*callback)(OH_NativeXComponent* component, void* window)) in OH_NativeXComponent_RegisterBlurEventCallback()
188 int32_t OH_NativeXComponent_GetKeyEvent(OH_NativeXComponent* component, OH_NativeXComponent_KeyEven… in OH_NativeXComponent_GetKeyEvent()
244 OH_NativeXComponent* component, OH_NativeXComponent_ExpectedRateRange* range) in OH_NativeXComponent_SetExpectedFrameRateRange()
252 int32_t OH_NativeXComponent_RegisterOnFrameCallback(OH_NativeXComponent* component, in OH_NativeXComponent_RegisterOnFrameCallback()
253 void (*callback)(OH_NativeXComponent* component, uint64_t timestamp, uint64_t targetTimestamp)) in OH_NativeXComponent_RegisterOnFrameCallback()
261 int32_t OH_NativeXComponent_UnregisterOnFrameCallback(OH_NativeXComponent* component) in OH_NativeXComponent_UnregisterOnFrameCallback()
270 OH_NativeXComponent* component, ArkUI_NodeHandle root) in OH_NativeXComponent_AttachNativeRootNode()
279 OH_NativeXComponent* component, ArkUI_NodeHandle root) in OH_NativeXComponent_DetachNativeRootNode()
288 OH_NativeXComponent* component, void (*callback)(OH_NativeXComponent* component, void* window)) in OH_NativeXComponent_RegisterSurfaceShowCallback()
295 OH_NativeXComponent* component, void (*callback)(OH_NativeXComponent* component, void* window)) in OH_NativeXComponent_RegisterSurfaceHideCallback()
301 int32_t OH_NativeXComponent_RegisterUIInputEventCallback(OH_NativeXComponent* component, in OH_NativeXComponent_RegisterUIInputEventCallback()
302void (*callback)(OH_NativeXComponent* component, ArkUI_UIInputEvent* event, ArkUI_UIInputEvent_Typ… in OH_NativeXComponent_RegisterUIInputEventCallback()
315OH_NativeXComponent* component, HitTestMode (*callback)(OH_NativeXComponent* component, ArkUI_UIIn… in OH_NativeXComponent_RegisterOnTouchInterceptCallback()
323 int32_t OH_NativeXComponent_SetNeedSoftKeyboard(OH_NativeXComponent* component, bool needSoftKeyboa… in OH_NativeXComponent_SetNeedSoftKeyboard()
329OH_NativeXComponent* component, int32_t pointId, OH_NativeXComponent_EventSourceType* sourceType) in OH_NativeXComponent_GetTouchEventSourceType()
346 OH_NativeXComponent* component, ArkUI_AccessibilityProvider** handle) in OH_NativeXComponent_GetNativeAccessibilityProvider()