Package apple.uikit.enums
Class UIScreenOverscanCompensation
- java.lang.Object
-
- apple.uikit.enums.UIScreenOverscanCompensation
-
public final class UIScreenOverscanCompensation extends java.lang.Objectwhen 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 longInsetApplicationFramestatic longInsetBoundsthe screen's bounds will be inset in the framebuffer to avoid clipping. no scaling will occurstatic longNoneno scaling will occur. use overscanCompensationInsets to determine the necessary insets to avoid clippingstatic longScalethe final composited framebuffer for the screen is scaled to avoid clipping
-
-
-
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
-
InsetApplicationFrame
public static final long InsetApplicationFrame
- See Also:
- Constant Field Values
-
-