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:animationScale
(Results
1 - 7
of
7
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H
A
D
rs_animation_fraction.cpp
59
void RSAnimationFraction::SetAnimationScale(float
animationScale
)
in SetAnimationScale()
argument
61
animationScale_.store(std::max(0.0f,
animationScale
), std::memory_order_relaxed);
in SetAnimationScale()
69
float
animationScale
= std::atof(value);
in OnAnimationScaleChangedCallback()
local
70
SetAnimationScale(
animationScale
);
in OnAnimationScaleChangedCallback()
90
float
animationScale
= GetAnimationScale();
in IsStartRunning()
local
92
if (
animationScale
== 0.0) {
in IsStartRunning()
95
runningTime_ += static_cast<int64_t>(deltaTime * speed_ /
animationScale
);
in IsStartRunning()
98
if (
animationScale
== 0.0) {
in IsStartRunning()
101
runningTime_ -= static_cast<int64_t>(deltaTime * speed_ /
animationScale
);
in IsStartRunning()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsanimationfraction_fuzzer/
H
A
D
rsanimationfraction_fuzzer.cpp
64
float
animationScale
= GetData<float>();
in DoSomethingInterestingWithMyAPI()
local
70
RSAnimationFraction::SetAnimationScale(
animationScale
);
in DoSomethingInterestingWithMyAPI()
74
fraction.UpdateRemainTimeFraction(
animationScale
);
in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H
A
D
rs_animation_fraction.h
38
static void SetAnimationScale(float
animationScale
);
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H
A
D
rs_animation_fraction_test.cpp
69
float
animationScale
= 0.f;
in HWTEST_F()
local
70
rsAnimationFraction.SetAnimationScale(
animationScale
);
in HWTEST_F()
71
ASSERT_EQ(
animationScale
, 0);
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/animat/
H
A
D
rs_animat_fraction_test.cpp
82
float
animationScale
= 0.f;
in HWTEST_F()
local
83
rsAnimationFraction.SetAnimationScale(
animationScale
);
in HWTEST_F()
84
ASSERT_EQ(
animationScale
, 0);
in HWTEST_F()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
system_properties.cpp
261
auto
animationScale
= std::atof(value);
in OnAnimationScaleChanged()
local
262
if (
animationScale
< 0.0f) {
in OnAnimationScaleChanged()
266
LOGI("AnimationScale: %{public}f -> %{public}f", animationScale_,
animationScale
);
in OnAnimationScaleChanged()
267
animationScale_ =
animationScale
;
in OnAnimationScaleChanged()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/fuzztest/rsanimationbase_fuzzer/
H
A
D
rsanimationbase_fuzzer.cpp
89
float
animationScale
= GetData<float>();
in RSAnimationFractionFuzzerTest()
local
103
RSAnimationFraction::SetAnimationScale(
animationScale
);
in RSAnimationFractionFuzzerTest()
Completed in 9 milliseconds