/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/res/raw/ |
icon_example.json | 56 "title": "Brightness",
|
/device/htc/flounder/overlay/frameworks/base/core/res/res/values/ |
config.xml | 25 <!-- Flag indicating whether we should enable the automatic brightness in Settings. 29 <!-- Array of light sensor LUX values to define our levels for auto backlight brightness support. 40 corresponds to an entry in the brightness backlight values arrays. 42 then the brightness will be determined by value[2] (second element 43 of the brightness values array). 45 Spline interpolation is used to determine the auto-brightness 64 The brightness values must be between 0 and 255 and be non-decreasing. 82 The brightness values must be between 0 and 255 and be non-decreasing. 100 The brightness values must be between 0 and 255 and be non-decreasing. 115 <!-- Screen brightness used to dim the screen when the user activit [all...] |
/frameworks/base/core/java/android/hardware/display/ |
DisplayManagerInternal.java | 154 * brightness controls leaving the DisplayPowerController to manage the 157 * have to micro-manage screen off animations, auto-brightness and other effects. 178 // The desired screen brightness in the range 0 (minimum / off) to 255 (brightest). 179 // The display power controller may choose to clamp the brightness. 180 // When auto-brightness is enabled, this field should specify a nominal default 184 // The screen auto-brightness adjustment factor in the range -1 (dimmer) to 1 (brighter). 191 // If true, enables automatic brightness control. 194 // If true, scales the brightness to half of desired. 197 // If true, applies a brightness boost. 210 // Overrides the policy for adjusting screen brightness and state while dozing [all...] |
/developers/build/prebuilts/gradle/MediaEffects/Application/src/main/res/values/ |
strings.xml | 20 <string name="brightness">Brightness</string>
|
/developers/samples/android/media/MediaEffects/Application/src/main/res/values/ |
strings.xml | 20 <string name="brightness">Brightness</string>
|
/development/samples/HelloEffects/res/values/ |
strings.xml | 21 <string name="brightness">Brightness</string>
|
/development/samples/browseable/MediaEffects/res/values/ |
strings.xml | 20 <string name="brightness">Brightness</string>
|
/device/google/dragon/overlay/frameworks/base/core/res/res/values/ |
config.xml | 54 <!-- Flag indicating whether the we should enable the automatic brightness in Settings. 71 <!-- Array of light sensor LUX values to define our levels for auto backlight brightness support. 82 corresponds to an entry in the brightness backlight values arrays. 84 then the brightness will be determined by value[2] (second element 85 of the brightness values array). 87 Spline interpolation is used to determine the auto-brightness 112 The brightness values must be between 0 and 255 and be non-decreasing. 115 <!-- This will be converted to kernel brightness level in light HAL -->
|
/external/opencv3/samples/cpp/tutorial_code/ImgProc/ |
BasicLinearTransforms.cpp | 3 * @brief Simple program to change contrast and brightness 14 int beta; /**< Simple brightness control */
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
SettingsFacade.java | 152 @Rpc(description = "Returns the screen backlight brightness.", 153 returns = "the current screen brightness between 0 and 255") 168 @Rpc(description = "Sets the the screen backlight brightness.", 169 returns = "the original screen brightness.") 171 @RpcParameter(name = "value", description = "brightness value between 0 and 255") Integer value) { 177 final int brightness = value; local 180 android.provider.Settings.System.SCREEN_BRIGHTNESS, brightness); local 187 lp.screenBrightness = brightness * 1.0f / 255;
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/ |
brightness.cpp | 17 // Native function to extract brightness from image (handed down as ByteBuffer). 19 #include "brightness.h"
|
/hardware/qcom/display/msm8909/liblight/ |
lights.c | 45 = "/sys/class/leds/red/brightness"; 48 = "/sys/class/leds/green/brightness"; 51 = "/sys/class/leds/blue/brightness"; 54 = "/sys/class/leds/bt/brightness"; 57 = "/sys/class/leds/lcd-backlight/brightness"; 60 = "/sys/class/leds/button-backlight/brightness"; 122 int brightness = rgb_to_brightness(state); local 127 err = write_int(LCD_FILE, brightness);
|
/device/lge/bullhead/liblight/ |
lights.c | 40 char const *const LCD_FILE = "/sys/class/leds/lcd-backlight/brightness"; 41 char const *const RED_LED_FILE = "/sys/class/leds/red/brightness"; 42 char const *const GREEN_LED_FILE = "/sys/class/leds/green/brightness"; 43 char const *const BLUE_LED_FILE = "/sys/class/leds/blue/brightness"; 113 int brightness = rgb_to_brightness(state); local 116 err = write_int(LCD_FILE, brightness);
|
/frameworks/base/services/core/java/com/android/server/display/ |
AutomaticBrightnessController.java | 50 // If true, enables the use of the screen auto-brightness adjustment setting. 67 // Debounce for sampling user-initiated changes in display brightness to ensure 86 // The auto-brightness spline adjustment. 87 // The brightness values have been scaled to a range of 0..1. 98 // Stability requirements in milliseconds for accepting a new brightness level. This is used 101 // brightness changes occur in response to an observed change in light level that exceeds the 107 // brightness based on the current sensor reads. If false, the controller will collect more data 108 // and only then decide whether to change brightness. 118 // Amount of time to delay auto-brightness after screen on while waiting for 157 // The screen brightness level that has been chosen by the auto-brightnes [all...] |
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/res/raw/ |
camera_graph.xml | 84 <filter class="AvgBrightnessFilter" name="brightness" /> 154 targetFilter="snapBrightness" targetPort="brightness" /> 177 <connect sourceFilter="featureBranch" sourcePort="brightness" 178 targetFilter="brightness" targetPort="image" /> 179 <connect sourceFilter="brightness" sourcePort="brightnessRating" 180 targetFilter="goodnessFilter" targetPort="brightness" />
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/ |
CSVWriterFilter.java | 60 .addInputPort("brightness", Signature.PORT_REQUIRED, floatT) 94 getConnectedInputPort("brightness").pullFrame().asFrameValue(); 95 float brightness = ((Float)brightnessValue.getValue()).floatValue(); local 118 "ContrastRating,Brightness,Motion"); 134 underExposure + "," + colorfulness + "," + contrast + "," + brightness + 137 underExposure + "," + colorfulness + "," + contrast + "," + brightness +
|
/device/huawei/angler/liblight/ |
lights.c | 53 = "/sys/class/leds/red/brightness"; 56 = "/sys/class/leds/green/brightness"; 59 = "/sys/class/leds/blue/brightness"; 62 = "/sys/class/leds/lcd-backlight/brightness"; 158 int brightness = rgb_to_brightness(state); local 181 brightness = DEFAULT_LOW_PERSISTENCE_MODE_BRIGHTNESS; 193 err = write_int(LCD_FILE, brightness);
|
/device/generic/goldfish/lights/ |
lights_qemu.c | 54 /* Get brightness(0~255) from state. */ 63 /* set backlight brightness by LIGHTS_SERVICE_NAME service. */ 83 int brightness = rgb_to_brightness( state ); local 86 snprintf( buffer, sizeof(buffer), "power:light:brightness:lcd_backlight:%d", brightness );
|
/docs/source.android.com/src/devices/tech/power/ |
index.jd | 32 display, CPU) change states (OFF/ON, idle/full power, low/high brightness, etc.), the controlling 74 at minimum brightness and at maximum brightness. To determine the power cost (i.e the battery 76 each brightness level, then multiplies those time intervals by an interpolated display brightness
|
/frameworks/base/services/core/java/com/android/server/lights/ |
LightsService.java | 48 public void setBrightness(int brightness) { 49 setBrightness(brightness, BRIGHTNESS_MODE_USER); 53 public void setBrightness(int brightness, int brightnessMode) { 55 int color = brightness & 0x000000ff; 201 Slog.v(TAG, "VR mode enabled, setting brightness to low persistence");
|
/device/htc/flounder/lights/ |
lights.c | 36 char const* const BACKLIGHT_FILE = "/sys/class/backlight/tegra-dsi-backlight.0/brightness"; 97 int brightness = rgb_to_brightness(state); local 100 err = write_int(BACKLIGHT_FILE, brightness);
|
/cts/apps/CameraITS/tools/ |
wake_up_screen.py | 51 # set brightness 52 print 'Tablet display brightness set to %d' % DISPLAY_LEVEL
|
/device/google/marlin/liblight/ |
lights.c | 51 = "/sys/class/leds/red/brightness"; 54 = "/sys/class/leds/green/brightness"; 57 = "/sys/class/leds/blue/brightness"; 60 = "/sys/class/leds/lcd-backlight/brightness"; 66 = "/sys/class/leds/button-backlight/brightness"; 184 int brightness = rgb_to_brightness(state); local 202 brightness = DEFAULT_LOW_PERSISTENCE_MODE_BRIGHTNESS; 209 err = write_int(LCD_FILE, brightness);
|
/external/autotest/client/site_tests/hardware_Backlight/ |
hardware_Backlight.py | 62 # states that the requested brightness may not be the 65 # between requested brightness and actual_brightness percent be
|
/frameworks/base/core/java/android/os/ |
IPowerManager.aidl | 61 // temporarily overrides the screen brightness settings to allow the user to 63 void setTemporaryScreenBrightnessSettingOverride(int brightness);
|