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
defs:fingerList
(Results
1 - 12
of
12
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/gestures/
H
A
D
multi_fingers_recognizer.cpp
75
SetFingerList(const std::map<int32_t, TouchEvent> touchPoints, const Offset& coordinateOffset, std::list<FingerInfo>&
fingerList
)
SetFingerList()
argument
H
A
D
gesture_event.h
145
void SetFingerList(const std::list<FingerInfo>&
fingerList
)
in SetFingerList()
argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H
A
D
js_gesture_function.cpp
80
const std::list<FingerInfo>&
fingerList
= info.GetFingerList();
in CreateFingerListArray()
local
H
A
D
js_gesture_judge_function.cpp
186
const std::list<FingerInfo>&
fingerList
= info->GetFingerList();
in CreateGestureEventObject()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/
H
A
D
base_gesture_event.h
34
void SetFingerList(const std::list<FingerInfo>&
fingerList
)
in SetFingerList()
argument
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H
A
D
cj_common_ffi.h
216
CJFingerInfo*
fingerList
;
member
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
node_gesture_modifier.cpp
293
auto
fingerList
= info->GetFingerList();
local
/foundation/arkui/ace_engine/interfaces/napi/kits/observer/
H
A
D
ui_observer_listener.cpp
499
const std::list<FingerInfo>&
fingerList
= gestureEventInfo.GetFingerList();
in AddFingerListInfo()
local
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H
A
D
text_testfive_ng.cpp
2136
std::list<FingerInfo>
fingerList
;
in HWTEST_F()
local
/foundation/multimodalinput/input/tools/inject_event/src/
H
A
D
input_manager_command.cpp
998
std::vector<FingerInfo>
fingerList
;
in ParseCommand()
local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H
A
D
slider_pattern.cpp
796
auto
fingerList
= info.GetFingerList();
in HandlingGestureEvent()
local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H
A
D
arkts_native_common_bridge.cpp
6023
const std::list<FingerInfo>&
fingerList
= info->GetFingerList();
in CreateGestureEventInfo()
local
6468
const std::list<FingerInfo>&
fingerList
= info.GetFingerList();
in CreateFingerListArray()
local
Completed in 37 milliseconds