CyanogenMod Platform SDK
API level:
CyanogenMod APIs
cyanogenmod.alarmclock
cyanogenmod.app
cyanogenmod.content
cyanogenmod.externalviews
cyanogenmod.hardware
cyanogenmod.media
cyanogenmod.os
cyanogenmod.platform
cyanogenmod.power
cyanogenmod.profiles
cyanogenmod.providers
cyanogenmod.themes
cyanogenmod.util
cyanogenmod.weather
cyanogenmod.weather.util
cyanogenmod.weatherservice
Interfaces
IThermalListenerCallback
Classes
CMHardwareManager
DisplayMode
HSIC
IThermalListenerCallback.Stub
LiveDisplayConfig
LiveDisplayManager
ThermalListenerCallback
ThermalListenerCallback.State
fullscreen
Use Tree Navigation
Use Panel Navigation
Summary:
Inherited Constants
|
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
Added in
API level 6
public class
HSIC
extends Object
implements Parcelable
java.lang.Object
↳
cyanogenmod.hardware.HSIC
Summary
[Expand]
Inherited Constants
From interface android.os.Parcelable
int
CONTENTS_FILE_DESCRIPTOR
int
PARCELABLE_WRITE_RETURN_VALUE
Public Constructors
HSIC
(float hue, float saturation, float intensity, float contrast, float saturationThreshold)
Public Methods
int
describeContents
()
String
flatten
()
static
HSIC
fromFloatArray
(float[] hsic)
float
getContrast
()
float
getHue
()
float
getIntensity
()
float
getSaturation
()
float
getSaturationThreshold
()
float[]
toFloatArray
()
int[]
toRGB
()
String
toString
()
static
HSIC
unflattenFrom
(String flat)
void
writeToParcel
(Parcel parcel, int i)
[Expand]
Inherited Methods
From class java.lang.Object
Object
clone
()
boolean
equals
(Object arg0)
void
finalize
()
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
From interface android.os.Parcelable
abstract int
describeContents
()
abstract void
writeToParcel
(Parcel arg0, int arg1)
Public Constructors
public
HSIC
(float hue, float saturation, float intensity, float contrast, float saturationThreshold)
Added in
API level 6
Public Methods
public int
describeContents
()
Added in
API level 6
public String
flatten
()
Added in
API level 6
public static
HSIC
fromFloatArray
(float[] hsic)
Added in
API level 6
public float
getContrast
()
Added in
API level 6
public float
getHue
()
Added in
API level 6
public float
getIntensity
()
Added in
API level 6
public float
getSaturation
()
Added in
API level 6
public float
getSaturationThreshold
()
Added in
API level 6
public float[]
toFloatArray
()
Added in
API level 6
public int[]
toRGB
()
Added in
API level 6
public String
toString
()
public static
HSIC
unflattenFrom
(String flat)
Added in
API level 6
Throws
NumberFormatException
public void
writeToParcel
(Parcel parcel, int i)
Added in
API level 6