OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:physicalBottom
(Results
1 - 6
of
6
) sorted by null
/frameworks/native/include/input/
DisplayViewport.h
39
int32_t
physicalBottom
;
47
physicalLeft(0), physicalTop(0), physicalRight(0),
physicalBottom
(0),
61
&&
physicalBottom
== other.
physicalBottom
85
physicalBottom
= height;
/frameworks/base/core/jni/
android_hardware_display_DisplayViewport.cpp
79
viewport->
physicalBottom
= env->GetIntField(physicalFrameObj, gRectClassInfo.bottom);
/frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp
[
all
...]
/frameworks/native/services/inputflinger/
InputReader.cpp
316
viewport.physicalRight, viewport.
physicalBottom
,
[
all
...]
/frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java
196
int physicalLeft, int physicalTop, int physicalRight, int
physicalBottom
,
[
all
...]
/frameworks/native/services/inputflinger/tests/
InputReader_test.cpp
219
v.
physicalBottom
= isRotated ? width : height;
[
all
...]
Completed in 70 milliseconds