Searched refs:layoutRes (Results 1 – 5 of 5) sorted by relevance
51 public void setDialogContent(int layoutRes) { in setDialogContent() argument53 getLayoutInflater().inflate(layoutRes, mContentFrame); in setDialogContent()
119 public void setContentView(@LayoutRes int layoutRes) { in setContentView() argument120 mCompatDelegate.setContentView(layoutRes); in setContentView()
226 private Bitmap createIcon(ApplicationInfo app, int resource, int layoutRes, int size) { in createIcon() argument228 final View view = LayoutInflater.from(context).inflate(layoutRes, null); in createIcon()
247 int layoutRes, int size) { in createIcon() argument250 final View view = LayoutInflater.from(themedContext).inflate(layoutRes, null); in createIcon()
398 final int layoutRes = existsInCurrentAccount(position) ? in getView() local401 text = (TextView) mInflater.inflate(layoutRes, parent, false); in getView()