Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DDisplayViewport.h61 int32_t physicalRight; member
81 physicalRight(0), in DisplayViewport()
95 physicalRight == other.physicalRight && physicalBottom == other.physicalBottom &&
118 physicalRight = width; in setNonDisplayViewport()
138 physicalLeft, physicalTop, physicalRight, physicalBottom, deviceWidth, in toString()
/frameworks/base/core/jni/
Dandroid_hardware_display_DisplayViewport.cpp94 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.cpp677 naturalPhysicalHeight = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface()
686 naturalPhysicalWidth = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface()
688 naturalPhysicalLeft = mViewport.deviceWidth - mViewport.physicalRight; in configureSurface()
697 naturalPhysicalHeight = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface()
699 naturalPhysicalTop = mViewport.deviceWidth - mViewport.physicalRight; in configureSurface()
707 naturalPhysicalWidth = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp332 v.physicalRight = isRotated ? height : width; in createDisplayViewport()
8341 internalViewport->physicalRight = DISPLAY_HEIGHT; in halfDisplayToCenterHorizontal()
8354 internalViewport->physicalRight = DISPLAY_WIDTH * 3 / 4; in halfDisplayToCenterHorizontal()