| java.lang.Object | ||
| ↳ | cyanogenmod.app.CustomTile.ExpandedStyle | |
| ↳ | cyanogenmod.app.CustomTile.GridExpandedStyle | |
An instance of CustomTile.ExpandedStyle that shows the CustomTile.ExpandedGridItems in a
non-scrollable grid.
|
[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 GridExpandedStyle object with default values.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Sets an
ArrayList of CustomTile.ExpandedGridItem's to be utilized by
the PseudoGridView for presentation.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
cyanogenmod.app.CustomTile.ExpandedStyle
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
android.os.Parcelable
| |||||||||||
Constructs a GridExpandedStyle object with default values.
Sets an ArrayList of CustomTile.ExpandedGridItem's to be utilized by
the PseudoGridView for presentation.
Since the PseudoGridView is not a Grid with an adapter instance, there's a hard
limit specified by PSEUDO_GRID_ITEM_MAX_COUNT
| expandedGridItems | an array list of CustomTile.ExpandedGridItems
|
|---|