Home
last modified time | relevance | path

Searched refs:LoadingViewTemplate (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DRemoteViewsAdapter.java439 LoadingViewTemplate loadingTemplate;
482 public synchronized LoadingViewTemplate getLoadingTemplate(Context context) { in getLoadingTemplate()
484 loadingTemplate = new LoadingViewTemplate(null, context); in getLoadingTemplate()
944 LoadingViewTemplate loadingTemplate = in updateTemporaryMetaData()
945 new LoadingViewTemplate(factory.getLoadingView(), mContext); in updateTemporaryMetaData()
1317 private static class LoadingViewTemplate { class in RemoteViewsAdapter
1321 LoadingViewTemplate(RemoteViews views, Context context) { in LoadingViewTemplate() method in RemoteViewsAdapter.LoadingViewTemplate