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:SetRollSpeed
(Results
1 - 8
of
8
) sorted by relevance
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H
A
D
marquee_component.cpp
38
SetRollSpeed
();
in CreateNativeViews()
70
SetRollSpeed
();
in SetScrollamount()
81
SetRollSpeed
();
in SetScrolldelay()
84
void MarqueeComponent::
SetRollSpeed
()
in SetRollSpeed()
function in OHOS::ACELite::MarqueeComponent
94
uiLabel->
SetRollSpeed
(rollSpeed);
in SetRollSpeed()
96
uiLabel->
SetRollSpeed
(scrollamount_);
in SetRollSpeed()
H
A
D
marquee_component.h
37
void
SetRollSpeed
();
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_arc_label.cpp
71
void
SetRollSpeed
(uint16_t speed)
in SetRollSpeed()
function in OHOS::ArcLabelAnimator
440
animator->
SetRollSpeed
(animator_.speed);
in Start()
473
void UIArcLabel::
SetRollSpeed
(const uint16_t speed)
in SetRollSpeed()
function in OHOS::UIArcLabel
476
static_cast<ArcLabelAnimator*>(animator_.animator)->
SetRollSpeed
(speed);
in SetRollSpeed()
H
A
D
ui_label.cpp
408
void UILabel::
SetRollSpeed
(uint16_t speed)
in SetRollSpeed()
function in OHOS::UILabel
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_label.h
359
void
SetRollSpeed
(uint16_t speed);
H
A
D
ui_arc_label.h
389
void
SetRollSpeed
(const uint16_t speed);
/foundation/arkui/ui_lite/test/unittest/components/
H
A
D
ui_label_unit_test.cpp
307
* @tc.desc: Verify
SetRollSpeed
function.
317
label_->
SetRollSpeed
(RollSpeed);
in HWTEST_F()
/foundation/arkui/ui_lite/test/uitest/test_arc_label/
H
A
D
ui_test_arc_label.cpp
154
label->
SetRollSpeed
(ANIMATOR_SPEED);
Completed in 6 milliseconds