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:pointerIdList
(Results
1 - 6
of
6
) sorted by relevance
/foundation/barrierfree/accessibility/services/test/mock/multimodalinput/src/
H
A
D
mock_pointer_event.cpp
232
std::vector<int32_t>
pointerIdList
;
in GetPointerIds()
local
235
pointerIdList
.push_back(item.GetPointerId());
in GetPointerIds()
238
return
pointerIdList
;
in GetPointerIds()
/foundation/barrierfree/accessibility/services/aams/src/
H
A
D
accessibility_zoom_gesture.cpp
275
std::vector<int32_t>
pointerIdList
= event.GetPointerIds();
in RecognizeInZoomStateDownEvent()
local
276
size_t pointerCount =
pointerIdList
.size();
in RecognizeInZoomStateDownEvent()
312
std::vector<int32_t>
pointerIdList
= event.GetPointerIds();
in RecognizeInZoomState()
local
313
size_t pointerCount =
pointerIdList
.size();
in RecognizeInZoomState()
473
std::vector<int32_t>
pointerIdList
= event.GetPointerIds();
in CalcFocusCoordinate()
local
474
size_t count =
pointerIdList
.size();
in CalcFocusCoordinate()
491
for (int32_t pointerId :
pointerIdList
) {
in CalcFocusCoordinate()
515
std::vector<int32_t>
pointerIdList
= event.GetPointerIds();
in CalcScaleSpan()
local
516
size_t count =
pointerIdList
.size();
in CalcScaleSpan()
533
for (int32_t pointerId :
pointerIdList
) {
in CalcScaleSpan()
624
std::vector<int32_t>
pointerIdList
= event.GetPointerIds();
IsKnuckles()
local
[all...]
/foundation/multimodalinput/input/service/event_dispatch/test/
H
A
D
event_dispatch_test.cpp
435
std::vector<int32_t>
pointerIdList
;
in HWTEST_F()
local
437
pointerIdList
.push_back(pointerEvent->pointerId_);
in HWTEST_F()
439
pointerIdList
.push_back(pointerEvent->pointerId_);
in HWTEST_F()
440
EXPECT_TRUE(
pointerIdList
.size() > 1);
in HWTEST_F()
498
std::vector<int32_t>
pointerIdList
;
in HWTEST_F()
local
499
pointerIdList
.push_back(1);
in HWTEST_F()
500
pointerIdList
.push_back(2);
in HWTEST_F()
501
EXPECT_TRUE(
pointerIdList
.size() > 1);
in HWTEST_F()
519
std::vector<int32_t>
pointerIdList
;
in HWTEST_F()
local
520
pointerIdList
in HWTEST_F()
1387
std::vector<int32_t>
pointerIdList
;
HWTEST_F()
local
[all...]
/foundation/multimodalinput/input/service/event_dispatch/src/
H
A
D
event_dispatch_handler.cpp
84
auto
pointerIdList
= pointerEvent->GetPointerIds();
in FilterInvalidPointerItem()
local
85
if (
pointerIdList
.size() > 1) {
in FilterInvalidPointerItem()
86
for (const auto& id :
pointerIdList
) {
in FilterInvalidPointerItem()
95
MMI_HILOGD("
pointerIdList
size:%{public}zu", pointerEvent->GetPointerIds().size());
in FilterInvalidPointerItem()
/foundation/multimodalinput/input/service/window_manager/src/
H
A
D
touch_drawing_manager.cpp
469
auto
pointerIdList
= pointerEvent_->GetPointerIds();
in DrawBubble()
local
470
for (auto pointerId :
pointerIdList
) {
in DrawBubble()
522
auto
pointerIdList
= pointerEvent_->GetPointerIds();
in DrawPointerPositionHandler()
local
523
for (auto pointerId :
pointerIdList
) {
in DrawPointerPositionHandler()
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H
A
D
pointer_event.cpp
729
std::vector<int32_t>
pointerIdList
;
in GetPointerIds()
local
731
pointerIdList
.push_back(item.GetPointerId());
in GetPointerIds()
733
return
pointerIdList
;
in GetPointerIds()
Completed in 8 milliseconds