Searched refs:layoutId (Results 1 – 6 of 6) sorted by relevance
137 final int layoutId; in onCreate() local140 layoutId = R.layout.confirm_backup; in onCreate()143 layoutId = R.layout.confirm_restore; in onCreate()171 setContentView(layoutId); in onCreate()189 if (layoutId == R.layout.confirm_backup) { in onCreate()201 if (layoutId == R.layout.confirm_backup) { in onCreate()
89 int layoutId, int fieldId) { in constructAdapter() argument157 return new ArrayAdapter<LocaleInfo>(context, layoutId, fieldId, localeInfos); in constructAdapter()
321 int layoutId = remoteViews.getLayoutId(); in updateAppWidget() local325 if (content == null && layoutId == mLayoutId) { in updateAppWidget()346 mLayoutId = layoutId; in updateAppWidget()
1482 private RemoteViews applyStandardTemplateWithActions(int layoutId) { in applyStandardTemplateWithActions() argument1483 RemoteViews big = applyStandardTemplate(layoutId, false); in applyStandardTemplateWithActions()1654 protected RemoteViews getStandardView(int layoutId) { in getStandardView() argument1661 RemoteViews contentView = mBuilder.applyStandardTemplateWithActions(layoutId); in getStandardView()
259 int layoutId; in makeTickerView() local
1321 public RemoteViews(String packageName, int layoutId) { in RemoteViews() argument1323 mLayoutId = layoutId; in RemoteViews()