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:gesture
(Results
1 - 6
of
6
) sorted by relevance
/third_party/libinput/src/
H
A
D
evdev-mt-touchpad-gestures.c
155
if (tp->
gesture
.started)
in tp_gesture_start()
158
switch (tp->
gesture
.state) {
in tp_gesture_start()
162
"%s in unknown
gesture
mode\n",
in tp_gesture_start()
168
tp->
gesture
.finger_count);
in tp_gesture_start()
176
tp->
gesture
.finger_count,
in tp_gesture_start()
182
tp->
gesture
.finger_count,
in tp_gesture_start()
189
tp->
gesture
.started = true;
in tp_gesture_start()
295
delta.x = abs(t->point.x - t->
gesture
.initial.x);
in tp_gesture_mm_moved()
296
delta.y = abs(t->point.y - t->
gesture
.initial.y);
in tp_gesture_mm_moved()
307
delta = device_delta(touch->point, touch->
gesture
in tp_gesture_get_direction()
[all...]
H
A
D
libinput-private-config.c
37
if (!device->config.
gesture
->get_hold_default(device))
in libinput_device_config_gesture_hold_is_available()
56
return device->config.
gesture
->set_hold_enabled(device, enable);
in libinput_device_config_gesture_set_hold_enabled()
65
return device->config.
gesture
->get_hold_enabled(device);
in libinput_device_config_gesture_get_hold_enabled()
74
return device->config.
gesture
->get_hold_default(device);
in libinput_device_config_gesture_get_hold_default_enabled()
H
A
D
evdev-mt-touchpad.h
269
}
gesture
;
member
366
}
gesture
;
member
H
A
D
evdev-mt-touchpad-thumb.c
219
tp->
gesture
.state == GESTURE_STATE_NONE) {
in tp_thumb_update_touch()
H
A
D
libinput-private.h
395
struct libinput_device_config_gesture *
gesture
;
member
H
A
D
evdev-mt-touchpad.c
2024
libinput_timer_destroy(&tp->
gesture
.finger_count_switch_timer);
in tp_interface_destroy()
2025
libinput_timer_destroy(&tp->
gesture
.hold_timer);
in tp_interface_destroy()
2952
* to ignore the first touches events until a two-finger
gesture
is
in tp_init_slots()
3788
if (tp->
gesture
.enabled)
in tp_init()
Completed in 10 milliseconds