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:moveDirection
(Results
1 - 5
of
5
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H
A
D
calendar_pattern.h
91
void SetMoveDirection(NG::Direction
moveDirection
)
in SetMoveDirection()
argument
93
moveDirection_ =
moveDirection
;
in SetMoveDirection()
/foundation/barrierfree/accessibility/services/aams/src/
H
A
D
accessibility_multifinger_multitap.cpp
318
moveDirection
= -1;
in Clear()
617
moveDirection
= currentDirection;
in SaveMoveGesturePointerInfo()
622
if (
moveDirection
!= currentDirection) {
in SaveMoveGesturePointerInfo()
735
if (GetSwipeDirection(dx, dy) !=
moveDirection
) {
in recognizeGesturePath()
748
switch (
moveDirection
) {
in GetMoveGestureId()
761
switch (
moveDirection
) {
in GetMoveGestureId()
829
moveDirection
= -1;
in HandleMultiFingerTouchUpEvent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H
A
D
overlength_dot_indicator_modifier.h
69
void SetMoveDirection(OverlongIndicatorMove
moveDirection
)
in SetMoveDirection()
argument
71
moveDirection_ =
moveDirection
;
in SetMoveDirection()
/foundation/barrierfree/accessibility/services/aams/include/
H
A
D
accessibility_multifinger_multitap.h
376
* @brief Get the matched move gesture by
moveDirection
and fingerNum.
432
int32_t
moveDirection
= -1;
member in OHOS::Accessibility::AccessibilityMultiTapGestureRecognizer
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H
A
D
swiper_event_test_ng.cpp
35
GestureEvent CreateDragInfo(bool
moveDirection
);
72
GestureEvent SwiperEventTestNg::CreateDragInfo(bool
moveDirection
)
in CreateDragInfo()
argument
78
info.SetMainDelta(
moveDirection
? -DRAG_DELTA : DRAG_DELTA);
in CreateDragInfo()
79
info.SetMainVelocity(
moveDirection
? -2000.f : 2000.f);
in CreateDragInfo()
Completed in 5 milliseconds