Home
last modified time | relevance | path

Searched refs:physicalRight (Results 1 – 5 of 5) 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/base/libs/input/tests/
DPointerController_test.cpp176 viewport.physicalRight = 800; in ensureDisplayViewportIsSet()
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp692 naturalPhysicalHeight = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface()
701 naturalPhysicalWidth = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface()
703 naturalPhysicalLeft = mViewport.deviceWidth - mViewport.physicalRight; in configureSurface()
712 naturalPhysicalHeight = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface()
714 naturalPhysicalTop = mViewport.deviceWidth - mViewport.physicalRight; in configureSurface()
722 naturalPhysicalWidth = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp277 v.physicalRight = isRotated ? height : width; in createDisplayViewport()