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:slop
(Results
1 - 4
of
4
) sorted by relevance
/foundation/barrierfree/accessibility/services/aams/src/
H
A
D
accessibility_gesture_recognizer.cpp
80
int32_t
slop
= static_cast<int32_t>(densityPixels * DOUBLE_TAP_SLOP + 0.5f);
in AccessibilityGestureRecognizer()
local
81
doubleTapScaledSlop_ =
slop
*
slop
;
in AccessibilityGestureRecognizer()
87
int32_t
slop
= static_cast<int32_t>(1 * DOUBLE_TAP_SLOP + 0.5f);
in AccessibilityGestureRecognizer()
local
88
doubleTapScaledSlop_ =
slop
*
slop
;
in AccessibilityGestureRecognizer()
219
HILOG_DEBUG("Cancel double tap event because the finger moves beyond preset
slop
.");
in HandleTouchMoveEvent()
H
A
D
accessibility_multifinger_multitap.cpp
172
int32_t
slop
= static_cast<int32_t>(density * DOUBLE_TAP_SLOP + SLOP_DELTA);
in AccessibilityMultiTapGestureRecognizer()
local
173
doubleTapOffsetThresh_ =
slop
;
in AccessibilityMultiTapGestureRecognizer()
/foundation/arkui/ace_engine/frameworks/core/gestures/
H
A
D
click_recognizer.cpp
284
Offset
slop
= currentFocusPoint - focusPoint_;
in ExceedSlop()
local
285
if (GreatOrEqual(
slop
.GetDistance(), MULTI_TAP_SLOP)) {
in ExceedSlop()
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H
A
D
click_recognizer.cpp
261
TAG_LOGW(AceLogTag::ACE_GESTURE, "Fail to detect multi finger tap due to offset is out of
slop
");
in UpdateInfoWithDownEvent()
426
Offset
slop
= currentFocusPoint - focusPoint_;
in ExceedSlop()
local
427
if (GreatOrEqual(PipelineBase::Px2VpWithCurrentDensity(
slop
.GetDistance()), MAX_THRESHOLD_MANYTAP)) {
in ExceedSlop()
Completed in 4 milliseconds