| Package | Description |
|---|---|
| android.app | |
| android.appwidget | |
| android.widget |
| Modifier and Type | Field and Description |
|---|---|
RemoteViews |
Notification.bigContentView |
RemoteViews |
Notification.contentView |
RemoteViews |
Notification.tickerView |
| Modifier and Type | Method and Description |
|---|---|
protected RemoteViews |
Notification.Style.getStandardView(int layoutId) |
| Modifier and Type | Method and Description |
|---|---|
Notification.Builder |
Notification.Builder.setContent(RemoteViews views) |
Notification.Builder |
Notification.Builder.setTicker(CharSequence tickerText,
RemoteViews views) |
| Modifier and Type | Method and Description |
|---|---|
void |
AppWidgetManager.partiallyUpdateAppWidget(int[] appWidgetIds,
RemoteViews views) |
void |
AppWidgetManager.partiallyUpdateAppWidget(int appWidgetId,
RemoteViews views) |
void |
AppWidgetManager.updateAppWidget(ComponentName provider,
RemoteViews views) |
void |
AppWidgetManager.updateAppWidget(int[] appWidgetIds,
RemoteViews views) |
void |
AppWidgetManager.updateAppWidget(int appWidgetId,
RemoteViews views) |
void |
AppWidgetHostView.updateAppWidget(RemoteViews remoteViews) |
| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<RemoteViews> |
RemoteViews.CREATOR |
| Modifier and Type | Method and Description |
|---|---|
RemoteViews |
RemoteViews.clone() |
RemoteViews |
RemoteViewsService.RemoteViewsFactory.getLoadingView() |
RemoteViews |
RemoteViewsService.RemoteViewsFactory.getViewAt(int position) |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteViews.addView(int viewId,
RemoteViews nestedView) |
| Constructor and Description |
|---|
RemoteViews(RemoteViews landscape,
RemoteViews portrait) |
Copyright © 2008-2013. All Rights Reserved.