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

Commit 99d07057 authored by bj1211jeon's avatar bj1211jeon Committed by android-build-merger
Browse files

DO NOT MERGE: Add DENSITY_450

am: b38f1683

Change-Id: I594b671e05c9ba364583d7774454207fb4d89580
parents 21eaef23 b38f1683
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -47846,6 +47846,7 @@ package android.util {
    field public static final int DENSITY_400 = 400; // 0x190
    field public static final int DENSITY_420 = 420; // 0x1a4
    field public static final int DENSITY_440 = 440; // 0x1b8
    field public static final int DENSITY_450 = 450; // 0x1c2
    field public static final int DENSITY_560 = 560; // 0x230
    field public static final int DENSITY_600 = 600; // 0x258
    field public static final int DENSITY_DEFAULT = 160; // 0xa0
+8 −0
Original line number Diff line number Diff line
@@ -156,6 +156,14 @@ public class DisplayMetrics {
     */
    public static final int DENSITY_440 = 440;

    /**
     * Intermediate density for screens that sit somewhere between
     * {@link #DENSITY_XHIGH} (320 dpi) and {@link #DENSITY_XXHIGH} (480 dpi).
     * This is not a density that applications should target, instead relying
     * on the system to scale their {@link #DENSITY_XXHIGH} assets for them.
     */
    public static final int DENSITY_450 = 450;

    /**
     * Standard quantized DPI for extra-extra-high-density screens.
     */