Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DDisplayViewport.h62 int32_t physicalBottom; member
82 physicalBottom(0), in DisplayViewport()
95 physicalRight == other.physicalRight && physicalBottom == other.physicalBottom &&
119 physicalBottom = height; in setNonDisplayViewport()
138 physicalLeft, physicalTop, physicalRight, physicalBottom, deviceWidth, in toString()
/frameworks/base/core/jni/
Dandroid_hardware_display_DisplayViewport.cpp95 viewport->physicalBottom = env->GetIntField(physicalFrameObj, gRectClassInfo.bottom); in android_hardware_display_DisplayViewport_toNative()
/frameworks/base/libs/input/tests/
DPointerController_test.cpp177 viewport.physicalBottom = 600; in ensureDisplayViewportIsSet()
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp676 naturalPhysicalWidth = mViewport.physicalBottom - mViewport.physicalTop; in configureSurface()
678 naturalPhysicalLeft = mViewport.deviceHeight - mViewport.physicalBottom; in configureSurface()
687 naturalPhysicalHeight = mViewport.physicalBottom - mViewport.physicalTop; in configureSurface()
689 naturalPhysicalTop = mViewport.deviceHeight - mViewport.physicalBottom; in configureSurface()
696 naturalPhysicalWidth = mViewport.physicalBottom - mViewport.physicalTop; in configureSurface()
708 naturalPhysicalHeight = mViewport.physicalBottom - mViewport.physicalTop; in configureSurface()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp333 v.physicalBottom = isRotated ? width : height; in createDisplayViewport()
8342 internalViewport->physicalBottom = DISPLAY_WIDTH * 3 / 4; in halfDisplayToCenterHorizontal()
8355 internalViewport->physicalBottom = DISPLAY_HEIGHT; in halfDisplayToCenterHorizontal()