public static class

CustomTile.GridExpandedStyle

extends CustomTile.ExpandedStyle
java.lang.Object
   ↳ cyanogenmod.app.CustomTile.ExpandedStyle
     ↳ cyanogenmod.app.CustomTile.GridExpandedStyle

Class Overview

An instance of CustomTile.ExpandedStyle that shows the CustomTile.ExpandedGridItems in a non-scrollable grid.

Summary

[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
CustomTile.GridExpandedStyle()
Constructs a GridExpandedStyle object with default values.
Public Methods
void setGridItems(ArrayList<CustomTile.ExpandedGridItem> expandedGridItems)
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

Public Constructors

public CustomTile.GridExpandedStyle ()

Added in API level 1

Constructs a GridExpandedStyle object with default values.

Public Methods

public void setGridItems (ArrayList<CustomTile.ExpandedGridItem> expandedGridItems)

Added in API level 1

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

Parameters
expandedGridItems an array list of CustomTile.ExpandedGridItems