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:GetFingers
(Results
1 - 6
of
6
) sorted by relevance
/test/testfwk/arkxtest/uitest/core/
H
A
D
ui_action.cpp
118
recv.At(recv.
GetFingers
() - 1, index).flags_ = type_;
in Decompose()
127
recv.At(recv.
GetFingers
() - 1, index).flags_ = type_;
in Decompose()
152
PointerMatrix pointer3(pointer1.
GetFingers
() + pointer2.
GetFingers
(), pointer1.GetSteps());
in Decompose()
164
PointerMatrix matrix(pointers_.
GetFingers
(), pointers_.GetSteps() + 1);
in Decompose()
166
for (uint32_t finger = 0; finger < pointers_.
GetFingers
(); finger++) {
in Decompose()
262
uint32_t PointerMatrix::
GetFingers
() const
in GetFingers()
function in OHOS::uitest::PointerMatrix
H
A
D
ui_action.h
127
uint32_t
GetFingers
() const;
H
A
D
frontend_api_handler.cpp
927
for (uint32_t fingerIndex = 0; fingerIndex < pointer.
GetFingers
(); fingerIndex++) {
in CheckMultiPointerOperatorsPoint()
1435
if (finger < 0 || finger >= pointer.
GetFingers
()) {
in RegisterPointerMatrixOperators()
/test/testfwk/arkxtest/uitest/test/
H
A
D
mock_controller.h
54
touch_event_records_ = std::make_unique<PointerMatrix>(events.
GetFingers
(), events.GetSteps());
56
for (int finger = 0; finger < events.
GetFingers
(); finger++) {
H
A
D
widget_operator_test.cpp
250
auto fin = MockController::touch_event_records_->
GetFingers
() - 1;
in TEST_F()
262
for (uint32_t finger = 0; finger < MockController::touch_event_records_->
GetFingers
(); finger++) {
in TEST_F()
H
A
D
ui_action_test.cpp
289
ASSERT_EQ(2, pointer.
GetFingers
());
in TEST_F()
298
for (uint32_t eventFinger = 0; eventFinger < events.
GetFingers
(); eventFinger++) {
in TEST_F()
334
ASSERT_EQ(4, pointer.
GetFingers
());
in TEST_F()
344
for (uint32_t eventFinger = 0; eventFinger < events.
GetFingers
(); eventFinger++) {
in TEST_F()
Completed in 7 milliseconds