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:GetRunTime
(Results
1 - 16
of
16
) sorted by relevance
/foundation/arkui/ui_lite/test/unittest/animator/
H
A
D
animator_unit_test.cpp
57
int16_t pos = EasingEquation::LinearEaseNone(START_POS, END_POS, animator_->
GetRunTime
(), animator_->GetTime());
171
EXPECT_EQ(animator_->
GetRunTime
(), TIME);
in HWTEST_F()
/foundation/arkui/ui_lite/interfaces/kits/animator/
H
A
D
animator.h
242
uint32_t
GetRunTime
() const
in GetRunTime()
function in OHOS::Animator
251
* @see
GetRunTime
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_texture_mapper.cpp
77
uint16_t curTime = animator_.
GetRunTime
();
in Callback()
H
A
D
ui_abstract_scroll.cpp
56
animator_.SetRunTime(ANIMATOR_DURATION - animator_.
GetRunTime
());
in RefreshBar()
70
uint8_t opa = OPA_OPAQUE * animator_.
GetRunTime
() / ANIMATOR_DURATION;
H
A
D
ui_radio_button.cpp
167
runTime_ = checkBoxAnimator_.
GetRunTime
();
in Callback()
H
A
D
ui_toggle_button.cpp
125
runTime_ = checkBoxAnimator_.
GetRunTime
();
in Callback()
H
A
D
ui_edit_text.cpp
40
uint32_t curTime =
GetRunTime
();
59
preTime_ =
GetRunTime
();
in StartAnimator()
H
A
D
ui_checkbox.cpp
205
runTime_ = checkBoxAnimator_.
GetRunTime
();
in Callback()
H
A
D
ui_button.cpp
347
float x = static_cast<float>(animator_.
GetRunTime
()) / animator_.GetTime();
in Callback()
H
A
D
ui_label.cpp
67
uint32_t curTime =
GetRunTime
();
H
A
D
ui_video.cpp
710
runTime = sliderAnimator_->
GetRunTime
();
in Callback()
H
A
D
ui_arc_label.cpp
48
uint32_t curTime =
GetRunTime
();
H
A
D
ui_image_view.cpp
123
uint32_t curTime =
GetRunTime
();
in Callback()
/foundation/arkui/ui_lite/test/uitest/test_animator/
H
A
D
ui_test_animator.h
58
int16_t pos = easingFunc_(startPos_, endPos_, animator_->
GetRunTime
(), animator_->GetTime());
in Callback()
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_video.h
357
tickCount_ = sliderAnimator_->
GetRunTime
();
in ResetTickTime()
/foundation/arkui/ace_engine_lite/frameworks/src/core/animation/
H
A
D
transition_impl.cpp
45
int32_t elapsedTime = animator_->
GetRunTime
() - params_.delay; // animation execution time
in Callback()
Completed in 10 milliseconds