Home
last modified time | relevance | path

Searched refs:layoutRes (Results 1 – 5 of 5) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DDialogActivity.java51 public void setDialogContent(int layoutRes) { in setDialogContent() argument
53 getLayoutInflater().inflate(layoutRes, mContentFrame); in setDialogContent()
/packages/apps/Contacts/src/com/android/contacts/preference/
DContactsPreferenceActivity.java119 public void setContentView(@LayoutRes int layoutRes) { in setContentView() argument
120 mCompatDelegate.setContentView(layoutRes); in setContentView()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/shortcut/
DCreateShortcutPreferenceController.java226 private Bitmap createIcon(ApplicationInfo app, int resource, int layoutRes, int size) { in createIcon() argument
228 final View view = LayoutInflater.from(context).inflate(layoutRes, null); in createIcon()
/packages/apps/Settings/src/com/android/settings/shortcut/
DCreateShortcutPreferenceController.java235 int layoutRes, int size) { in createIcon() argument
238 final View view = LayoutInflater.from(themedContext).inflate(layoutRes, null); in createIcon()
/packages/apps/Contacts/src/com/android/contacts/
DSimImportFragment.java397 final int layoutRes = existsInCurrentAccount(position) ? in getView() local
400 text = (TextView) mInflater.inflate(layoutRes, parent, false); in getView()