From 17a4b1599873cdfb348608137a99fcafad4ea5eb Mon Sep 17 00:00:00 2001 From: Daniel Hillenbrand Date: Wed, 20 Jun 2012 17:54:24 +0200 Subject: autobrightness values --- .../frameworks/base/core/res/res/values/config.xml | 126 ++++++++++++++++----- 1 file changed, 97 insertions(+), 29 deletions(-) diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index efb5b85..3b6853e 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -32,45 +32,71 @@ true - + Must be overridden in platform specific overlays + --> - 200 - 1000 - 2000 - 8000 - 20000 - 40000 - 70000 + 6 + 12 + 18 + 28 + 40 + 65 + 100 + 150 + 250 + 350 + 500 + 800 + 1200 + 1800 + 3000 + 6000 + 12000 + 24000 + 36000 + 42700 + in the config_autoBrightnessLevels array. This array should have size one greater + than the size of the config_autoBrightnessLevels array. + --> - 35 - 80 - 150 - 162 - 175 - 198 - 226 - 255 + 20 + 23 + 26 + 29 + 35 + 40 + 45 + 50 + 55 + 60 + 80 + 100 + 120 + 150 + 180 + 200 + 210 + 220 + 230 + 240 + 250 + in the config_autoBrightnessLevels array. This array should have size one greater + than the size of the config_autoBrightnessLevels array. + --> 0 0 @@ -80,6 +106,48 @@ 0 0 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + + + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 -- cgit v1.1