Searched refs:layoutId (Results 1 – 3 of 3) sorted by relevance
86 int layoutId = views.getLayoutId(); in updateAppWidget() local87 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.WidgetInfo219 public WidgetInfo(View view, int layoutId, AppWidgetProvider appWidgetProvider) { in WidgetInfo() argument221 this.layoutId = layoutId; in WidgetInfo()
25 private int layoutId; field in ShadowRemoteViews28 public void __constructor__(String packageName, int layoutId) { in __constructor__() argument30 this.layoutId = layoutId; in __constructor__()40 return layoutId; in getLayoutId()
32 private int layoutId; field in ShadowDialog71 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()