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:moveDelta
(Results
1 - 3
of
3
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H
A
D
render_single_child_scroll.cpp
165
double
moveDelta
= 0.0;
in MoveChildToViewPort()
local
171
moveDelta
= childPosition - viewMin - effectSize;
in MoveChildToViewPort()
173
moveDelta
= childPosition + childSize + effectSize - viewMax;
in MoveChildToViewPort()
175
JumpToPosition(GetCurrentPosition() +
moveDelta
);
in MoveChildToViewPort()
/foundation/barrierfree/accessibility/services/aams/src/
H
A
D
accessibility_multifinger_multitap.cpp
385
float
moveDelta
= FLT_MAX;
in IsDoubelTapSlopConditionMatch()
local
400
moveDelta
= 0;
in IsDoubelTapSlopConditionMatch()
405
if (delta <
moveDelta
) {
in IsDoubelTapSlopConditionMatch()
406
moveDelta
= delta;
in IsDoubelTapSlopConditionMatch()
410
HILOG_DEBUG("
moveDelta
= %{public}f, right = %{public}d",
moveDelta
, doubleTapOffsetThresh_ * fingerNum);
in IsDoubelTapSlopConditionMatch()
411
if (
moveDelta
< doubleTapOffsetThresh_ * fingerNum) {
in IsDoubelTapSlopConditionMatch()
/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H
A
D
list_swipe_test_ng.cpp
1057
float
moveDelta
= 1;
in HWTEST_F()
local
1061
HandleDragUpdate(
moveDelta
);
in HWTEST_F()
1071
moveDelta
= -1;
in HWTEST_F()
1074
HandleDragUpdate(
moveDelta
);
in HWTEST_F()
1109
float
moveDelta
= -1;
in HWTEST_F()
local
1113
HandleDragUpdate(
moveDelta
);
in HWTEST_F()
1125
moveDelta
= 1;
in HWTEST_F()
1128
HandleDragUpdate(
moveDelta
);
in HWTEST_F()
Completed in 5 milliseconds