summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2013-02-12 23:54:27 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-02-12 23:54:28 +0000
commitc8a1e10fd2465509685d382c79d7c059db8491ac (patch)
tree9c4cadde061b08fcfe75afb800b0f2b53df7df09
parent6f965e02d0e575c858d315d1f58715cdc404c3c5 (diff)
parent6303d06ece8597e7508663b699e614e4ce0d8f9e (diff)
downloadframeworks_native-c8a1e10fd2465509685d382c79d7c059db8491ac.zip
frameworks_native-c8a1e10fd2465509685d382c79d7c059db8491ac.tar.gz
frameworks_native-c8a1e10fd2465509685d382c79d7c059db8491ac.tar.bz2
Merge "Implement issue #6646859: 4K!!!! 4K!!!! 4K!!!!"
-rw-r--r--include/android/configuration.h1
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,