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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
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 |
---|