java.lang.Object | |
↳ | cyanogenmod.app.CustomTile.ExpandedItem |
Known Direct Subclasses |
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
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
|
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CREATOR | |||||||||||
itemBitmapResource | A bitmap to be utilized instead of #itemDrawableResourceId | ||||||||||
itemDrawableResourceId |
A drawable resource id associated with the CustomTile.ExpandedItem
|
||||||||||
itemSummary | The summary associated with the item, may be null | ||||||||||
itemTitle | The title of the item | ||||||||||
onClickPendingIntent |
A PendingIntent associated with the item.
|
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Unflatten the ExpandedItem from a parcel.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
android.os.Parcelable
|
A bitmap to be utilized instead of #itemDrawableResourceId
A drawable resource id associated with the CustomTile.ExpandedItem
A PendingIntent
associated with the item.
Triggers a send()
when the item is clicked.
Unflatten the ExpandedItem from a parcel.