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:button_event
(Results
1 - 3
of
3
) sorted by relevance
/third_party/libinput/src/
H
A
D
evdev-mt-touchpad-buttons.c
62
button_event_to_str(enum
button_event
event)
in button_event_to_str()
154
enum
button_event
event,
in tp_button_set_state()
189
enum
button_event
event,
in tp_button_none_handle_event()
219
enum
button_event
event,
in tp_button_area_handle_event()
274
enum
button_event
event,
in tp_button_bottom_handle_event()
315
enum
button_event
event,
in tp_button_top_handle_event()
350
enum
button_event
event,
in tp_button_top_new_handle_event()
389
enum
button_event
event,
in tp_button_top_to_ignore_handle_event()
429
enum
button_event
event,
in tp_button_ignore_handle_event()
457
enum
button_event
even
in tp_button_handle_event()
[all...]
H
A
D
libinput.c
2489
struct libinput_event_pointer *
button_event
;
in pointer_notify_button()
local
2495
button_event
= zalloc(sizeof *
button_event
);
in pointer_notify_button()
2501
*
button_event
= (struct libinput_event_pointer) {
in pointer_notify_button()
2510
&
button_event
->base);
in pointer_notify_button()
2858
struct libinput_event_tablet_tool *
button_event
;
in tablet_notify_button()
local
2861
button_event
= zalloc(sizeof *
button_event
);
in tablet_notify_button()
2867
*
button_event
= (struct libinput_event_tablet_tool) {
in tablet_notify_button()
2881
&
button_event
in tablet_notify_button()
2891
struct libinput_event_tablet_pad *
button_event
;
tablet_pad_notify_button()
local
[all...]
H
A
D
evdev-mt-touchpad.h
81
enum
button_event
{
enum
238
/* We use
button_event
here so we can use == on events */
239
enum
button_event
current;
Completed in 10 milliseconds