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:TOUCH_BEGIN
(Results
1 - 6
of
6
) sorted by relevance
/third_party/libinput/src/
H
A
D
evdev-mt-touchpad.h
50
TOUCH_BEGIN
= 2,
enumerator
62
CASE_RETURN_STRING(
TOUCH_BEGIN
);
in touch_state_to_str()
H
A
D
evdev-mt-touchpad-thumb.c
253
if (t->state ==
TOUCH_BEGIN
&& tp_thumb_needs_jail(tp, t)) {
in tp_thumb_update_touch()
290
if (t->state ==
TOUCH_BEGIN
)
in tp_thumb_update_multifinger()
H
A
D
evdev-mt-touchpad-edge-scroll.c
370
if (t->state ==
TOUCH_BEGIN
)
in tp_edge_scroll_handle_state()
388
case
TOUCH_BEGIN
:
in tp_edge_scroll_handle_state()
H
A
D
evdev-mt-touchpad.c
335
if (t->state ==
TOUCH_BEGIN
||
in tp_new_touch()
372
t->state =
TOUCH_BEGIN
;
in tp_begin_touch()
407
case
TOUCH_BEGIN
:
in tp_maybe_end_touch()
835
return (t->state ==
TOUCH_BEGIN
|| t->state == TOUCH_UPDATE) &&
in tp_touch_active()
846
return (t->state ==
TOUCH_BEGIN
|| t->state == TOUCH_UPDATE) &&
in tp_touch_active_for_gesture()
893
t->state ==
TOUCH_BEGIN
) {
in tp_palm_detect_dwt_triggered()
929
t->state ==
TOUCH_BEGIN
&&
in tp_palm_detect_trackpoint_triggered()
1085
if (t->state !=
TOUCH_BEGIN
|| !tp_palm_in_edge(tp, t))
in tp_palm_detect_edge()
1249
if (t->state ==
TOUCH_BEGIN
||
in tp_unhover_pressure()
1788
if (t->state ==
TOUCH_BEGIN
) {
in tp_process_state()
[all...]
H
A
D
evdev-mt-touchpad-buttons.c
540
if (t->state ==
TOUCH_BEGIN
) {
in tp_button_handle_state()
1123
if (t->state !=
TOUCH_BEGIN
&& t->state != TOUCH_UPDATE)
in tp_clickfinger_set_button()
H
A
D
evdev-mt-touchpad-tap.c
1246
if (t->state !=
TOUCH_BEGIN
) {
in tp_tap_handle_state()
1251
} else if (t->state ==
TOUCH_BEGIN
) {
in tp_tap_handle_state()
Completed in 10 milliseconds