Searched refs:physicalBottom (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/include/input/ |
D | DisplayViewport.h | 39 int32_t physicalBottom; member 47 physicalLeft(0), physicalTop(0), physicalRight(0), physicalBottom(0), in DisplayViewport() 61 && physicalBottom == other.physicalBottom 85 physicalBottom = height; in setNonDisplayViewport()
|
/frameworks/base/core/jni/ |
D | android_hardware_display_DisplayViewport.cpp | 79 viewport->physicalBottom = env->GetIntField(physicalFrameObj, gRectClassInfo.bottom); in android_hardware_display_DisplayViewport_toNative()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 1207 jint physicalLeft, jint physicalTop, jint physicalRight, jint physicalBottom, in nativeSetDisplayViewport() argument 1221 v.physicalBottom = physicalBottom; in nativeSetDisplayViewport()
|
/frameworks/native/services/inputflinger/ |
D | InputReader.cpp | 287 viewport.physicalRight, viewport.physicalBottom, in dumpViewport() 3430 naturalPhysicalWidth = mViewport.physicalBottom - mViewport.physicalTop; in configureSurface() 3432 naturalPhysicalLeft = mViewport.deviceHeight - mViewport.physicalBottom; in configureSurface() 3441 naturalPhysicalHeight = mViewport.physicalBottom - mViewport.physicalTop; in configureSurface() 3443 naturalPhysicalTop = mViewport.deviceHeight - mViewport.physicalBottom; in configureSurface() 3450 naturalPhysicalWidth = mViewport.physicalBottom - mViewport.physicalTop; in configureSurface() 3462 naturalPhysicalHeight = mViewport.physicalBottom - mViewport.physicalTop; in configureSurface() 3779 mViewport.physicalRight, mViewport.physicalBottom, in dumpSurface()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputManagerService.java | 198 int physicalLeft, int physicalTop, int physicalRight, int physicalBottom, in nativeSetDisplayViewport() argument
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 202 v.physicalBottom = isRotated ? width : height; in createDisplayViewport()
|