java.lang.Object | ||
↳ | cyanogenmod.app.CustomTile.ExpandedStyle | |
↳ | cyanogenmod.app.CustomTile.GridExpandedStyle |
An instance of CustomTile.ExpandedStyle
that shows the CustomTile.ExpandedGridItem
s in a
non-scrollable grid.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
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.ExpandedGridItem s
|
---|