Searched refs:physicalBottom (Results 1 – 5 of 5) sorted by relevance
63 int32_t physicalBottom; member83 physicalBottom(0), in DisplayViewport()96 physicalRight == other.physicalRight && physicalBottom == other.physicalBottom &&120 physicalBottom = height; in setNonDisplayViewport()139 physicalLeft, physicalTop, physicalRight, physicalBottom, deviceWidth, in toString()
95 viewport->physicalBottom = env->GetIntField(physicalFrameObj, gRectClassInfo.bottom); in android_hardware_display_DisplayViewport_toNative()
177 viewport.physicalBottom = 600; in ensureDisplayViewportIsSet()
700 naturalPhysicalWidth = mViewport.physicalBottom - mViewport.physicalTop; in configureSurface()702 naturalPhysicalLeft = mViewport.deviceHeight - mViewport.physicalBottom; in configureSurface()711 naturalPhysicalHeight = mViewport.physicalBottom - mViewport.physicalTop; in configureSurface()713 naturalPhysicalTop = mViewport.deviceHeight - mViewport.physicalBottom; in configureSurface()720 naturalPhysicalWidth = mViewport.physicalBottom - mViewport.physicalTop; in configureSurface()732 naturalPhysicalHeight = mViewport.physicalBottom - mViewport.physicalTop; in configureSurface()
349 v.physicalBottom = isRotated ? width : height; in createDisplayViewport()8611 internalViewport->physicalBottom = DISPLAY_WIDTH * 3 / 4; in halfDisplayToCenterHorizontal()8624 internalViewport->physicalBottom = DISPLAY_HEIGHT; in halfDisplayToCenterHorizontal()