public static class

CustomTile.ExpandedItem

extends Object
implements Parcelable
java.lang.Object
   ↳ cyanogenmod.app.CustomTile.ExpandedItem
Known Direct Subclasses

Class Overview

A container object that is utilized by CustomTile.ExpandedStyle to show specific items in either a PseudoGridView or a ListView via CustomTile.GridExpandedStyle and CustomTile.ListExpandedStyle

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public static final Creator<CustomTile.ExpandedItem> CREATOR
public Bitmap itemBitmapResource A bitmap to be utilized instead of #itemDrawableResourceId
public int itemDrawableResourceId A drawable resource id associated with the CustomTile.ExpandedItem
public String itemSummary The summary associated with the item, may be null
public String itemTitle The title of the item
public PendingIntent onClickPendingIntent A PendingIntent associated with the item.
Protected Constructors
CustomTile.ExpandedItem(Parcel parcel)
Unflatten the ExpandedItem from a parcel.
Public Methods
int describeContents()
String toString()
void writeToParcel(Parcel out, int flags)
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Fields

public static final Creator<CustomTile.ExpandedItem> CREATOR

Added in API level 1

public Bitmap itemBitmapResource

Added in API level 2

A bitmap to be utilized instead of #itemDrawableResourceId

public int itemDrawableResourceId

Added in API level 1

A drawable resource id associated with the CustomTile.ExpandedItem

public String itemSummary

Added in API level 1

The summary associated with the item, may be null

public String itemTitle

Added in API level 1

The title of the item

public PendingIntent onClickPendingIntent

Added in API level 1

A PendingIntent associated with the item. Triggers a send() when the item is clicked.

Protected Constructors

protected CustomTile.ExpandedItem (Parcel parcel)

Added in API level 1

Unflatten the ExpandedItem from a parcel.

Public Methods

public int describeContents ()

Added in API level 1

public String toString ()

public void writeToParcel (Parcel out, int flags)

Added in API level 1