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:AnimatableMatrix4
(Results
1 - 3
of
3
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/base/geometry/
H
A
D
animatable_matrix4.cpp
22
AnimatableMatrix4
&
AnimatableMatrix4
::operator=(const Matrix4& newMatrix4)
in operator =()
30
AnimatableMatrix4
&
AnimatableMatrix4
::operator=(const
AnimatableMatrix4
& newMatrix4)
in operator =()
54
void
AnimatableMatrix4
::MoveTo(const Matrix4& target)
in MoveTo()
61
void
AnimatableMatrix4
::AnimateTo(const Matrix4& endValue)
in AnimateTo()
89
animation->AddListener(std::bind(&
AnimatableMatrix4
::OnAnimationCallback, this, std::placeholders::_1));
in AnimateTo()
113
void
AnimatableMatrix4
::ResetController()
in ResetController()
125
void
AnimatableMatrix4
[all...]
H
A
D
animatable_matrix4.h
28
class ACE_EXPORT
AnimatableMatrix4
: public Matrix4 {
class
30
AnimatableMatrix4
() = default;
31
~
AnimatableMatrix4
() = default;
33
explicit
AnimatableMatrix4
(Matrix4 matrix4, const AnimationOption& option = AnimationOption())
in AnimatableMatrix4()
function in OHOS::Ace::AnimatableMatrix4
66
AnimatableMatrix4
& operator=(const Matrix4& matrix4);
68
AnimatableMatrix4
& operator=(const
AnimatableMatrix4
& newMatrix4);
/foundation/arkui/ace_engine/test/unittest/base/
H
A
D
animatable_matrix4_test.cpp
38
* @tc.desc: Test the function operator= of the class
AnimatableMatrix4
.
46
AnimatableMatrix4
animatableMatrix4Obj1;
in HWTEST_F()
59
* @tc.steps: Test the function operator= with given
AnimatableMatrix4
object.
in HWTEST_F()
61
AnimatableMatrix4
animatableMatrix4Obj2;
in HWTEST_F()
68
* @tc.desc: Test the function AnimateTo of the class
AnimatableMatrix4
.
76
AnimatableMatrix4
animatableMatrix4Obj1;
in HWTEST_F()
103
* @tc.desc: Test the function ResetController of the class
AnimatableMatrix4
.
108
AnimatableMatrix4
animatableMatrix4Obj1;
in HWTEST_F()
118
* @tc.desc: Test the function OnAnimationCallback of the class
AnimatableMatrix4
.
127
AnimatableMatrix4
animatableMatrix4Obj
in HWTEST_F()
[all...]
Completed in 1 milliseconds