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:bottom_area
(Results
1 - 2
of
2
) sorted by relevance
/third_party/libinput/src/
H
A
D
evdev-mt-touchpad-buttons.c
84
return t->point.y >= tp->buttons.
bottom_area
.top_edge;
in is_inside_bottom_button_area()
92
t->point.x > tp->buttons.
bottom_area
.rightbutton_left_edge;
in is_inside_bottom_right_area()
101
t->point.x > tp->buttons.
bottom_area
.middlebutton_left_edge;
in is_inside_bottom_middle_area()
644
tp->buttons.
bottom_area
.top_edge = edges.y;
in tp_init_softbuttons()
645
tp->buttons.
bottom_area
.rightbutton_left_edge = edges.x;
in tp_init_softbuttons()
647
tp->buttons.
bottom_area
.middlebutton_left_edge = INT_MAX;
in tp_init_softbuttons()
680
tp->buttons.
bottom_area
.middlebutton_left_edge = mb_le;
in tp_init_softbuttons()
681
tp->buttons.
bottom_area
.rightbutton_left_edge = mb_re;
in tp_init_softbuttons()
740
*
bottom_area
.top_edge so that when in clickfinger mode the bottom
in tp_switch_click_method()
755
tp->buttons.
bottom_area
in tp_switch_click_method()
[all...]
H
A
D
evdev-mt-touchpad.h
390
}
bottom_area
;
member
Completed in 3 milliseconds