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:TOUCH_SLOP
(Results
1 - 5
of
5
) sorted by relevance
/foundation/barrierfree/accessibility/services/aams/src/
H
A
D
accessibility_multifinger_multitap.cpp
30
constexpr float
TOUCH_SLOP
= 8.0f;
member
174
touchSlop_ =
TOUCH_SLOP
;
in AccessibilityMultiTapGestureRecognizer()
180
touchSlop_ =
TOUCH_SLOP
;
in AccessibilityMultiTapGestureRecognizer()
682
if (!isMoveGestureRecognizing && hypot(offsetX, offsetY) >
TOUCH_SLOP
* downPointSize) {
in HandleMultiFingerMoveEvent()
H
A
D
accessibility_gesture_recognizer.cpp
27
constexpr float
TOUCH_SLOP
= 8.0f;
member
218
if (isDoubleTap_ && duration >
TOUCH_SLOP
) {
in HandleTouchMoveEvent()
H
A
D
accessibility_screen_touch.cpp
58
constexpr float
TOUCH_SLOP
= 8.0f;
member
361
if (duration >
TOUCH_SLOP
) {
in HandleResponseDelayStateInnerMove()
/foundation/multimodalinput/input/service/window_manager/src/
H
A
D
touch_drawing_manager.cpp
55
constexpr int32_t
TOUCH_SLOP
{ 30 };
562
color = std::abs(dx) <
TOUCH_SLOP
? LABELS_DEFAULT_COLOR : LABELS_RED_COLOR;
in Snapshot()
564
color = std::abs(dy) <
TOUCH_SLOP
? LABELS_DEFAULT_COLOR : LABELS_RED_COLOR;
in Snapshot()
685
color = std::abs(dx) <
TOUCH_SLOP
? LABELS_DEFAULT_COLOR : LABELS_RED_COLOR;
in DrawLabels()
687
color = std::abs(dy) <
TOUCH_SLOP
? LABELS_DEFAULT_COLOR : LABELS_RED_COLOR;
in DrawLabels()
/foundation/multimodalinput/input/service/event_handler/src/
H
A
D
event_normalize_handler.cpp
72
[[ maybe_unused ]] constexpr double
TOUCH_SLOP
{ 1.0 };
767
bool isMoveEventFiltered = MMI_LNE(offset,
TOUCH_SLOP
);
in HandleTouchEventWithFlag()
Completed in 7 milliseconds