java.lang.Object | |
↳ | cyanogenmod.app.LiveLockScreenInfo |
Data structure defining a Live lock screen.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
LiveLockScreenInfo.Builder |
Builder class for LiveLockScreenInfo objects.
|
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | PRIORITY_DEFAULT |
Default Live lock screen priority .
|
|||||||||
int | PRIORITY_HIGH |
Higher priority , for items that are more important
|
|||||||||
int | PRIORITY_LOW |
Lower priority , for items that are less important.
|
|||||||||
int | PRIORITY_MAX |
Highest priority .
|
|||||||||
int | PRIORITY_MIN |
Lowest priority .
|
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
|
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CREATOR | |||||||||||
component |
The component, which implements
KeyguardExternalViewProviderService , to display for this
live lock screen.
|
||||||||||
priority | Relative priority for this Live lock screen. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a LiveLockScreenInfo object with the given values.
| |||||||||||
Constructs a LiveLockScreenInfo object with default values.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
android.os.Parcelable
|
Default Live lock screen priority
.
Higher priority
, for items that are more important
Lower priority
, for items that are less important.
Highest priority
.
Lowest priority
.
The component, which implements
KeyguardExternalViewProviderService
, to display for this
live lock screen.
Constructs a LiveLockScreenInfo object with the given values.
You might want to consider using LiveLockScreenInfo.Builder
instead.
Constructs a LiveLockScreenInfo object with default values.
You might want to consider using LiveLockScreenInfo.Builder
instead.