Home
last modified time | relevance | path

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

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowAppWidgetManager.java50 private Map<Integer, WidgetInfo> widgetInfos = new HashMap<Integer, WidgetInfo>();
85 WidgetInfo widgetInfo = getWidgetInfo(appWidgetId); in updateAppWidget()
99 WidgetInfo widgetInfo = widgetInfos.get(id); in getAppWidgetIds()
120 WidgetInfo widgetInfo = getWidgetInfo(appWidgetId); in reconstructWidgetViewAsIfPhoneWasRotated()
152 … widgetInfos.put(myWidgetId, new WidgetInfo(widgetView, widgetLayoutId, appWidgetProvider)); in createWidgets()
209 private WidgetInfo getWidgetInfo(int widgetId) { in getWidgetInfo()
213 private class WidgetInfo { class in ShadowAppWidgetManager
219 public WidgetInfo(View view, int layoutId, AppWidgetProvider appWidgetProvider) { in WidgetInfo() method in ShadowAppWidgetManager.WidgetInfo