OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:physicalbottom
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/services/input/
InputReader.h
64
int32_t
physicalBottom
;
71
physicalLeft(0), physicalTop(0), physicalRight(0),
physicalBottom
(0),
85
&&
physicalBottom
== other.
physicalBottom
108
physicalBottom
= height;
[
all
...]
InputReader.cpp
[
all
...]
/frameworks/base/services/jni/
com_android_server_input_InputManagerService.cpp
[
all
...]
/frameworks/base/services/java/com/android/server/input/
InputManagerService.java
155
int physicalLeft, int physicalTop, int physicalRight, int
physicalBottom
,
[
all
...]
/frameworks/base/services/input/tests/
InputReader_test.cpp
153
v.
physicalBottom
= isRotated ? width : height;
[
all
...]
Completed in 607 milliseconds