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