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:pointerS
(Results
1 - 4
of
4
) sorted by relevance
/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H
A
D
mock_accessibility_touch_guider.cpp
475
MMI::PointerEvent::PointerItem
pointerS
= {};
in HandleDraggingStateInnerMove()
local
477
event.GetPointerItem(pIds[INDEX_1],
pointerS
);
in HandleDraggingStateInnerMove()
479
float xPointS =
pointerS
.GetDisplayX();
in HandleDraggingStateInnerMove()
481
float yPointS =
pointerS
.GetDisplayY();
in HandleDraggingStateInnerMove()
520
MMI::PointerEvent::PointerItem
pointerS
= {};
in IsDragGestureAccept()
local
524
if (!event.GetPointerItem(pIds[1],
pointerS
)) {
in IsDragGestureAccept()
529
float xPointS =
pointerS
.GetDisplayX();
in IsDragGestureAccept()
531
float yPointS =
pointerS
.GetDisplayY();
in IsDragGestureAccept()
/foundation/barrierfree/accessibility/services/test/moduletest/mock/src/
H
A
D
mock_mt_accessibility_touch_guider.cpp
475
MMI::PointerEvent::PointerItem
pointerS
= {};
in HandleDraggingStateInnerMove()
local
477
event.GetPointerItem(pIds[INDEX_1],
pointerS
);
in HandleDraggingStateInnerMove()
479
float xPointS =
pointerS
.GetDisplayX();
in HandleDraggingStateInnerMove()
481
float yPointS =
pointerS
.GetDisplayY();
in HandleDraggingStateInnerMove()
520
MMI::PointerEvent::PointerItem
pointerS
= {};
in IsDragGestureAccept()
local
524
if (!event.GetPointerItem(pIds[1],
pointerS
)) {
in IsDragGestureAccept()
529
float xPointS =
pointerS
.GetDisplayX();
in IsDragGestureAccept()
531
float yPointS =
pointerS
.GetDisplayY();
in IsDragGestureAccept()
/foundation/barrierfree/accessibility/services/test/xts/src/sa_get_attribute_value/
H
A
D
sa_get_attribute_value_benchmark.cpp
814
MMI::PointerEvent::PointerItem
pointerS
= {};
in HandleDraggingStateInnerMove()
local
816
event.GetPointerItem(pIds[INDEX_1],
pointerS
);
in HandleDraggingStateInnerMove()
818
float xPointS =
pointerS
.GetDisplayX();
in HandleDraggingStateInnerMove()
820
float yPointS =
pointerS
.GetDisplayY();
in HandleDraggingStateInnerMove()
866
MMI::PointerEvent::PointerItem
pointerS
= {};
in GetPointOffset()
local
872
if (!event.GetPointerItem(pIds[1],
pointerS
)) {
in GetPointOffset()
878
float xPointS =
pointerS
.GetDisplayX();
in GetPointOffset()
880
float yPointS =
pointerS
.GetDisplayY();
in GetPointOffset()
/foundation/barrierfree/accessibility/services/aams/src/
H
A
D
accessibility_touch_guider.cpp
814
MMI::PointerEvent::PointerItem
pointerS
= {};
in HandleDraggingStateInnerMove()
local
816
event.GetPointerItem(pIds[INDEX_1],
pointerS
);
in HandleDraggingStateInnerMove()
818
float xPointS =
pointerS
.GetDisplayX();
in HandleDraggingStateInnerMove()
820
float yPointS =
pointerS
.GetDisplayY();
in HandleDraggingStateInnerMove()
866
MMI::PointerEvent::PointerItem
pointerS
= {};
in GetPointOffset()
local
872
if (!event.GetPointerItem(pIds[1],
pointerS
)) {
in GetPointOffset()
878
float xPointS =
pointerS
.GetDisplayX();
in GetPointOffset()
880
float yPointS =
pointerS
.GetDisplayY();
in GetPointOffset()
Completed in 6 milliseconds