java.lang.Object | |
↳ | cyanogenmod.app.CustomTile.ExpandedItem |
![]() |
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
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.