diff options
| author | Philip Nowell <pnowell@google.com> | 2014-09-25 15:40:56 -0700 |
|---|---|---|
| committer | Philip Nowell <pnowell@google.com> | 2014-09-26 00:54:32 +0000 |
| commit | d561913798c6ee3c987f39fa19f70e53eeb93ce6 (patch) | |
| tree | 777b449d14445f46e0c4106e92c3897c0f22e729 /core/java/android | |
| parent | 663a52d68a4cd9aa0a9109bab8934459d05c7753 (diff) | |
| download | frameworks_base-d561913798c6ee3c987f39fa19f70e53eeb93ce6.zip frameworks_base-d561913798c6ee3c987f39fa19f70e53eeb93ce6.tar.gz frameworks_base-d561913798c6ee3c987f39fa19f70e53eeb93ce6.tar.bz2 | |
Corrects a typo that identified XXXHIGH as 560 dpi instead of 640.
Change-Id: I8b5ac84431d378f0e43be8d19920fd6ba335ebc6
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/util/DisplayMetrics.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/util/DisplayMetrics.java b/core/java/android/util/DisplayMetrics.java index 946a3f7..c855e57 100644 --- a/core/java/android/util/DisplayMetrics.java +++ b/core/java/android/util/DisplayMetrics.java @@ -81,7 +81,7 @@ public class DisplayMetrics { /** * Intermediate density for screens that sit somewhere between - * {@link #DENSITY_XXHIGH} (480 dpi) and {@link #DENSITY_XXXHIGH} (560 dpi). + * {@link #DENSITY_XXHIGH} (480 dpi) and {@link #DENSITY_XXXHIGH} (640 dpi). * This is not a density that applications should target, instead relying * on the system to scale their {@link #DENSITY_XXXHIGH} assets for them. */ |
