Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:dispose
(Results
1 - 12
of
12
) sorted by relevance
/foundation/arkui/ace_engine/test/unittest/interfaces/
H
A
D
native_gesture_test.cpp
69
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
D
apng_image_player.cpp
153
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
D
apng_image_player.h
82
ImageDisposeMethod
dispose
= ImageDisposeNone;
member
/foundation/arkui/ace_engine/interfaces/native/
H
A
D
native_dialog.h
75
void (*
dispose
)(ArkUI_NativeDialogHandle handle);
member
H
A
D
native_gesture.h
777
* @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
D
jsXNode.js
87
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
D
dialog_model.cpp
38
impl->getDialogAPI()->
dispose
(handle->controller);
in Dispose()
H
A
D
node_adapter_impl.cpp
39
fullImpl->getNodeAdapterAPI()->
dispose
(reinterpret_cast<ArkUINodeAdapterHandle>(handle));
in OH_ArkUI_NodeAdapter_Dispose()
H
A
D
gesture_impl.cpp
474
OHOS::Ace::NodeModel::GetFullImpl()->getNodeModifiers()->getGestureModifier()->
dispose
(recognizer->gesture);
in DisposeGesture()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
node_gesture_modifier.cpp
191
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
D
cjui_api.h
1341
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
D
arkoala_api.h
2958
void (*
dispose
)(ArkUIGesture* recognizer);
member
5158
void (*
dispose
)(ArkUIDialogHandle handle);
member
5285
void (*
dispose
)(ArkUINodeAdapterHandle handle);
member
Completed in 40 milliseconds