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_clickpad
(Results
1 - 7
of
7
) sorted by relevance
/third_party/libinput/src/
H
A
D
evdev-mt-touchpad-buttons.c
598
if (tp->buttons.
is_clickpad
&& e->code != BTN_LEFT) {
in tp_process_button()
723
if (tp->buttons.
is_clickpad
) {
in tp_button_config_click_get_methods()
795
if (!tp->buttons.
is_clickpad
)
in tp_click_get_default_method()
818
if (!tp->buttons.
is_clickpad
||
in tp_clickpad_middlebutton_apply_config()
896
if (tp->buttons.
is_clickpad
) {
in tp_init_middlebutton_emulation()
924
bool
is_clickpad
;
in tp_guess_clickpad()
local
929
is_clickpad
= libevdev_has_property(device->evdev, INPUT_PROP_BUTTONPAD);
in tp_guess_clickpad()
938
if (!
is_clickpad
&& has_left && !has_right &&
in tp_guess_clickpad()
942
is_clickpad
= true;
in tp_guess_clickpad()
946
if (
is_clickpad
)
in tp_guess_clickpad()
[all...]
H
A
D
evdev-mt-touchpad.h
369
bool
is_clickpad
; /* true for clickpads */
member
H
A
D
evdev-mt-touchpad-thumb.c
396
if (!tp->buttons.
is_clickpad
)
in tp_init_thumb()
H
A
D
evdev-mt-touchpad-edge-scroll.c
321
if (!tp->buttons.
is_clickpad
)
in tp_edge_scroll_init()
H
A
D
evdev-mt-touchpad-gestures.c
198
if (tp->buttons.
is_clickpad
&& tp->buttons.state)
in tp_get_raw_pointer_motion()
1309
(tp->buttons.
is_clickpad
&& tp->buttons.state &&
in tp_gesture_post_events()
H
A
D
evdev-mt-touchpad-tap.c
1210
if (tp->buttons.
is_clickpad
&& tp->queued & TOUCHPAD_EVENT_BUTTON_PRESS)
in tp_tap_handle_state()
1217
if (tp->buttons.
is_clickpad
&&
in tp_tap_handle_state()
H
A
D
evdev-mt-touchpad.c
1812
tp->buttons.
is_clickpad
)
in tp_process_state()
Completed in 13 milliseconds