java.lang.Object | ||
↳ | cyanogenmod.app.CustomTile.ExpandedStyle | |
↳ | cyanogenmod.app.CustomTile.RemoteExpandedStyle |
An instance of CustomTile.ExpandedStyle
that shows a remote view in the remote process
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
cyanogenmod.app.CustomTile.ExpandedStyle
| |||||||||||
From interface
android.os.Parcelable
|
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
cyanogenmod.app.CustomTile.ExpandedStyle
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a RemoteExpandedStyle object with default values.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Sets the RemoteViews for the
CustomTile.RemoteExpandedStyle
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
cyanogenmod.app.CustomTile.ExpandedStyle
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
android.os.Parcelable
|
Constructs a RemoteExpandedStyle object with default values.
Sets the RemoteViews for the CustomTile.RemoteExpandedStyle
remoteViews | a remote view |
---|