summaryrefslogtreecommitdiffstats
path: root/include/android
diff options
context:
space:
mode:
authorAdam Lesinski <adamlesinski@google.com>2014-08-22 22:23:08 -0700
committerAdam Lesinski <adamlesinski@google.com>2014-08-22 22:23:08 -0700
commit16d08a595edeeed53fa6164578d2d4f63092aaec (patch)
treea448b6673d636202427b5fe5252ea00817838eb4 /include/android
parentb1bbfc2d029b709f6b4bb26f4d840e4002eb3781 (diff)
downloadframeworks_native-16d08a595edeeed53fa6164578d2d4f63092aaec.zip
frameworks_native-16d08a595edeeed53fa6164578d2d4f63092aaec.tar.gz
frameworks_native-16d08a595edeeed53fa6164578d2d4f63092aaec.tar.bz2
Add native flag to reflect new density type
Bug:17007265 Change-Id: If0129c4ad222fe28628d6f7cd8ee78fc6424e177
Diffstat (limited to 'include/android')
-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 97d4c42..be00066 100644
--- a/include/android/configuration.h
+++ b/include/android/configuration.h
@@ -45,6 +45,7 @@ enum {
ACONFIGURATION_DENSITY_XHIGH = 320,
ACONFIGURATION_DENSITY_XXHIGH = 480,
ACONFIGURATION_DENSITY_XXXHIGH = 640,
+ ACONFIGURATION_DENSITY_ANY = 0xfffe,
ACONFIGURATION_DENSITY_NONE = 0xffff,
ACONFIGURATION_KEYBOARD_ANY = 0x0000,