Searched refs:physicalLeft (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/include/input/ |
D | DisplayViewport.h | 36 int32_t physicalLeft; member 47 physicalLeft(0), physicalTop(0), physicalRight(0), physicalBottom(0), in DisplayViewport() 58 && physicalLeft == other.physicalLeft 82 physicalLeft = 0; in setNonDisplayViewport()
|
/frameworks/base/core/jni/ |
D | android_hardware_display_DisplayViewport.cpp | 76 viewport->physicalLeft = env->GetIntField(physicalFrameObj, gRectClassInfo.left); 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 1218 v.physicalLeft = physicalLeft; in nativeSetDisplayViewport()
|
/frameworks/native/services/inputflinger/ |
D | InputReader.cpp | 286 viewport.physicalLeft, viewport.physicalTop, in dumpViewport() 3431 naturalPhysicalHeight = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface() 3433 naturalPhysicalTop = mViewport.physicalLeft; in configureSurface() 3440 naturalPhysicalWidth = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface() 3451 naturalPhysicalHeight = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface() 3461 naturalPhysicalWidth = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface() 3463 naturalPhysicalLeft = mViewport.physicalLeft; in configureSurface() 3778 mViewport.physicalLeft, mViewport.physicalTop, 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 | 199 v.physicalLeft = 0; in createDisplayViewport()
|