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:incline
(Results
1 - 3
of
3
) sorted by relevance
/third_party/libinput/src/
H
A
D
filter-mouse.c
58
double
incline
; /*
incline
of the function */
member
190
accel_filter->
incline
= DEFAULT_INCLINE + speed_adjustment * 0.75;
in accelerator_set_speed()
206
const double
incline
= accel_filter->
incline
;
in pointer_accel_profile_linear()
local
211
deltas with. The function is a double
incline
with a plateau,
in pointer_accel_profile_linear()
227
a is the
incline
of acceleration
in pointer_accel_profile_linear()
260
factor =
incline
* v_us2ms(speed_in - threshold) + 1;
in pointer_accel_profile_linear()
291
filter->
incline
= DEFAULT_INCLINE;
in create_default_filter()
H
A
D
filter-low-dpi.c
58
double
incline
; /*
incline
of the function */
member
84
const double
incline
= accel_filter->
incline
;
in pointer_accel_profile_linear_low_dpi()
local
99
factor =
incline
* v_us2ms(speed_in - threshold) + 1;
in pointer_accel_profile_linear_low_dpi()
203
accel_filter->
incline
= DEFAULT_INCLINE + speed_adjustment * 0.75;
in accelerator_set_speed()
231
filter->
incline
= DEFAULT_INCLINE;
in create_default_filter()
H
A
D
filter-touchpad-x230.c
72
double
incline
; /*
incline
of the function */
member
241
accel_filter->
incline
= DEFAULT_INCLINE + speed_adjustment * 0.75;
in accelerator_set_speed_x230()
268
const double
incline
= accel_filter->
incline
* X230_TP_MAGIC_LOW_RES_FACTOR;
in touchpad_lenovo_x230_accel_profile()
local
279
f2 = 1 + (v_us2ms(speed_in) - v_us2ms(threshold)) *
incline
;
in touchpad_lenovo_x230_accel_profile()
314
filter->
incline
= X230_INCLINE; /*
incline
of the acceleration function */
in create_pointer_accelerator_filter_lenovo_x230()
Completed in 3 milliseconds