Searched refs:physicalLeft (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/services/inputflinger/ |
D | InputReader.h | 62 int32_t physicalLeft; member 72 physicalLeft(0), physicalTop(0), physicalRight(0), physicalBottom(0), in DisplayViewport() 83 && physicalLeft == other.physicalLeft 106 physicalLeft = 0; in setNonDisplayViewport()
|
D | InputReader.cpp | 3001 naturalPhysicalHeight = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface() 3003 naturalPhysicalTop = mViewport.physicalLeft; in configureSurface() 3010 naturalPhysicalWidth = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface() 3021 naturalPhysicalHeight = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface() 3031 naturalPhysicalWidth = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface() 3033 naturalPhysicalLeft = mViewport.physicalLeft; in configureSurface() 3348 mViewport.physicalLeft, mViewport.physicalTop, 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 1046 v.physicalLeft = physicalLeft; 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 | 151 v.physicalLeft = 0; in setDisplayInfo()
|