Merge "Update docs for DisplayMetrics pixel size fields" into nyc-dev
am: d5db062682
* commit 'd5db0626825e3a91efcc40f585ac65602d111247':
Update docs for DisplayMetrics pixel size fields
This commit is contained in:
@@ -154,11 +154,11 @@ public class DisplayMetrics {
|
|||||||
public static final int DENSITY_DEVICE_STABLE = getDeviceDensity();
|
public static final int DENSITY_DEVICE_STABLE = getDeviceDensity();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The absolute width of the display in pixels.
|
* The absolute width of the available display size in pixels.
|
||||||
*/
|
*/
|
||||||
public int widthPixels;
|
public int widthPixels;
|
||||||
/**
|
/**
|
||||||
* The absolute height of the display in pixels.
|
* The absolute height of the available display size in pixels.
|
||||||
*/
|
*/
|
||||||
public int heightPixels;
|
public int heightPixels;
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user