diff options
| author | Dianne Hackborn <hackbod@google.com> | 2013-02-12 23:54:27 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-02-12 23:54:28 +0000 |
| commit | c8a1e10fd2465509685d382c79d7c059db8491ac (patch) | |
| tree | 9c4cadde061b08fcfe75afb800b0f2b53df7df09 /include/android/configuration.h | |
| parent | 6f965e02d0e575c858d315d1f58715cdc404c3c5 (diff) | |
| parent | 6303d06ece8597e7508663b699e614e4ce0d8f9e (diff) | |
| download | frameworks_native-c8a1e10fd2465509685d382c79d7c059db8491ac.zip frameworks_native-c8a1e10fd2465509685d382c79d7c059db8491ac.tar.gz frameworks_native-c8a1e10fd2465509685d382c79d7c059db8491ac.tar.bz2 | |
Merge "Implement issue #6646859: 4K!!!! 4K!!!! 4K!!!!"
Diffstat (limited to 'include/android/configuration.h')
| -rw-r--r-- | include/android/configuration.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/android/configuration.h b/include/android/configuration.h index 0f5c14a..d5cddb3 100644 --- a/include/android/configuration.h +++ b/include/android/configuration.h @@ -44,6 +44,7 @@ enum { ACONFIGURATION_DENSITY_HIGH = 240, ACONFIGURATION_DENSITY_XHIGH = 320, ACONFIGURATION_DENSITY_XXHIGH = 480, + ACONFIGURATION_DENSITY_XXXHIGH = 640, ACONFIGURATION_DENSITY_NONE = 0xffff, ACONFIGURATION_KEYBOARD_ANY = 0x0000, |
