Searched refs:physicalBottom (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/services/inputflinger/ |
D | InputReader.h | 65 int32_t physicalBottom; member 72 physicalLeft(0), physicalTop(0), physicalRight(0), physicalBottom(0), in DisplayViewport() 86 && physicalBottom == other.physicalBottom 109 physicalBottom = height; in setNonDisplayViewport()
|
D | InputReader.cpp | 3000 naturalPhysicalWidth = mViewport.physicalBottom - mViewport.physicalTop; in configureSurface() 3002 naturalPhysicalLeft = mViewport.deviceHeight - mViewport.physicalBottom; in configureSurface() 3011 naturalPhysicalHeight = mViewport.physicalBottom - mViewport.physicalTop; in configureSurface() 3013 naturalPhysicalTop = mViewport.deviceHeight - mViewport.physicalBottom; in configureSurface() 3020 naturalPhysicalWidth = mViewport.physicalBottom - mViewport.physicalTop; in configureSurface() 3032 naturalPhysicalHeight = mViewport.physicalBottom - mViewport.physicalTop; in configureSurface() 3349 mViewport.physicalRight, mViewport.physicalBottom, in dumpSurface()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 1035 jint physicalLeft, jint physicalTop, jint physicalRight, jint physicalBottom, in nativeSetDisplayViewport() argument 1049 v.physicalBottom = physicalBottom; in nativeSetDisplayViewport()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputManagerService.java | 162 int physicalLeft, int physicalTop, int physicalRight, int physicalBottom, in nativeSetDisplayViewport() argument
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 154 v.physicalBottom = isRotated ? width : height; in setDisplayInfo()
|