Uses of Class
android.widget.RemoteViews

Packages that use RemoteViews
android.app   
android.appwidget   
android.widget   
 

Uses of RemoteViews in android.app
 

Fields in android.app declared as RemoteViews
 RemoteViews Notification.contentView
           
 RemoteViews Notification.tickerView
           
 

Methods in android.app with parameters of type RemoteViews
 Notification.Builder Notification.Builder.setContent(RemoteViews views)
           
 Notification.Builder Notification.Builder.setTicker(CharSequence tickerText, RemoteViews views)
           
 

Uses of RemoteViews in android.appwidget
 

Methods in android.appwidget with parameters of type RemoteViews
 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)
           
 

Uses of RemoteViews in android.widget
 

Fields in android.widget with type parameters of type RemoteViews
static Parcelable.Creator<RemoteViews> RemoteViews.CREATOR
           
 

Methods in android.widget that return RemoteViews
 RemoteViews RemoteViews.clone()
           
 RemoteViews RemoteViewsService.RemoteViewsFactory.getLoadingView()
           
 RemoteViews RemoteViewsService.RemoteViewsFactory.getViewAt(int position)
           
 

Methods in android.widget with parameters of type RemoteViews
 void RemoteViews.addView(int viewId, RemoteViews nestedView)
           
 



Copyright © 2008-2012. All Rights Reserved.