Home
last modified time | relevance | path

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

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowAppWidgetManager.java86 int layoutId = views.getLayoutId(); in updateAppWidget() local
87 if (widgetInfo.layoutId != layoutId || alwaysRecreateViewsDuringUpdate) { in updateAppWidget()
88 widgetInfo.view = createWidgetView(layoutId); in updateAppWidget()
89 widgetInfo.layoutId = layoutId; in updateAppWidget()
121 widgetInfo.view = createWidgetView(widgetInfo.layoutId); in reconstructWidgetViewAsIfPhoneWasRotated()
215 private int layoutId; field in ShadowAppWidgetManager.WidgetInfo
219 public WidgetInfo(View view, int layoutId, AppWidgetProvider appWidgetProvider) { in WidgetInfo() argument
221 this.layoutId = layoutId; in WidgetInfo()
DShadowRemoteViews.java25 private int layoutId; field in ShadowRemoteViews
28 public void __constructor__(String packageName, int layoutId) { in __constructor__() argument
30 this.layoutId = layoutId; in __constructor__()
40 return layoutId; in getLayoutId()
DShadowDialog.java32 private int layoutId; field in ShadowDialog
71 layoutId = layoutResID; in setContentView()
155 if (layoutId > 0 && context != null) { in findViewById()
156 inflatedView = ShadowLayoutInflater.from(context).inflate(layoutId, null); in findViewById()
221 return layoutId; in getLayoutId()
238 inflatedView = ShadowLayoutInflater.from(context).inflate(layoutId, null); in clickOnText()