public static class

CustomTile.ListExpandedStyle

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

Class Overview

An instance of CustomTile.ExpandedStyle that shows the CustomTile.ExpandedListItem's in a scrollable ListView.

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.ListExpandedStyle()
Constructs a ListExpandedStyle object with default values.
Public Methods
void setListItems(ArrayList<CustomTile.ExpandedListItem> expandedListItems)
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

Public Constructors

public CustomTile.ListExpandedStyle ()

Added in API level 1

Constructs a ListExpandedStyle object with default values.

Public Methods

public void setListItems (ArrayList<CustomTile.ExpandedListItem> expandedListItems)

Added in API level 1

Sets an ArrayList of CustomTile.ExpandedListItems to be utilized by the ListView for presentation.

Parameters
expandedListItems an array list of CustomTile.ExpandedListItems