Searched refs:layoutRes (Results 1 – 8 of 8) sorted by relevance
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
D | DialogActivity.kt | 48 fun setDialogContent(layoutRes: Int) { in setDialogContent() 50 getLayoutInflater().inflate(layoutRes, mContentFrame) in setDialogContent()
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/ |
D | StatusIconPanelViewController.java | 191 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/ |
D | DreamAdapter.java | 157 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/ |
D | InitializeLayoutConsumerHandler.java | 33 @LayoutRes int layoutRes, in initializeLayoutParams()
|
/packages/apps/Contacts/src/com/android/contacts/preference/ |
D | ContactsPreferenceActivity.java | 119 public void setContentView(@LayoutRes int layoutRes) { in setContentView() argument 120 mCompatDelegate.setContentView(layoutRes); in setContentView()
|
/packages/apps/Settings/src/com/android/settings/shortcut/ |
D | CreateShortcutPreferenceController.java | 276 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/ |
D | SimImportFragment.java | 397 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/ |
D | LauncherPreviewRenderer.java | 176 int layoutRes = mDp.isTwoPanels ? R.layout.launcher_preview_two_panel_layout in LauncherPreviewRenderer() local 179 layoutRes, null, false); in LauncherPreviewRenderer()
|