Home
last modified time | relevance | path

Searched refs:physicalBottom (Results 1 – 4 of 4) 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/native/services/inputflinger/
DInputReader.cpp3571 naturalPhysicalWidth = mViewport.physicalBottom - mViewport.physicalTop; in configureSurface()
3573 naturalPhysicalLeft = mViewport.deviceHeight - mViewport.physicalBottom; in configureSurface()
3582 naturalPhysicalHeight = mViewport.physicalBottom - mViewport.physicalTop; in configureSurface()
3584 naturalPhysicalTop = mViewport.deviceHeight - mViewport.physicalBottom; in configureSurface()
3591 naturalPhysicalWidth = mViewport.physicalBottom - mViewport.physicalTop; in configureSurface()
3603 naturalPhysicalHeight = mViewport.physicalBottom - mViewport.physicalTop; in configureSurface()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp266 v.physicalBottom = isRotated ? width : height; in createDisplayViewport()