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
defs:animatorInfo
(Results
1 - 9
of
9
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/animator/
H
A
D
animator_model_ng.cpp
22
auto
animatorInfo
= GetAnimatorInfo(animatorId);
in AddEventListener()
local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H
A
D
jsi_animator_model_ng_impl.cpp
63
auto
animatorInfo
= page->GetJsAnimator(animatorId);
in Create()
local
83
auto
animatorInfo
= page->GetJsAnimator(animatorId);
in GetAnimatorInfo()
local
H
A
D
jsi_animator_model_ng_build_impl.cpp
54
auto
animatorInfo
= page->GetJsAnimator(animatorId);
in Create()
local
67
auto
animatorInfo
= page->GetJsAnimator(animatorId);
in GetAnimatorInfo()
local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H
A
D
animator_model_impl.cpp
38
auto
animatorInfo
= page->GetAnimatorInfo(animatorId);
in Create()
local
51
auto
animatorInfo
= page->GetAnimatorInfo(animatorId);
in GetAnimatorInfo()
local
58
auto
animatorInfo
= GetAnimatorInfo(animatorId);
in AddEventListener()
local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/animator/
H
A
D
animator_test_ng.cpp
32
auto
animatorInfo
= AceType::MakeRefPtr<AnimatorInfo>();
in GetAnimatorInfo()
local
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H
A
D
js_ace_page.cpp
317
void JsAcePage::AddAnimatorInfo(const std::string& animatorId, const RefPtr<AnimatorInfo>&
animatorInfo
)
in AddAnimatorInfo()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
H
A
D
page_pattern.cpp
381
void PagePattern::AddJsAnimator(const std::string& animatorId, const RefPtr<Framework::AnimatorInfo>&
animatorInfo
)
in AddJsAnimator()
argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_animator.cpp
61
void AddFrameListener(const RefPtr<AnimatorInfo>&
animatorInfo
, const RefPtr<KeyframeAnimation<double>>& animation)
in AddFrameListener()
argument
79
void HandleAnimatorInfo(const RefPtr<AnimatorInfo>&
animatorInfo
, cons
argument
96
CreateAnimation( const RefPtr<AnimatorInfo>&
animatorInfo
, const RefPtr<Animator>& animator, AnimationStatus operation)
CreateAnimation()
argument
210
auto
animatorInfo
= AnimatorModel::GetInstance()->GetAnimatorInfo(animatorId_);
SetState()
local
247
auto
animatorInfo
= AnimatorModel::GetInstance()->GetAnimatorInfo(animatorId_);
SetDuration()
local
265
auto
animatorInfo
= AnimatorModel::GetInstance()->GetAnimatorInfo(animatorId_);
SetCurve()
local
276
auto
animatorInfo
= AnimatorModel::GetInstance()->GetAnimatorInfo(animatorId_);
SetDelay()
local
286
auto
animatorInfo
= AnimatorModel::GetInstance()->GetAnimatorInfo(animatorId_);
SetFillMode()
local
296
auto
animatorInfo
= AnimatorModel::GetInstance()->GetAnimatorInfo(animatorId_);
SetIteration()
local
306
auto
animatorInfo
= AnimatorModel::GetInstance()->GetAnimatorInfo(animatorId_);
SetPlayMode()
local
325
auto
animatorInfo
= AnimatorModel::GetInstance()->GetAnimatorInfo(animatorId_);
SetMotion()
local
379
auto
animatorInfo
= AnimatorModel::GetInstance()->GetAnimatorInfo(animatorId_);
OnFrame()
local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/stage/
H
A
D
stage_test_ng.cpp
1132
auto
animatorInfo
= AceType::MakeRefPtr<Framework::AnimatorInfo>();
in HWTEST_F()
local
Completed in 6 milliseconds