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_END
(Results
1 - 6
of
6
) sorted by relevance
/third_party/libinput/src/
H
A
D
evdev-mt-touchpad.h
53
TOUCH_END
= 5,
enumerator
65
CASE_RETURN_STRING(
TOUCH_END
);
in touch_state_to_str()
H
A
D
evdev-mt-touchpad-edge-scroll.c
373
else if (t->state ==
TOUCH_END
)
in tp_edge_scroll_handle_state()
401
/* This shouldn't happen we transfer to
TOUCH_END
in tp_edge_scroll_handle_state()
408
case
TOUCH_END
:
in tp_edge_scroll_handle_state()
H
A
D
evdev-mt-touchpad-thumb.c
234
if (t->state ==
TOUCH_END
&& t->index == tp->thumb.index) {
in tp_thumb_update_touch()
H
A
D
evdev-mt-touchpad-tap.c
1231
if (t->state ==
TOUCH_END
)
in tp_tap_handle_state()
1264
} else if (t->state ==
TOUCH_END
) {
in tp_tap_handle_state()
H
A
D
evdev-mt-touchpad.c
401
case
TOUCH_END
:
in tp_maybe_end_touch()
403
"touch %d: already in
TOUCH_END
\n",
in tp_maybe_end_touch()
453
t->state =
TOUCH_END
;
in tp_end_touch()
1421
if (t->state ==
TOUCH_END
||
in tp_position_fake_touches()
1699
if (t->state ==
TOUCH_END
&& t->history.count > 0)
in tp_pre_process_state()
1828
if (t->state ==
TOUCH_END
) {
in tp_post_process_state()
H
A
D
evdev-mt-touchpad-buttons.c
546
if (t->state ==
TOUCH_END
) {
in tp_button_handle_state()
Completed in 12 milliseconds