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:touchList
(Results
1 - 12
of
12
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H
A
D
js_touch_function.cpp
65
const std::list<TouchLocationInfo>&
touchList
= info.GetTouches();
in CreateJSEventInfo()
local
67
for (const TouchLocationInfo& location :
touchList
) {
in CreateJSEventInfo()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/hyperlink/
H
A
D
hyperlink_pattern.cpp
201
auto
touchList
= info.GetChangedTouches();
in OnTouchEvent()
local
202
CHECK_NULL_VOID(!
touchList
.empty());
in OnTouchEvent()
203
auto touchInfo =
touchList
.front();
in OnTouchEvent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/
H
A
D
patternlock_pattern.cpp
264
auto
touchList
= info.GetChangedTouches();
in HandleTouchEvent()
local
265
CHECK_NULL_VOID(!
touchList
.empty());
in HandleTouchEvent()
267
fingerId_ =
touchList
.front().GetFingerId();
in HandleTouchEvent()
269
for (const auto& touchInfo :
touchList
) {
in HandleTouchEvent()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H
A
D
cj_frontend.cpp
81
auto
touchList
= touchInfo->GetTouches();
in TouchInfoToString()
local
82
for (const auto& location :
touchList
) {
in TouchInfoToString()
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H
A
D
plugin_frontend.cpp
63
auto
touchList
= touchInfo->GetTouches();
in TouchInfoToString()
local
64
for (const auto& location :
touchList
) {
in TouchInfoToString()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H
A
D
js_frontend.cpp
29
auto
touchList
= touchInfo->GetTouches();
in TouchInfoToString()
local
30
for (const auto& location :
touchList
) {
in TouchInfoToString()
/foundation/arkui/ace_engine/component_ext/movingphoto/
H
A
D
movingphoto_pattern.cpp
249
auto
touchList
= info.GetChangedTouches();
in HandleTouchEvent()
local
250
CHECK_NULL_VOID(!
touchList
.empty());
in HandleTouchEvent()
251
auto touchInfo =
touchList
.front();
in HandleTouchEvent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H
A
D
slider_pattern.cpp
660
auto
touchList
= info.GetChangedTouches();
in HandleTouchEvent()
local
661
CHECK_NULL_VOID(!
touchList
.empty());
in HandleTouchEvent()
662
auto touchInfo =
touchList
.front();
in HandleTouchEvent()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H
A
D
declarative_frontend.cpp
67
auto
touchList
= touchInfo->GetTouches();
in TouchInfoToString()
local
68
for (const auto& location :
touchList
) {
in TouchInfoToString()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H
A
D
arkts_native_frame_node_bridge.cpp
592
const std::list<TouchLocationInfo>&
touchList
= info.GetTouches();
594
for (const TouchLocationInfo& location :
touchList
) {
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H
A
D
web_pattern.cpp
6452
const std::list<TouchLocationInfo>&
touchList
= tempTouchInfo.GetTouches();
in SetTouchLocationInfo()
local
6453
for (const TouchLocationInfo& location :
touchList
) {
in SetTouchLocationInfo()
6460
for (const TouchLocationInfo& location :
touchList
) {
in SetTouchLocationInfo()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_web.cpp
4939
const std::list<TouchLocationInfo>&
touchList
= info.GetTouches();
in NativeEmbeadTouchToJSValue()
local
4940
for (const TouchLocationInfo& location :
touchList
) {
in NativeEmbeadTouchToJSValue()
Completed in 36 milliseconds