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:GestureHandler
(Results
1 - 9
of
9
) sorted by relevance
/foundation/barrierfree/accessibility/services/aams/include/
H
A
D
accessibility_gesture_recognizer.h
54
class
GestureHandler
: public AppExecFwk::EventHandler {
class
56
GestureHandler
(const std::shared_ptr<AppExecFwk::EventRunner> &runner, AccessibilityGestureRecognizer &server);
57
virtual ~
GestureHandler
() = default;
364
std::shared_ptr<
GestureHandler
> handler_ = nullptr;
/foundation/barrierfree/accessibility/services/aams/test/mock/include/
H
A
D
mock_accessibility_gesture_recognizer.h
24
class MockGestureHandler : public
GestureHandler
{
/foundation/barrierfree/accessibility/services/test/moduletest/mock/include/
H
A
D
mock_mt_accessibility_gesture_recognizer.h
24
class MockMtGestureHandler : public
GestureHandler
{
/foundation/barrierfree/accessibility/services/test/xts/inc/
H
A
D
mock_accessibility_gesture_recognizer.h
24
class MockGestureHandler : public
GestureHandler
{
/foundation/barrierfree/accessibility/services/aams/src/
H
A
D
accessibility_gesture_recognizer.cpp
30
GestureHandler
::
GestureHandler
(const std::shared_ptr<AppExecFwk::EventRunner> &runner,
in GestureHandler()
function in OHOS::Accessibility::GestureHandler
35
void
GestureHandler
::ProcessEvent(const AppExecFwk::InnerEvent::Pointer &event)
in ProcessEvent()
96
handler_ = std::make_shared<
GestureHandler
>(runner_, *this);
in AccessibilityGestureRecognizer()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H
A
D
input_handler_manager.h
69
struct
GestureHandler
{
struct in OHOS::MMI::InputHandlerManager
81
GestureHandler
gestureHandler_;
/foundation/multimodalinput/input/service/event_handler/test/
H
A
D
event_normalize_handler_ex_test.cpp
99
GestureHandler
gestureHandler;
in HWTEST_F()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H
A
D
input_handler_manager.cpp
785
GestureHandler
&gestureHandler = iter->second.gestureHandler_;
in IsMatchGesture()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H
A
D
arkComponent.js
4332
class
GestureHandler
{
4338
class TapGestureHandler extends
GestureHandler
{
4360
class LongPressGestureHandler extends
GestureHandler
{
4396
class PanGestureHandler extends
GestureHandler
{
4437
class SwipeGestureHandler extends
GestureHandler
{
4463
class PinchGestureHandler extends
GestureHandler
{
4503
class RotationGestureHandler extends
GestureHandler
{
4543
class GestureGroupHandler extends
GestureHandler
{
Completed in 25 milliseconds