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:SetRotateFactor
(Results
1 - 5
of
5
) sorted by relevance
/foundation/arkui/ui_lite/test/unittest/rotate/
H
A
D
ui_rotate_input_unit_test.cpp
39
* @tc.desc: Verify UIRotateInput::
SetRotateFactor
function.
46
scroll->
SetRotateFactor
(10); // 10 : rotate factor
in HWTEST_F()
53
* @tc.desc: Verify UIRotateInput::
SetRotateFactor
function.
60
swipe->
SetRotateFactor
(10); // 10 : rotate factor
in HWTEST_F()
67
* @tc.desc: Verify UIRotateInput::
SetRotateFactor
function.
74
list->
SetRotateFactor
(10); // 10 : rotate factor
in HWTEST_F()
81
* @tc.desc: Verify UIRotateInput::
SetRotateFactor
function.
88
list->
SetRotateFactor
(20); // 10 : rotate factor
in HWTEST_F()
95
* @tc.desc: Verify UIRotateInput::
SetRotateFactor
function.
102
slider->
SetRotateFactor
(1
in HWTEST_F()
[all...]
/foundation/arkui/ui_lite/test/uitest/test_rotate_input/
H
A
D
ui_test_rotate_input.cpp
72
static_cast<UISwipeView*>(view_)->
SetRotateFactor
(factor_);
75
static_cast<UIScrollView*>(view_)->
SetRotateFactor
(factor_);
95
container_->
SetRotateFactor
(20); // 20 : rotate factor for container
in SetUp()
217
list_->
SetRotateFactor
(10); // 10 : rotate factor
in UIKitRotateEventList001()
242
scroll_->
SetRotateFactor
(10); // 10 : rotateFactor
in UIKitRotateEventScrollView002()
298
swipe_->
SetRotateFactor
(30); // 30 : rotate factor
in UIKitRotateEventSwipeView003()
346
static_cast<UIList*>(hour)->
SetRotateFactor
(5); // 5: rotate factor
in UIKitRotateEventTimePicker005()
353
static_cast<UIList*>(minute)->
SetRotateFactor
(5); // 5: rotate factor
in UIKitRotateEventTimePicker005()
360
static_cast<UIList*>(second)->
SetRotateFactor
(5); // 5: rotate factor
in UIKitRotateEventTimePicker005()
382
picker_->
SetRotateFactor
(
in UIKitRotateEventPicker006()
[all...]
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_picker.h
496
void
SetRotateFactor
(float factor)
in SetRotateFactor()
function in OHOS::UIPicker
498
list_.
SetRotateFactor
(factor);
in SetRotateFactor()
H
A
D
ui_slider.h
256
void
SetRotateFactor
(float factor)
in SetRotateFactor()
function in OHOS::UISlider
H
A
D
ui_abstract_scroll.h
301
void
SetRotateFactor
(float factor)
in SetRotateFactor()
function in OHOS::UIAbstractScroll
Completed in 4 milliseconds