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:zoomGesture_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/barrierfree/accessibility/services/aams/test/unittest/
H
A
D
accessibility_zoom_gesture_test.cpp
45
std::shared_ptr<AccessibilityZoomGesture>
zoomGesture_
= nullptr;
member in OHOS::Accessibility::AccessibilityZoomGestureUnitTest
63
zoomGesture_
= std::make_shared<AccessibilityZoomGesture>();
in SetUp()
69
zoomGesture_
= nullptr;
in TearDown()
86
if (!
zoomGesture_
) {
in TripleTaps()
98
zoomGesture_
->OnPointerEvent(*eventDown);
in TripleTaps()
107
zoomGesture_
->OnPointerEvent(*eventUp);
in TripleTaps()
119
if (!
zoomGesture_
) {
in HWTEST_F()
128
zoomGesture_
->OnPointerEvent(*event);
in HWTEST_F()
144
if (!
zoomGesture_
) {
in HWTEST_F()
156
zoomGesture_
in HWTEST_F()
[all...]
H
A
D
accessibility_setting_provider_test.cpp
1054
if (!
zoomGesture_
) {
in HWTEST_F()
1063
zoomGesture_
->OnPointerEvent(*event);
in HWTEST_F()
1079
if (!
zoomGesture_
) {
in HWTEST_F()
1091
zoomGesture_
->OnPointerEvent(*eventDown);
in HWTEST_F()
1098
zoomGesture_
->OnPointerEvent(*eventUp);
in HWTEST_F()
1158
zoomGesture_
->OnPointerEvent(*eventDown);
in HWTEST_F()
1192
zoomGesture_
->OnPointerEvent(*eventDown);
in HWTEST_F()
1209
zoomGesture_
->OnPointerEvent(*eventMove);
in HWTEST_F()
1245
zoomGesture_
->OnPointerEvent(*eventDown);
in HWTEST_F()
1251
zoomGesture_
in HWTEST_F()
[all...]
/foundation/barrierfree/accessibility/services/aams/include/
H
A
D
accessibility_zoom_gesture.h
58
AccessibilityZoomGesture &
zoomGesture_
;
member in OHOS::Accessibility::AccessibilityZoomGesture::ZoomGestureEventHandler
/foundation/barrierfree/accessibility/services/aams/src/
H
A
D
accessibility_zoom_gesture.cpp
725
AccessibilityZoomGesture &zoomGesture): AppExecFwk::EventHandler(runner),
zoomGesture_
(zoomGesture)
in ZoomGestureEventHandler()
738
zoomGesture_
.SendCacheEventsToNext();
in ProcessEvent()
Completed in 5 milliseconds