summaryrefslogtreecommitdiffstats
path: root/native
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2011-06-02 16:44:52 -0700
committerDianne Hackborn <hackbod@google.com>2011-06-02 16:44:52 -0700
commit8a7d44e8248cf7078da6094068b039dacc0a3971 (patch)
treedbb6847bc8af2033321069e3ff1a2e0506f0ba14 /native
parent0e5e16a656b0002f377f1bcda2e43a97206e4046 (diff)
parent54cb63e26e41b80c013b8665878b9c7c7fb328c1 (diff)
downloadframeworks_base-8a7d44e8248cf7078da6094068b039dacc0a3971.zip
frameworks_base-8a7d44e8248cf7078da6094068b039dacc0a3971.tar.gz
frameworks_base-8a7d44e8248cf7078da6094068b039dacc0a3971.tar.bz2
resolved conflicts for merge of 54cb63e2 to master
Change-Id: I5b741a1781e3f76c03fc1534ffce871117effd10
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,