Searched refs:physicalRight (Results 1 – 4 of 4) sorted by relevance
66 int32_t physicalRight; member79 physicalLeft(0), physicalTop(0), physicalRight(0), physicalBottom(0), in DisplayViewport()93 && physicalRight == other.physicalRight119 physicalRight = width; in setNonDisplayViewport()140 physicalRight, physicalBottom, in toString()
92 viewport->physicalRight = env->GetIntField(physicalFrameObj, gRectClassInfo.right); in android_hardware_display_DisplayViewport_toNative()
3572 naturalPhysicalHeight = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface()3581 naturalPhysicalWidth = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface()3583 naturalPhysicalLeft = mViewport.deviceWidth - mViewport.physicalRight; in configureSurface()3592 naturalPhysicalHeight = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface()3594 naturalPhysicalTop = mViewport.deviceWidth - mViewport.physicalRight; in configureSurface()3602 naturalPhysicalWidth = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface()
265 v.physicalRight = isRotated ? height : width; in createDisplayViewport()