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
defs:gestureGroup
(Results
1 - 7
of
7
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/gestures/
H
A
D
gesture_recognizer.cpp
89
auto
gestureGroup
= gestureGroup_.Upgrade();
in AddToReferee()
local
102
auto
gestureGroup
= gestureGroup_.Upgrade();
in DelFromReferee()
local
116
auto
gestureGroup
= gestureGroup_.Upgrade();
in BatchAdjudicate()
local
H
A
D
gesture_processor.h
68
auto
gestureGroup
= AceType::DynamicCast<GestureGroup>(gestureStack_.top());
in PopGesture()
local
113
auto
gestureGroup
= AceType::DynamicCast<NG::GestureGroup>(gestureStackNG_.top());
in PopGestureNG()
local
H
A
D
gesture_recognizer.h
99
void SetGestureGroup(const WeakPtr<GestureRecognizer>&
gestureGroup
)
in SetGestureGroup()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H
A
D
recognizer_group.cpp
39
RefPtr<GestureGroup>
gestureGroup
= AceType::MakeRefPtr<GestureGroup>(mode);
in CreateGestureFromRecognizer()
local
H
A
D
gesture_recognizer.cpp
260
RefPtr<NGGestureRecognizer>
gestureGroup
;
in BatchAdjudicate()
local
428
bool NGGestureRecognizer::SetGestureGroup(const WeakPtr<NGGestureRecognizer>&
gestureGroup
)
in SetGestureGroup()
argument
438
void NGGestureRecognizer::SetEventImportGestureGroup(const WeakPtr<NGGestureRecognizer>&
gestureGroup
)
in SetEventImportGestureGroup()
argument
[all...]
/foundation/arkui/ace_engine/test/unittest/core/gestures/
H
A
D
gesture_group_test_ng.cpp
714
GestureGroup
gestureGroup
= GestureGroup(GestureMode::Sequence);
in HWTEST_F()
local
805
GestureGroup
gestureGroup
= GestureGroup(GestureMode::Sequence);
HWTEST_F()
local
888
GestureGroup
gestureGroup
= GestureGroup(GestureMode::Sequence);
HWTEST_F()
local
926
GestureGroup
gestureGroup
= GestureGroup(GestureMode::Sequence);
HWTEST_F()
local
959
GestureGroup
gestureGroup
= GestureGroup(GestureMode::Sequence);
HWTEST_F()
local
976
GestureGroup
gestureGroup
= GestureGroup(GestureMode::Sequence);
HWTEST_F()
local
996
GestureGroup
gestureGroup
= GestureGroup(GestureMode::Sequence);
HWTEST_F()
local
1029
GestureGroup
gestureGroup
= GestureGroup(GestureMode::Sequence);
HWTEST_F()
local
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
node_gesture_modifier.cpp
170
auto*
gestureGroup
= reinterpret_cast<GestureGroup*>(group);
in addGestureToGestureGroup()
local
177
auto*
gestureGroup
= reinterpret_cast<GestureGroup*>(group);
in addGestureToGestureGroupWithRefCountDecrease()
local
186
auto*
gestureGroup
= reinterpret_cast<GestureGroup*>(group);
in removeGestureFromGestureGroup()
local
Completed in 6 milliseconds