Searched refs:physicalBottom (Results 1 – 4 of 4) sorted by relevance
67 int32_t physicalBottom; member79 physicalLeft(0), physicalTop(0), physicalRight(0), physicalBottom(0), in DisplayViewport()94 && physicalBottom == other.physicalBottom120 physicalBottom = height; in setNonDisplayViewport()140 physicalRight, physicalBottom, in toString()
93 viewport->physicalBottom = env->GetIntField(physicalFrameObj, gRectClassInfo.bottom); in android_hardware_display_DisplayViewport_toNative()
3571 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()
266 v.physicalBottom = isRotated ? width : height; in createDisplayViewport()