summaryrefslogtreecommitdiffstats
path: root/native
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2012-02-13 12:38:37 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2012-02-13 12:38:37 -0800
commitd1f88de2c496423e483760654a4381b563dc1e1d (patch)
tree525d39ff71db589bf822308a83043efa373e2169 /native
parent5caed1d99b99a011501c532fbf970324ea82e13d (diff)
parentc1496d2d9a496e4aba817a58ecb9e07fe55cdba5 (diff)
downloadframeworks_base-d1f88de2c496423e483760654a4381b563dc1e1d.zip
frameworks_base-d1f88de2c496423e483760654a4381b563dc1e1d.tar.gz
frameworks_base-d1f88de2c496423e483760654a4381b563dc1e1d.tar.bz2
am c1496d2d: Add xxhdpi; fix ActivityManager.getLauncherLargeIconSize() etc.
* commit 'c1496d2d9a496e4aba817a58ecb9e07fe55cdba5': Add xxhdpi; fix ActivityManager.getLauncherLargeIconSize() etc.
Diffstat (limited to 'native')
-rw-r--r--native/include/android/configuration.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/native/include/android/configuration.h b/native/include/android/configuration.h
index 2444c4b..ddd4d35 100644
--- a/native/include/android/configuration.h
+++ b/native/include/android/configuration.h
@@ -42,6 +42,8 @@ enum {
ACONFIGURATION_DENSITY_MEDIUM = 160,
ACONFIGURATION_DENSITY_TV = 213,
ACONFIGURATION_DENSITY_HIGH = 240,
+ ACONFIGURATION_DENSITY_XHIGH = 320,
+ ACONFIGURATION_DENSITY_XXHIGH = 480,
ACONFIGURATION_DENSITY_NONE = 0xffff,
ACONFIGURATION_KEYBOARD_ANY = 0x0000,