| java.lang.Object | ||
| ↳ | cyanogenmod.app.CustomTile.ExpandedStyle | |
| ↳ | cyanogenmod.app.CustomTile.ListExpandedStyle | |
An instance of CustomTile.ExpandedStyle that shows the CustomTile.ExpandedListItem's in a
scrollable ListView.
|
[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 ListExpandedStyle object with default values.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Sets an
ArrayList of CustomTile.ExpandedListItems to be utilized by
the ListView for presentation.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
cyanogenmod.app.CustomTile.ExpandedStyle
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
android.os.Parcelable
| |||||||||||
Constructs a ListExpandedStyle object with default values.
Sets an ArrayList of CustomTile.ExpandedListItems to be utilized by
the ListView for presentation.
| expandedListItems | an array list of CustomTile.ExpandedListItems
|
|---|