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:secondPointOffset
(Results
1 - 3
of
3
) sorted by relevance
/foundation/barrierfree/accessibility/services/test/xts/src/sa_get_attribute_value/
H
A
D
sa_get_attribute_value_benchmark.cpp
856
std::vector<float> &
secondPointOffset
) const
in GetPointOffset()
896
secondPointOffset
.push_back(xPointS - xPointDownS); // secondOffsetX
in GetPointOffset()
897
secondPointOffset
.push_back(yPointS - yPointDownS); // secondOffsetY
in GetPointOffset()
905
std::vector<float>
secondPointOffset
;
in IsDragGestureAccept()
local
906
GetPointOffset(event, firstPointOffset,
secondPointOffset
);
in IsDragGestureAccept()
907
if (firstPointOffset.size() != SCREEN_AXIS_NUM ||
secondPointOffset
.size() != SCREEN_AXIS_NUM) {
in IsDragGestureAccept()
913
float secondOffsetX =
secondPointOffset
[0];
in IsDragGestureAccept()
914
float secondOffsetY =
secondPointOffset
[1];
in IsDragGestureAccept()
935
std::vector<float>
secondPointOffset
;
in IsRealMoveState()
local
936
GetPointOffset(event, firstPointOffset,
secondPointOffset
);
in IsRealMoveState()
[all...]
/foundation/barrierfree/accessibility/services/aams/src/
H
A
D
accessibility_touch_guider.cpp
856
std::vector<float> &
secondPointOffset
) const
in GetPointOffset()
896
secondPointOffset
.push_back(xPointS - xPointDownS); // secondOffsetX
in GetPointOffset()
897
secondPointOffset
.push_back(yPointS - yPointDownS); // secondOffsetY
in GetPointOffset()
905
std::vector<float>
secondPointOffset
;
in IsDragGestureAccept()
local
906
GetPointOffset(event, firstPointOffset,
secondPointOffset
);
in IsDragGestureAccept()
907
if (firstPointOffset.size() != SCREEN_AXIS_NUM ||
secondPointOffset
.size() != SCREEN_AXIS_NUM) {
in IsDragGestureAccept()
913
float secondOffsetX =
secondPointOffset
[0];
in IsDragGestureAccept()
914
float secondOffsetY =
secondPointOffset
[1];
in IsDragGestureAccept()
935
std::vector<float>
secondPointOffset
;
in IsRealMoveState()
local
936
GetPointOffset(event, firstPointOffset,
secondPointOffset
);
in IsRealMoveState()
[all...]
/foundation/barrierfree/accessibility/services/aams/include/
H
A
D
accessibility_touch_guider.h
355
std::vector<float> &
secondPointOffset
) const;
Completed in 7 milliseconds