java.lang.Object | ||
↳ | cyanogenmod.app.CustomTile.ExpandedItem | |
↳ | cyanogenmod.app.CustomTile.ExpandedListItem |
An instance of CustomTile.ExpandedItem
to be utilized within a CustomTile.ListExpandedStyle
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
|
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
cyanogenmod.app.CustomTile.ExpandedItem
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructor fot the ExpandedListItem
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
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.
| |||||||||||
Sets the drawable resource id associated with the
CustomTile.ExpandedListItem
| |||||||||||
Sets the
PendingIntent associated with the CustomTile.ExpandedListItem
| |||||||||||
Sets the title for the
CustomTile.ExpandedListItem
| |||||||||||
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
|
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.
Sets the drawable resource id associated with the CustomTile.ExpandedListItem
resourceId | a resource id that maps to a drawable |
---|
Sets the PendingIntent
associated with the CustomTile.ExpandedListItem
intent | a pending intent to be triggered on click |
---|
Sets the title for the CustomTile.ExpandedListItem
summary | a string summary |
---|
Sets the title for the CustomTile.ExpandedListItem
title | a string title |
---|