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:nfingers_down
(Results
1 - 4
of
4
) sorted by relevance
/third_party/libinput/src/
H
A
D
evdev-mt-touchpad-tap.c
264
tp->tap.
nfingers_down
--;
in tp_tap_touch_handle_event()
303
tp->tap.
nfingers_down
--;
in tp_tap_hold_handle_event()
1027
if (tp->tap.
nfingers_down
== 0)
in tp_tap_dead_handle_event()
1039
if (tp->tap.
nfingers_down
== 0)
in tp_tap_dead_handle_event()
1173
* This uses the real
nfingers_down
, not the one for taps.
in tp_tap_exceeds_motion_threshold()
1176
(tp->
nfingers_down
> 2 || tp->old_nfingers_down > 2) &&
in tp_tap_exceeds_motion_threshold()
1177
(tp->
nfingers_down
> tp->num_slots ||
in tp_tap_exceeds_motion_threshold()
1186
if (tp->semi_mt && tp->
nfingers_down
!= tp->old_nfingers_down)
in tp_tap_exceeds_motion_threshold()
1248
assert(tp->tap.
nfingers_down
> 0);
in tp_tap_handle_state()
1249
tp->tap.
nfingers_down
in tp_tap_handle_state()
[all...]
H
A
D
evdev-mt-touchpad.c
192
if (tp->
nfingers_down
!= 1 ||
in tp_detect_wobbling()
193
tp->
nfingers_down
!= tp->old_nfingers_down)
in tp_detect_wobbling()
346
tp->
nfingers_down
++;
in tp_new_touch()
375
tp->
nfingers_down
++;
in tp_begin_touch()
380
assert(tp->
nfingers_down
>= 1);
in tp_begin_touch()
413
assert(tp->
nfingers_down
>= 1);
in tp_maybe_end_touch()
414
tp->
nfingers_down
--;
in tp_maybe_end_touch()
433
tp->
nfingers_down
++;
in tp_recover_ended_touch()
621
if (tp->
nfingers_down
>= nfake_touches ||
in tp_restore_synaptics_touches()
622
(tp->
nfingers_down
in tp_restore_synaptics_touches()
[all...]
H
A
D
evdev-mt-touchpad.h
288
unsigned int
nfingers_down
; /* number of fingers down */
member
437
unsigned int
nfingers_down
; /* number of fingers down for tapping (excl. thumb/palm) */
member
H
A
D
evdev-mt-touchpad-thumb.c
242
if (tp->
nfingers_down
> 1)
in tp_thumb_update_touch()
330
tp->
nfingers_down
>= 2 &&
in tp_thumb_update_multifinger()
Completed in 6 milliseconds