Class UIScreenOverscanCompensation


  • public final class UIScreenOverscanCompensation
    extends java.lang.Object
    when the connected screen is overscanning, UIScreen can attempt to compensate for the overscan to avoid clipping
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long InsetApplicationFrame  
      static long InsetBounds
      the screen's bounds will be inset in the framebuffer to avoid clipping. no scaling will occur
      static long None
      no scaling will occur. use overscanCompensationInsets to determine the necessary insets to avoid clipping
      static long Scale
      the final composited framebuffer for the screen is scaled to avoid clipping
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Scale

        public static final long Scale
        the final composited framebuffer for the screen is scaled to avoid clipping
        See Also:
        Constant Field Values
      • InsetBounds

        public static final long InsetBounds
        the screen's bounds will be inset in the framebuffer to avoid clipping. no scaling will occur
        See Also:
        Constant Field Values
      • None

        public static final long None
        no scaling will occur. use overscanCompensationInsets to determine the necessary insets to avoid clipping
        See Also:
        Constant Field Values