android.view
Class Display
java.lang.Object
android.view.Display
public class Display
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_DISPLAY
public static final int DEFAULT_DISPLAY
- See Also:
- Constant Field Values
getDisplayId
public int getDisplayId()
getSize
public void getSize(Point outSize)
getRectSize
public void getRectSize(Rect outSize)
getCurrentSizeRange
public void getCurrentSizeRange(Point outSmallestSize,
Point outLargestSize)
getWidth
@Deprecated
public int getWidth()
- Deprecated.
getHeight
@Deprecated
public int getHeight()
- Deprecated.
getRotation
public int getRotation()
getOrientation
@Deprecated
public int getOrientation()
- Deprecated.
getPixelFormat
public int getPixelFormat()
getRefreshRate
public float getRefreshRate()
getMetrics
public void getMetrics(DisplayMetrics outMetrics)
Copyright © 2008-2012. All Rights Reserved.