java.lang.Object |
↳ |
lineageos.hardware.DisplayMode |
Class Overview
Display Modes API
A device may implement a list of preset display modes for different
viewing intents, such as movies, photos, or extra vibrance. These
modes may have multiple components such as gamma correction, white
point adjustment, etc, but are activated by a single control point.
This API provides support for enumerating and selecting the
modes supported by the hardware.
A DisplayMode is referenced by it's identifier and carries an
associated name (up to the user to translate this value).
Summary
[Expand]
Inherited Constants |
From interface
android.os.Parcelable
int |
CONTENTS_FILE_DESCRIPTOR |
|
int |
PARCELABLE_ELIDE_DUPLICATES |
|
int |
PARCELABLE_WRITE_RETURN_VALUE |
|
|
Fields |
public
final
int |
id |
|
public
final
String |
name |
|
[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(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
android.os.Parcelable
abstract
int
|
describeContents()
|
abstract
void
|
writeToParcel(Parcel arg0, int arg1)
|
|
Fields
Public Constructors
public
DisplayMode
(int id, String name)
Parameters |
id |
int |
name |
String |
Public Methods
public
int
describeContents
()
public
void
writeToParcel
(Parcel out, int flags)
Parameters |
out |
Parcel |
flags |
int |