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:is_palm
(Results
1 - 5
of
5
) sorted by relevance
/third_party/libinput/tools/
H
A
D
libinput-measure-touchpad-pressure.py
119
self.
is_palm
= False
137
self.
is_palm
= touch.pressure > self.device.palm
138
if self.
is_palm
:
198
self.
is_palm
,
H
A
D
libinput-measure-touch-size.py
112
self.
is_palm
= False
132
self.
is_palm
= touch.major > self.device.palm
133
if self.
is_palm
:
172
"palm" if self.
is_palm
else " ",
/third_party/libinput/src/
H
A
D
evdev-mt-touchpad-tap.c
1230
if (t->tap.
is_palm
) {
in tp_tap_handle_state()
1243
assert(!t->tap.
is_palm
);
in tp_tap_handle_state()
1244
t->tap.
is_palm
= true;
in tp_tap_handle_state()
1375
t->tap.
is_palm
= true;
in tp_tap_enabled_update()
1607
if (t->tap.
is_palm
)
in tp_release_all_taps()
1610
t->tap.
is_palm
= true;
in tp_release_all_taps()
H
A
D
evdev-mt-touchpad.h
250
bool
is_palm
;
member
263
struct device_coords first; /* first coordinates if
is_palm
== true */
264
uint64_t time; /* first timestamp if
is_palm
== true */
H
A
D
evdev-mt-touchpad.c
378
t->tap.
is_palm
= false;
in tp_begin_touch()
Completed in 10 milliseconds