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:swipeVelocityPps_
(Results
1 - 5
of
5
) sorted by relevance
/test/testfwk/arkxtest/uitest/input/
H
A
D
ui_input.cpp
25
if (args.
swipeVelocityPps_
< args.minSwipeVelocityPps_ || args.
swipeVelocityPps_
> args.maxSwipeVelocityPps_) {
in CheckSwipeVelocityPps()
27
args.
swipeVelocityPps_
= args.defaultSwipeVelocityPps_;
in CheckSwipeVelocityPps()
139
uiOpArgs.
swipeVelocityPps_
= atoi(argv[FOUR]);
in FlingActionInput()
151
uiOpArgs.
swipeVelocityPps_
= (uint32_t)atoi(argv[SEVEN]);
in FlingActionInput()
183
uiOpArgs.
swipeVelocityPps_
= (uint32_t)atoi(argv[SEVEN]);
in SwipeActionInput()
/test/testfwk/arkxtest/uitest/test/
H
A
D
ui_action_test.cpp
43
customOptions_.
swipeVelocityPps_
= CUSTOM_SWIPE_VELOCITY_PPS;
129
opt.
swipeVelocityPps_
= 50; // specify the swipe velocity
in TEST_F()
140
const uint32_t totalCostMs = distance * 1000 / opt.
swipeVelocityPps_
;
in TEST_F()
172
opt.
swipeVelocityPps_
= 800; // specify the swipe velocity
in TEST_F()
180
const uint32_t totalCostMs = distance * 1000 / opt.
swipeVelocityPps_
;
in TEST_F()
219
opt.
swipeVelocityPps_
= 50; // specify the swipe velocity
in TEST_F()
276
opt.
swipeVelocityPps_
= 50; // specify the swipe velocity
in TEST_F()
313
opt.
swipeVelocityPps_
= 600; // specify the swipe velocity
in TEST_F()
359
opt.
swipeVelocityPps_
= 50; // specify the swipe velocity
in TEST_F()
/test/testfwk/arkxtest/uitest/core/
H
A
D
frontend_api_handler.cpp
880
if (args.
swipeVelocityPps_
< args.minSwipeVelocityPps_ || args.
swipeVelocityPps_
> args.maxSwipeVelocityPps_) {
in CheckSwipeVelocityPps()
882
args.
swipeVelocityPps_
= args.defaultSwipeVelocityPps_;
in CheckSwipeVelocityPps()
901
uiOpArgs.
swipeVelocityPps_
= ReadCallArg<uint32_t>(in, INDEX_FOUR, uiOpArgs.
swipeVelocityPps_
);
in RegisterUiDriverTouchOperators()
906
uiOpArgs.
swipeVelocityPps_
= ReadCallArg<uint32_t>(in, INDEX_FOUR, uiOpArgs.
swipeVelocityPps_
);
in RegisterUiDriverTouchOperators()
977
uiOpArgs.
swipeVelocityPps_
= ReadCallArg<uint32_t>(in, INDEX_ONE);
in RegisterUiDriverFlingOperators()
988
uiOpArgs.
swipeVelocityPps_
= ReadCallArg<uint32_t>(in, INDEX_THREE);
in RegisterUiDriverFlingOperators()
1017
uiOpArgs.
swipeVelocityPps_
in RegisterUiDriverMultiPointerOperators()
[all...]
H
A
D
ui_action.cpp
64
const uint32_t timeCostMs = (distance * 1000) / options.
swipeVelocityPps_
;
in DecomposeComputeSwipe()
179
intervalMs = (distance * unitConversionConstant) / options.
swipeVelocityPps_
;
in Decompose()
H
A
D
ui_action.h
152
uint32_t
swipeVelocityPps_
= defaultSwipeVelocityPps_;
member in OHOS::uitest::UiOpArgs
Completed in 6 milliseconds