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:repeatTimes_
(Results
1 - 5
of
5
) sorted by relevance
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_image_animator.h
257
repeatTimes_
= times;
in SetRepeatTimes()
270
return
repeatTimes_
;
in GetRepeatTimes()
466
uint32_t
repeatTimes_
;
member in OHOS::UIImageAnimatorView
/foundation/arkui/ace_engine/frameworks/core/animation/
H
A
D
animator.cpp
226
repeatTimesLeft_ =
repeatTimes_
;
in SetIteration()
501
repeatTimesLeft_ =
repeatTimes_
;
in Stop()
551
repeatTimesLeft_ =
repeatTimes_
;
in Cancel()
881
if (
repeatTimes_
== ANIMATION_REPEAT_INFINITE) {
in ToggleDirection()
886
repeatTimesLeft_ =
repeatTimes_
- repeatTimesLeft_;
in ToggleDirection()
928
repeatTimes_
= 0;
in UpdateIteration()
930
repeatTimes_
= ANIMATION_REPEAT_INFINITE;
in UpdateIteration()
932
repeatTimes_
= iteration - 1;
in UpdateIteration()
949
repeatTimes_
= controller->
repeatTimes_
;
in Copy()
[all...]
H
A
D
animator.h
256
int32_t
repeatTimes_
= 0; // user configured repeat times.
member in OHOS::Ace::Animator
/foundation/arkui/ace_engine/test/mock/core/animation/
H
A
D
mock_animator.cpp
288
repeatTimes_
= iteration - 1;
in UpdateIteration()
289
repeatTimesLeft_ =
repeatTimes_
;
in UpdateIteration()
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_image_animator.cpp
26
repeatTimes_
(1),
in UIImageAnimatorView()
Completed in 4 milliseconds