Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DDisplayViewport.h66 int32_t physicalRight; member
79 physicalLeft(0), physicalTop(0), physicalRight(0), physicalBottom(0), in DisplayViewport()
93 && physicalRight == other.physicalRight
119 physicalRight = width; in setNonDisplayViewport()
140 physicalRight, physicalBottom, in toString()
/frameworks/base/core/jni/
Dandroid_hardware_display_DisplayViewport.cpp92 viewport->physicalRight = env->GetIntField(physicalFrameObj, gRectClassInfo.right); in android_hardware_display_DisplayViewport_toNative()
/frameworks/native/services/inputflinger/
DInputReader.cpp3572 naturalPhysicalHeight = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface()
3581 naturalPhysicalWidth = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface()
3583 naturalPhysicalLeft = mViewport.deviceWidth - mViewport.physicalRight; in configureSurface()
3592 naturalPhysicalHeight = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface()
3594 naturalPhysicalTop = mViewport.deviceWidth - mViewport.physicalRight; in configureSurface()
3602 naturalPhysicalWidth = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp265 v.physicalRight = isRotated ? height : width; in createDisplayViewport()