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_NONE
(Results
1 - 6
of
6
) sorted by relevance
/third_party/libinput/src/
H
A
D
evdev-mt-touchpad.h
48
TOUCH_NONE
= 0,
enumerator
60
CASE_RETURN_STRING(
TOUCH_NONE
);
in touch_state_to_str()
H
A
D
evdev-mt-touchpad-tap.c
1214
if (!t->dirty || t->state ==
TOUCH_NONE
)
in tp_tap_handle_state()
1348
if (t->state ==
TOUCH_NONE
||
in tp_tap_handle_timeout()
1372
if (t->state ==
TOUCH_NONE
)
in tp_tap_enabled_update()
1604
if (t->state ==
TOUCH_NONE
)
in tp_release_all_taps()
H
A
D
evdev-mt-touchpad.c
398
case
TOUCH_NONE
:
in tp_maybe_end_touch()
417
t->state =
TOUCH_NONE
;
in tp_maybe_end_touch()
1220
if (t->state ==
TOUCH_NONE
)
in tp_unhover_pressure()
1281
t->state ==
TOUCH_NONE
||
in tp_unhover_pressure()
1308
if (t->state ==
TOUCH_NONE
)
in tp_unhover_size()
1380
t->state ==
TOUCH_NONE
)
in tp_unhover_fake_touches()
1422
t->state ==
TOUCH_NONE
)
in tp_position_fake_touches()
1438
if (t->state ==
TOUCH_NONE
)
in tp_position_fake_touches()
1719
if (t->state ==
TOUCH_NONE
)
in tp_process_state()
1830
t->state =
TOUCH_NONE
;
in tp_post_process_state()
[all...]
H
A
D
evdev-mt-touchpad-thumb.c
286
if (t->state ==
TOUCH_NONE
||
in tp_thumb_update_multifinger()
H
A
D
evdev-mt-touchpad-edge-scroll.c
385
case
TOUCH_NONE
:
in tp_edge_scroll_handle_state()
H
A
D
evdev-mt-touchpad-buttons.c
537
if (t->state ==
TOUCH_NONE
|| t->state == TOUCH_HOVERING)
in tp_button_handle_state()
Completed in 10 milliseconds