Searched refs:physicalBottom (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputReader.h65 int32_t physicalBottom; member in struct:android::DisplayViewport
72 physicalLeft(0), physicalTop(0), physicalRight(0), physicalBottom(0),
86 && physicalBottom == other.physicalBottom
109 physicalBottom = height;
H A DInputReader.cpp3000 naturalPhysicalWidth = mViewport.physicalBottom - mViewport.physicalTop;
3002 naturalPhysicalLeft = mViewport.deviceHeight - mViewport.physicalBottom;
3011 naturalPhysicalHeight = mViewport.physicalBottom - mViewport.physicalTop;
3013 naturalPhysicalTop = mViewport.deviceHeight - mViewport.physicalBottom;
3020 naturalPhysicalWidth = mViewport.physicalBottom - mViewport.physicalTop;
3032 naturalPhysicalHeight = mViewport.physicalBottom - mViewport.physicalTop;
3349 mViewport.physicalRight, mViewport.physicalBottom,
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp1035 jint physicalLeft, jint physicalTop, jint physicalRight, jint physicalBottom,
1049 v.physicalBottom = physicalBottom;
1032 nativeSetDisplayViewport(JNIEnv* env, jclass clazz, jlong ptr, jboolean external, jint displayId, jint orientation, jint logicalLeft, jint logicalTop, jint logicalRight, jint logicalBottom, jint physicalLeft, jint physicalTop, jint physicalRight, jint physicalBottom, jint deviceWidth, jint deviceHeight) argument
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java162 int physicalLeft, int physicalTop, int physicalRight, int physicalBottom,
159 nativeSetDisplayViewport(long ptr, boolean external, int displayId, int rotation, int logicalLeft, int logicalTop, int logicalRight, int logicalBottom, int physicalLeft, int physicalTop, int physicalRight, int physicalBottom, int deviceWidth, int deviceHeight) argument
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp154 v.physicalBottom = isRotated ? width : height;

Completed in 110 milliseconds