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:rollCount
(Results
1 - 2
of
2
) sorted by relevance
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_arc_label.cpp
30
ArcLabelAnimator(uint16_t
rollCount
, UIView* view)
in ArcLabelAnimator()
argument
36
rollCount_(
rollCount
)
in ArcLabelAnimator()
81
void SetRollCount(uint16_t
rollCount
)
in SetRollCount()
argument
83
rollCount_ =
rollCount
;
in SetRollCount()
157
animator_.
rollCount
= DEFAULT_ARC_LABEL_ROLL_COUNT;
in orientation_()
433
static_cast<ArcLabelAnimator*>(animator_.animator)->SetRollCount(animator_.
rollCount
);
in Start()
435
ArcLabelAnimator* animator = new ArcLabelAnimator(animator_.
rollCount
, this);
in Start()
455
void UIArcLabel::SetRollCount(const uint16_t
rollCount
)
in SetRollCount()
argument
458
static_cast<ArcLabelAnimator*>(animator_.animator)->SetRollCount(
rollCount
);
in SetRollCount()
460
animator_.
rollCount
in SetRollCount()
[all...]
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_arc_label.h
373
* @param
rollCount
Indicates number of cycles.
375
void SetRollCount(const uint16_t
rollCount
);
451
uint16_t
rollCount
;
member
Completed in 2 milliseconds