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)
getWidth
public int getWidth()
getHeight
public int getHeight()
getRotation
public int getRotation()
getOrientation
public int getOrientation()
getPixelFormat
public int getPixelFormat()
getRefreshRate
public float getRefreshRate()
getMetrics
public void getMetrics(DisplayMetrics outMetrics)
Copyright © 2008-2012. All Rights Reserved.