Home
last modified time | relevance | path

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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DDialogActivity.kt48 fun setDialogContent(layoutRes: Int) { in setDialogContent()
50 getLayoutInflater().inflate(layoutRes, mContentFrame) in setDialogContent()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/
DStatusIconPanelViewController.java191 View anchorView, @LayoutRes int layoutRes, @DimenRes int widthRes, in StatusIconPanelViewController() argument
204 mPanelLayoutRes = layoutRes; in StatusIconPanelViewController()
574 public StatusIconPanelViewController build(View anchorView, @LayoutRes int layoutRes, in build() argument
578 mCarSystemBarElementInitializer, anchorView, layoutRes, widthRes, mXOffset, in build()
/packages/apps/Settings/src/com/android/settings/dream/
DDreamAdapter.java157 public DreamAdapter(@LayoutRes int layoutRes, List<IDreamItem> itemList) { in DreamAdapter() argument
159 mLayouts.append(DreamItemViewTypes.DREAM_ITEM, layoutRes); in DreamAdapter()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DInitializeLayoutConsumerHandler.java33 @LayoutRes int layoutRes, in initializeLayoutParams()
/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/apps/Settings/src/com/android/settings/shortcut/
DCreateShortcutPreferenceController.java276 int layoutRes, int size) { in createIcon() argument
279 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()
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DLauncherPreviewRenderer.java176 int layoutRes = mDp.isTwoPanels ? R.layout.launcher_preview_two_panel_layout in LauncherPreviewRenderer() local
179 layoutRes, null, false); in LauncherPreviewRenderer()