Home
last modified time | relevance | path

Searched refs:physicalTop (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/inputflinger/
DInputReader.h63 int32_t physicalTop; member
72 physicalLeft(0), physicalTop(0), physicalRight(0), physicalBottom(0), in DisplayViewport()
84 && physicalTop == other.physicalTop
107 physicalTop = 0; in setNonDisplayViewport()
DInputReader.cpp3161 naturalPhysicalWidth = mViewport.physicalBottom - mViewport.physicalTop; in configureSurface()
3172 naturalPhysicalHeight = mViewport.physicalBottom - mViewport.physicalTop; in configureSurface()
3181 naturalPhysicalWidth = mViewport.physicalBottom - mViewport.physicalTop; in configureSurface()
3183 naturalPhysicalLeft = mViewport.physicalTop; in configureSurface()
3193 naturalPhysicalHeight = mViewport.physicalBottom - mViewport.physicalTop; in configureSurface()
3195 naturalPhysicalTop = mViewport.physicalTop; in configureSurface()
3509 mViewport.physicalLeft, mViewport.physicalTop, in dumpSurface()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp1061 jint physicalLeft, jint physicalTop, jint physicalRight, jint physicalBottom, in nativeSetDisplayViewport() argument
1073 v.physicalTop = physicalTop; in nativeSetDisplayViewport()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java162 int physicalLeft, int physicalTop, int physicalRight, int physicalBottom, in nativeSetDisplayViewport() argument
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp151 v.physicalTop = 0; in setDisplayInfo()