public final class UIScreenOverscanCompensation
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
InsetApplicationFrame
Deprecated.
|
static long |
InsetBounds
the screen's bounds will be inset in the framebuffer to avoid clipping.
|
static long |
None
no scaling will occur.
|
static long |
Scale
the final composited framebuffer for the screen is scaled to avoid clipping
|
public static final long Scale
public static final long InsetBounds
public static final long None
@Deprecated public static final long InsetApplicationFrame