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:OnAnimatorStop
(Results
1 - 9
of
9
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/animation/
H
A
D
animator_group.cpp
37
animatorGroup->
OnAnimatorStop
(animator);
in AddAnimator()
83
void AnimatorGroup::
OnAnimatorStop
(const RefPtr<Animator>& animator)
in OnAnimatorStop()
function in OHOS::Ace::AnimatorGroup
H
A
D
animator_group.h
42
void
OnAnimatorStop
(const RefPtr<Animator>& animator);
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_texture_mapper.h
247
virtual void
OnAnimatorStop
(UIView& view) = 0;
H
A
D
ui_image_animator.h
415
virtual void
OnAnimatorStop
(UIView& view) {}
in OnAnimatorStop()
function in OHOS::UIImageAnimatorView::AnimatorStopListener
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_texture_mapper.cpp
32
mapper.listener_->
OnAnimatorStop
(view);
in OnStop()
H
A
D
ui_image_animator.cpp
197
listener_->
OnAnimatorStop
(*this);
in Stop()
/foundation/arkui/ui_lite/test/uitest/test_texture_mapper/
H
A
D
ui_test_texture_mapper.h
35
label_.SetText("
OnAnimatorStop
");
in TestTextureMapperStopListener()
51
void
OnAnimatorStop
(UIView& view) override
/foundation/arkui/ui_lite/test/uitest/test_image_animator/
H
A
D
ui_test_image_animator.h
40
label_->SetText("
OnAnimatorStop
");
in Init()
48
void
OnAnimatorStop
(UIView& view) override
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H
A
D
image_animator_component.h
37
void
OnAnimatorStop
(UIView& view) override
Completed in 5 milliseconds