Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dd6ca429 authored by Andrii Kulian's avatar Andrii Kulian Committed by android-build-merger
Browse files

Merge "Update docs for DisplayMetrics pixel size fields" into nyc-dev

am: d5db0626

* commit 'd5db0626':
  Update docs for DisplayMetrics pixel size fields
parents 677a8765 d5db0626
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -154,11 +154,11 @@ public class DisplayMetrics {
    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;
    /**
     * The absolute height of the display in pixels.
     * The absolute height of the available display size in pixels.
     */
    public int heightPixels;
    /**