public class Adaptation
extends java.lang.Object
| 限定符和类型 | 字段和说明 |
|---|---|
static float |
AVERAGE1 |
static float |
AVERAGE2 |
static float |
AVERAGE3 |
static int |
densityDpi |
static int |
proportion |
static int |
SCREEN_16_9 |
static int |
SCREEN_3_4 |
static int |
SCREEN_4_3 |
static int |
SCREEN_9_16 |
static float |
screenDensity |
static int |
screenHeight |
static int |
screenWidth |
| 构造器和说明 |
|---|
Adaptation() |
public static int screenHeight
public static int screenWidth
public static float screenDensity
public static int densityDpi
public static final int SCREEN_9_16
public static final int SCREEN_3_4
public static final int SCREEN_4_3
public static final int SCREEN_16_9
public static int proportion
public static final float AVERAGE1
public static final float AVERAGE2
public static final float AVERAGE3