Searched refs:layoutId (Results 1 – 5 of 5) 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()
260 int layoutId = remoteViews.getLayoutId(); in updateAppWidget() local264 if (content == null && layoutId == mLayoutId) { in updateAppWidget()285 mLayoutId = layoutId; in updateAppWidget()
256 int layoutId; in makeTickerView() local
960 public RemoteViews(String packageName, int layoutId) { in RemoteViews() argument962 mLayoutId = layoutId; in RemoteViews()