summaryrefslogtreecommitdiffstats
path: root/native
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2011-05-27 13:40:26 -0700
committerDianne Hackborn <hackbod@google.com>2011-05-27 13:40:26 -0700
commitb96cbbd11c4590bec846212c33361e02293f18b5 (patch)
treeac02f12136339bb608c07d8b26eaae1cddccf792 /native
parentff7622992f39d8e401ab23c5ce6a84f318906e52 (diff)
downloadframeworks_base-b96cbbd11c4590bec846212c33361e02293f18b5.zip
frameworks_base-b96cbbd11c4590bec846212c33361e02293f18b5.tar.gz
frameworks_base-b96cbbd11c4590bec846212c33361e02293f18b5.tar.bz2
Add "tv" density for 720p screens.
Change-Id: I028969b007f2fceea66947d77a2ae31ef1d1a630
Diffstat (limited to 'native')
-rw-r--r--native/include/android/configuration.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/native/include/android/configuration.h b/native/include/android/configuration.h
index 39fef21..2444c4b 100644
--- a/native/include/android/configuration.h
+++ b/native/include/android/configuration.h
@@ -40,6 +40,7 @@ enum {
ACONFIGURATION_DENSITY_DEFAULT = 0,
ACONFIGURATION_DENSITY_LOW = 120,
ACONFIGURATION_DENSITY_MEDIUM = 160,
+ ACONFIGURATION_DENSITY_TV = 213,
ACONFIGURATION_DENSITY_HIGH = 240,
ACONFIGURATION_DENSITY_NONE = 0xffff,