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:PAN_GESTURE
(Results
1 - 15
of
15
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/
H
A
D
pan_gesture.h
40
gestureInfo_->SetType(GestureTypeName::
PAN_GESTURE
);
in PanGesture()
41
gestureInfo_->SetRecognizerType(GestureTypeName::
PAN_GESTURE
);
in PanGesture()
43
gestureInfo_ = MakeRefPtr<GestureInfo>(GestureTypeName::
PAN_GESTURE
, GestureTypeName::
PAN_GESTURE
, false);
in PanGesture()
50
gestureInfo_->SetType(GestureTypeName::
PAN_GESTURE
);
in PanGesture()
51
gestureInfo_->SetRecognizerType(GestureTypeName::
PAN_GESTURE
);
in PanGesture()
53
gestureInfo_ = MakeRefPtr<GestureInfo>(GestureTypeName::
PAN_GESTURE
, GestureTypeName::
PAN_GESTURE
, false);
in PanGesture()
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H
A
D
pan_event.cpp
130
panRecognizer_->SetRecognizerType(GestureTypeName::
PAN_GESTURE
);
in OnCollectTouchTarget()
/foundation/arkui/ace_engine/test/unittest/core/base/
H
A
D
frame_node_test_ng_coverage_new.cpp
237
recognizer->SetRecognizerType(GestureTypeName::
PAN_GESTURE
);
in HWTEST_F()
249
recognizer2->SetRecognizerType(GestureTypeName::
PAN_GESTURE
);
in HWTEST_F()
/foundation/arkui/ace_engine/interfaces/native/
H
A
D
native_gesture.h
197
PAN_GESTURE
,
enumerator
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H
A
D
js_gesture_judge_function.cpp
125
case OHOS::Ace::GestureTypeName::
PAN_GESTURE
: {
in SetUniqueAttributes()
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H
A
D
constants.h
784
PAN_GESTURE
= 2,
member in OHOS::Ace::GestureTypeName
/foundation/arkui/ace_engine/interfaces/native/node/
H
A
D
gesture_impl.cpp
465
auto* ndkGesture = new ArkUI_GestureRecognizer{
PAN_GESTURE
, nullptr, nullptr, nullptr };
in CreatePanGesture()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
node_gesture_modifier.cpp
321
case OHOS::Ace::GestureTypeName::
PAN_GESTURE
: {
in GetUniqueGestureEvent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/
H
A
D
scroll_bar.cpp
681
panRecognizer_->SetRecognizerType(GestureTypeName::
PAN_GESTURE
);
in OnCollectTouchTarget()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H
A
D
scrollable.cpp
1328
panRecognizerNG_->SetRecognizerType(GestureTypeName::
PAN_GESTURE
);
in OnCollectTouchTarget()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/
H
A
D
scroll_bar_pattern.cpp
808
panRecognizer_->SetRecognizerType(GestureTypeName::
PAN_GESTURE
);
in OnCollectTouchTarget()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H
A
D
rich_editor_pattern.cpp
6578
gestureHub->SetPanEventType(GestureTypeName::
PAN_GESTURE
);
6583
if (gestureInfo->GetType() == GestureTypeName::
PAN_GESTURE
&&
6588
CHECK_NULL_RETURN(gestureInfo->GetType() != GestureTypeName::
PAN_GESTURE
, GestureJudgeResult::REJECT);
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H
A
D
frame_node.cpp
5532
if (!item->IsSystemGesture() || item->GetRecognizerType() != GestureTypeName::
PAN_GESTURE
) {
in TriggerShouldParallelInnerWith()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H
A
D
arkComponent.js
4325
CommonGestureType[CommonGestureType['
PAN_GESTURE
'] = 2] = '
PAN_GESTURE
';
4398
super(CommonGestureType.
PAN_GESTURE
);
4722
case CommonGestureType.
PAN_GESTURE
: {
4796
case CommonGestureType.
PAN_GESTURE
: {
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H
A
D
arkts_native_common_bridge.cpp
6061
case OHOS::Ace::GestureTypeName::
PAN_GESTURE
: {
in SetUniqueAttributes()
Completed in 71 milliseconds