public static class

CustomTile.ExpandedListItem

extends CustomTile.ExpandedItem
java.lang.Object
   ↳ cyanogenmod.app.CustomTile.ExpandedItem
     ↳ cyanogenmod.app.CustomTile.ExpandedListItem

Class Overview

An instance of CustomTile.ExpandedItem to be utilized within a CustomTile.ListExpandedStyle

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
[Expand]
Inherited Fields
From class cyanogenmod.app.CustomTile.ExpandedItem
Public Constructors
CustomTile.ExpandedListItem()
Constructor fot the ExpandedListItem
Public Methods
void setExpandedListItemBitmap(Bitmap bitmap)
Sets the bitmap associated with the CustomTile.ExpandedListItem to be utilized instead of the itemDrawableResourceId Note, sending many items with bitmaps over IPC may result in a TransactionTooLargeException.
void setExpandedListItemDrawable(int resourceId)
Sets the drawable resource id associated with the CustomTile.ExpandedListItem
void setExpandedListItemOnClickIntent(PendingIntent intent)
Sets the PendingIntent associated with the CustomTile.ExpandedListItem
void setExpandedListItemSummary(String summary)
Sets the title for the CustomTile.ExpandedListItem
void setExpandedListItemTitle(String title)
Sets the title for the CustomTile.ExpandedListItem
[Expand]
Inherited Methods
From class cyanogenmod.app.CustomTile.ExpandedItem
From class java.lang.Object
From interface android.os.Parcelable

Public Constructors

public CustomTile.ExpandedListItem ()

Added in API level 1

Constructor fot the ExpandedListItem

Public Methods

public void setExpandedListItemBitmap (Bitmap bitmap)

Added in API level 2

Sets the bitmap associated with the CustomTile.ExpandedListItem to be utilized instead of the itemDrawableResourceId Note, sending many items with bitmaps over IPC may result in a TransactionTooLargeException.

public void setExpandedListItemDrawable (int resourceId)

Added in API level 1

Sets the drawable resource id associated with the CustomTile.ExpandedListItem

Parameters
resourceId a resource id that maps to a drawable

public void setExpandedListItemOnClickIntent (PendingIntent intent)

Added in API level 1

Sets the PendingIntent associated with the CustomTile.ExpandedListItem

Parameters
intent a pending intent to be triggered on click

public void setExpandedListItemSummary (String summary)

Added in API level 1

Sets the title for the CustomTile.ExpandedListItem

Parameters
summary a string summary

public void setExpandedListItemTitle (String title)

Added in API level 1

Sets the title for the CustomTile.ExpandedListItem

Parameters
title a string title