Home | History | Annotate | Download | only in widget

Lines Matching defs:RemoteViewsFactory

29  * extend the RemoteViewsService to provide the appropriate RemoteViewsFactory's used to
41 private static final HashMap<Intent.FilterComparison, RemoteViewsFactory> sRemoteViewFactories =
42 new HashMap<Intent.FilterComparison, RemoteViewsFactory>();
53 public interface RemoteViewsFactory {
62 * RemoteViewsFactory to respond to data changes by updating any internal references.
130 * public RemoteViewsFactory interface.
133 public RemoteViewsFactoryAdapter(RemoteViewsFactory factory, boolean isCreated) {
218 RemoteViewsFactory factory = RemoteViewsService.sRemoteViewFactories.get(fc);
230 private RemoteViewsFactory mFactory;
238 RemoteViewsFactory factory = null;
257 public abstract RemoteViewsFactory onGetViewFactory(Intent intent);