public class Display extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_DISPLAY |
| Modifier and Type | Method and Description |
|---|---|
void |
getCurrentSizeRange(Point outSmallestSize,
Point outLargestSize) |
int |
getDisplayId() |
int |
getHeight()
Deprecated.
|
void |
getMetrics(DisplayMetrics outMetrics) |
int |
getOrientation()
Deprecated.
|
int |
getPixelFormat() |
void |
getRectSize(Rect outSize) |
float |
getRefreshRate() |
int |
getRotation() |
void |
getSize(Point outSize) |
int |
getWidth()
Deprecated.
|
public static final int DEFAULT_DISPLAY
public int getDisplayId()
public void getSize(Point outSize)
public void getRectSize(Rect outSize)
@Deprecated public int getWidth()
@Deprecated public int getHeight()
public int getRotation()
@Deprecated public int getOrientation()
public int getPixelFormat()
public float getRefreshRate()
public void getMetrics(DisplayMetrics outMetrics)
Copyright © 2008-2013. All Rights Reserved.