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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a ListExpandedStyle object with default values.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Sets an
ArrayList of CustomTile.ExpandedListItem s to be utilized by
the ListView for presentation.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Constructs a ListExpandedStyle object with default values.
Sets an ArrayList
of CustomTile.ExpandedListItem
s to be utilized by
the ListView for presentation.
expandedListItems | an array list of CustomTile.ExpandedListItem s
|
---|