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:rotateFactor_
(Results
1 - 8
of
8
) sorted by relevance
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_slider.h
246
return
rotateFactor_
;
in GetRotateFactor()
259
rotateFactor_
= (factor > 0) ? MAX_ROTATE_FACTOR : -MAX_ROTATE_FACTOR;
in SetRotateFactor()
262
rotateFactor_
= factor;
in SetRotateFactor()
350
float
rotateFactor_
;
member in OHOS::UISlider
H
A
D
ui_abstract_scroll.h
291
return
rotateFactor_
;
in GetRotateFactor()
304
rotateFactor_
= (factor > 0) ? MAX_ROTATE_FACTOR : -MAX_ROTATE_FACTOR;
in SetRotateFactor()
307
rotateFactor_
= factor;
in SetRotateFactor()
541
float
rotateFactor_
;
member in OHOS::UIAbstractScroll
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_scroll_view.cpp
28
rotateFactor_
= DEFAULT_SCROLL_VIEW_ROTATE_FACTOR;
in UIScrollView()
95
int16_t rotateLen = static_cast<int16_t>(event.GetRotate() *
rotateFactor_
);
in OnRotateEvent()
H
A
D
ui_abstract_scroll.cpp
140
rotateFactor_
= DEFAULT_SCROLL_VIEW_ROTATE_FACTOR;
360
int16_t rotateLen = static_cast<int16_t>(event.GetRotate() *
rotateFactor_
);
in OnRotateEvent()
H
A
D
ui_swipe_view.cpp
26
rotateFactor_
= DEFAULT_SWIPE_VIEW_ROTATE_FACTOR;
in UISwipeView()
201
int16_t rotateLen = static_cast<int16_t>(event.GetRotate() *
rotateFactor_
);
in OnRotateEvent()
H
A
D
ui_slider.cpp
37
rotateFactor_
= DEFAULT_SLIDER_ROTATE_FACTOR;
in UISlider()
365
cachedRotation_ += event.GetRotate() *
rotateFactor_
;
in OnRotateEvent()
H
A
D
ui_picker.cpp
134
list_.
rotateFactor_
= DEFAULT_PICKER_ROTATE_FACTOR;
in UIPicker()
H
A
D
ui_list.cpp
168
rotateFactor_
= DEFAULT_LIST_ROTATE_FACTOR;
in UIList()
Completed in 7 milliseconds