Home
last modified time | relevance | path

Searched refs:physicalRight (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/include/input/
DDisplayViewport.h38 int32_t physicalRight; member
47 physicalLeft(0), physicalTop(0), physicalRight(0), physicalBottom(0), in DisplayViewport()
60 && physicalRight == other.physicalRight
84 physicalRight = width; in setNonDisplayViewport()
/frameworks/base/core/jni/
Dandroid_hardware_display_DisplayViewport.cpp78 viewport->physicalRight = env->GetIntField(physicalFrameObj, gRectClassInfo.right); in android_hardware_display_DisplayViewport_toNative()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp1207 jint physicalLeft, jint physicalTop, jint physicalRight, jint physicalBottom, in nativeSetDisplayViewport() argument
1220 v.physicalRight = physicalRight; in nativeSetDisplayViewport()
/frameworks/native/services/inputflinger/
DInputReader.cpp287 viewport.physicalRight, viewport.physicalBottom, in dumpViewport()
3431 naturalPhysicalHeight = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface()
3440 naturalPhysicalWidth = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface()
3442 naturalPhysicalLeft = mViewport.deviceWidth - mViewport.physicalRight; in configureSurface()
3451 naturalPhysicalHeight = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface()
3453 naturalPhysicalTop = mViewport.deviceWidth - mViewport.physicalRight; in configureSurface()
3461 naturalPhysicalWidth = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface()
3779 mViewport.physicalRight, mViewport.physicalBottom, in dumpSurface()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java198 int physicalLeft, int physicalTop, int physicalRight, int physicalBottom, in nativeSetDisplayViewport() argument
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp201 v.physicalRight = isRotated ? height : width; in createDisplayViewport()