Home
last modified time | relevance | path

Searched refs:dispose (Results 1 - 12 of 12) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dnative_gesture_test.cpp69 gestureAPI->dispose(tapGesture); in HWTEST_F()
70 gestureAPI->dispose(longPressGesture); in HWTEST_F()
71 gestureAPI->dispose(panGesture); in HWTEST_F()
72 gestureAPI->dispose(swipeGesture); in HWTEST_F()
73 gestureAPI->dispose(pinchGesture); in HWTEST_F()
74 gestureAPI->dispose(rotateGesture); in HWTEST_F()
92 gestureAPI->dispose(pinchGesture); in HWTEST_F()
93 gestureAPI->dispose(swipeGesture); in HWTEST_F()
94 gestureAPI->dispose(panGesture); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/image/apng/
H A Dapng_image_player.cpp153 frame.dispose = ImageDisposeBackground; in GetApngAllFrames()
157 frame.dispose = ImageDisposePrevious; in GetApngAllFrames()
161 frame.dispose = ImageDisposeNone; in GetApngAllFrames()
179 if (frame.dispose != ImageDisposePrevious) { in GetApngAllFrames()
183 if (frame.dispose == ImageDisposeBackground && frame.isFullSize) { in GetApngAllFrames()
358 if (frameInfo->dispose == ImageDisposePrevious) { in BlendImage()
359 } else if (frameInfo->dispose == ImageDisposeBackground) { in BlendImage()
390 if (frameInfo->dispose == ImageDisposePrevious) { in BlendImage()
391 } else if (frameInfo->dispose == ImageDisposeBackground) { in BlendImage()
466 if (frameInfo->dispose in GetImage()
[all...]
H A Dapng_image_player.h82 ImageDisposeMethod dispose = ImageDisposeNone; member
/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_dialog.h75 void (*dispose)(ArkUI_NativeDialogHandle handle); member
H A Dnative_gesture.h777 * @param recognizer Indicates the pointer to the gesture to dispose.
779 void (*dispose)(ArkUI_GestureRecognizer* recognizer); member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsXNode.js87 dispose() {
88 this._JSBuilderNode.dispose();
426 dispose() {
427 this.frameNode_?.dispose();
444 this.dispose();
483 dispose() {
488 this.nativeRef_.dispose();
647 builderNode.dispose();
820 dispose() {
821 this.renderNode_?.dispose();
[all...]
/foundation/arkui/ace_engine/interfaces/native/node/
H A Ddialog_model.cpp38 impl->getDialogAPI()->dispose(handle->controller); in Dispose()
H A Dnode_adapter_impl.cpp39 fullImpl->getNodeAdapterAPI()->dispose(reinterpret_cast<ArkUINodeAdapterHandle>(handle)); in OH_ArkUI_NodeAdapter_Dispose()
H A Dgesture_impl.cpp474 OHOS::Ace::NodeModel::GetFullImpl()->getNodeModifiers()->getGestureModifier()->dispose(recognizer->gesture); in DisposeGesture()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_gesture_modifier.cpp191 void dispose(ArkUIGesture* recognizer) in dispose() function
798 dispose, in GetGestureModifier()
836 dispose, in GetCJUIGestureModifier()
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h1341 void (*dispose)(ArkUIGesture* recognizer); member
3326 void (*dispose)(ArkUIDialogHandle handle); member
3421 void (*dispose)(ArkUINodeAdapterHandle handle); member
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h2958 void (*dispose)(ArkUIGesture* recognizer); member
5158 void (*dispose)(ArkUIDialogHandle handle); member
5285 void (*dispose)(ArkUINodeAdapterHandle handle); member

Completed in 40 milliseconds