Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DDisplayViewport.h67 int32_t physicalBottom; member
79 physicalLeft(0), physicalTop(0), physicalRight(0), physicalBottom(0), in DisplayViewport()
94 && physicalBottom == other.physicalBottom
120 physicalBottom = height; in setNonDisplayViewport()
140 physicalRight, physicalBottom, in toString()
/frameworks/base/core/jni/
Dandroid_hardware_display_DisplayViewport.cpp93 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.cpp691 naturalPhysicalWidth = mViewport.physicalBottom - mViewport.physicalTop; in configureSurface()
693 naturalPhysicalLeft = mViewport.deviceHeight - mViewport.physicalBottom; in configureSurface()
702 naturalPhysicalHeight = mViewport.physicalBottom - mViewport.physicalTop; in configureSurface()
704 naturalPhysicalTop = mViewport.deviceHeight - mViewport.physicalBottom; in configureSurface()
711 naturalPhysicalWidth = mViewport.physicalBottom - mViewport.physicalTop; in configureSurface()
723 naturalPhysicalHeight = mViewport.physicalBottom - mViewport.physicalTop; in configureSurface()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp278 v.physicalBottom = isRotated ? width : height; in createDisplayViewport()