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:PALM_NONE
(Results
1 - 7
of
7
) sorted by relevance
/third_party/libinput/src/
H
A
D
evdev-mt-touchpad.c
359
t->palm.state =
PALM_NONE
;
in tp_new_touch()
452
t->palm.state =
PALM_NONE
;
in tp_end_touch()
836
t->palm.state ==
PALM_NONE
&&
in tp_touch_active()
847
t->palm.state ==
PALM_NONE
&&
in tp_touch_active_for_gesture()
910
t->palm.state =
PALM_NONE
;
in tp_palm_detect_dwt_triggered()
928
if (t->palm.state ==
PALM_NONE
&&
in tp_palm_detect_trackpoint_triggered()
941
t->palm.state =
PALM_NONE
;
in tp_palm_detect_trackpoint_triggered()
958
if (t->palm.state !=
PALM_NONE
&&
in tp_palm_detect_tool_triggered()
962
if (t->palm.state ==
PALM_NONE
&&
in tp_palm_detect_tool_triggered()
967
t->palm.state =
PALM_NONE
;
in tp_palm_detect_tool_triggered()
[all...]
H
A
D
evdev-fallback.h
56
PALM_NONE
,
enumerator
H
A
D
evdev-fallback.c
559
slot->palm_state =
PALM_NONE
;
in fallback_process_touch()
563
slot->palm_state =
PALM_NONE
;
in fallback_process_touch()
592
if (slot->palm_state ==
PALM_NONE
)
in fallback_process_touch()
849
} else if (slot->palm_state ==
PALM_NONE
) {
in fallback_flush_mt_events()
H
A
D
evdev-mt-touchpad.h
71
PALM_NONE
= 0,
enumerator
H
A
D
evdev-mt-touchpad-edge-scroll.c
434
if (t->palm.state !=
PALM_NONE
|| tp_thumb_ignored(tp, t))
in tp_edge_scroll_post_events()
H
A
D
evdev-mt-touchpad-buttons.c
1129
if (t->palm.state !=
PALM_NONE
)
in tp_clickfinger_set_button()
H
A
D
evdev-mt-touchpad-tap.c
1242
if (t->palm.state !=
PALM_NONE
) {
in tp_tap_handle_state()
Completed in 12 milliseconds