java.lang.Object | |
↳ | lineageos.hardware.LiveDisplayConfig |
Holder class for LiveDisplay static configuration. This class holds various defaults and hardware capabilities which are involved with LiveDisplay.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Get the range of supported color balance
| |||||||||||
Get the range of supported color temperatures
| |||||||||||
Get the supported range for contrast adjustment
| |||||||||||
Get the default value for auto contrast
| |||||||||||
Get the default value for automatic outdoor mode
| |||||||||||
Get the default value for CABC
| |||||||||||
Get the default value for color enhancement
| |||||||||||
Gets the default color temperature to use in the daytime.
| |||||||||||
Get the default adaptive mode.
| |||||||||||
Gets the default color temperature to use at night.
| |||||||||||
Get the supported range for hue adjustment
| |||||||||||
Get the supported range for intensity adjustment
| |||||||||||
Convenience method to get a list of all picture adjustment ranges
with a single call.
| |||||||||||
Get the supported range for saturation adjustment
| |||||||||||
Get the supported range for saturation threshold adjustment
| |||||||||||
Checks if a particular feature or mode is supported by the system.
| |||||||||||
Checks if LiveDisplay has support for adaptive modes.
| |||||||||||
Checks if LiveDisplay is available for use on this device.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
android.os.Parcelable
|
Parameters | |
---|---|
capabilities |
BitSet |
defaultMode |
int |
defaultDayTemperature |
int |
defaultNightTemperature |
int |
defaultAutoOutdoorMode |
boolean |
defaultAutoContrast |
boolean |
defaultCABC |
boolean |
defaultColorEnhancement |
boolean |
colorTemperatureRange |
Range |
colorBalanceRange |
Range |
hueRange |
Range |
saturationRange |
Range |
intensityRange |
Range |
contrastRange |
Range |
saturationThresholdRange |
Range |
Get the range of supported color balance
Returns | |
---|---|
Range<Integer> |
linear range which maps into the temperature range curve |
Get the range of supported color temperatures
Returns | |
---|---|
Range<Integer> |
range in Kelvin |
Get the supported range for contrast adjustment
Returns | |
---|---|
Range<Float> |
float range |
Get the default value for auto contrast
Returns | |
---|---|
boolean |
true if enabled |
Get the default value for automatic outdoor mode
Returns | |
---|---|
boolean |
true if enabled |
Get the default value for CABC
Returns | |
---|---|
boolean |
true if enabled |
Get the default value for color enhancement
Returns | |
---|---|
boolean |
true if enabled |
Gets the default color temperature to use in the daytime. This is typically set to 6500K, however this may not be entirely accurate. Use this value for resetting controls to the default.
Returns | |
---|---|
int |
the default day temperature in K |
Get the default adaptive mode.
Returns | |
---|---|
int |
the default mode |
Gets the default color temperature to use at night. This is typically set to 4500K, but this may not be entirely accurate. Use this value for resetting controls to defaults.
Returns | |
---|---|
int |
the default night color temperature |
Get the supported range for hue adjustment
Returns | |
---|---|
Range<Float> |
float range |
Get the supported range for intensity adjustment
Returns | |
---|---|
Range<Float> |
float range |
Convenience method to get a list of all picture adjustment ranges with a single call.
Returns | |
---|---|
List<Range<Float>> |
List of float ranges |
Get the supported range for saturation adjustment
Returns | |
---|---|
Range<Float> |
float range |
Get the supported range for saturation threshold adjustment
Returns | |
---|---|
Range<Float> |
float range |
Checks if a particular feature or mode is supported by the system.
Returns | |
---|---|
boolean |
true if capable |
Checks if LiveDisplay has support for adaptive modes.
Returns | |
---|---|
boolean |
true if adaptive modes are available |
Checks if LiveDisplay is available for use on this device.
Returns | |
---|---|
boolean |
true if any feature is enabled |
Returns | |
---|---|
String |
Parameters | |
---|---|
out |
Parcel |
flags |
int |