summaryrefslogtreecommitdiffstats
path: root/native
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2011-05-27 14:27:46 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-05-27 14:27:46 -0700
commit54cb63e26e41b80c013b8665878b9c7c7fb328c1 (patch)
treea3c15960d5aef66a6df3370cb5ad0b12a9fa1dee /native
parentda9837fb61c8aa53c67921682016d97655332089 (diff)
parent528c49f112dce5f9687f30a9751e783196eca0c6 (diff)
downloadframeworks_base-54cb63e26e41b80c013b8665878b9c7c7fb328c1.zip
frameworks_base-54cb63e26e41b80c013b8665878b9c7c7fb328c1.tar.gz
frameworks_base-54cb63e26e41b80c013b8665878b9c7c7fb328c1.tar.bz2
am 528c49f1: am b96cbbd1: Add "tv" density for 720p screens.
* commit '528c49f112dce5f9687f30a9751e783196eca0c6': Add "tv" density for 720p screens.
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,