Home
last modified time | relevance | path

Searched defs:layoutRes (Results 1 – 7 of 7) sorted by relevance

/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DInitializeLayoutConsumerHandler.java32 void initializeLayoutParams( in initializeLayoutParams()
/packages/apps/Settings/src/com/android/settings/dream/
DDreamAdapter.java157 public DreamAdapter(@LayoutRes int layoutRes, List<IDreamItem> itemList) { in DreamAdapter()
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DLauncherPreviewRenderer.java176 int layoutRes = mDp.isTwoPanels ? R.layout.launcher_preview_two_panel_layout in LauncherPreviewRenderer() local
/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/
DStatusIconPanelViewController.java191 View anchorView, @LayoutRes int layoutRes, @DimenRes int widthRes, in StatusIconPanelViewController()
574 public StatusIconPanelViewController build(View anchorView, @LayoutRes int layoutRes, in build()
/packages/apps/Contacts/src/com/android/contacts/preference/
DContactsPreferenceActivity.java119 public void setContentView(@LayoutRes int layoutRes) { in setContentView()
/packages/apps/Settings/src/com/android/settings/shortcut/
DCreateShortcutPreferenceController.java276 int layoutRes, int size) { in createIcon()
/packages/apps/Contacts/src/com/android/contacts/
DSimImportFragment.java397 final int layoutRes = existsInCurrentAccount(position) ? in getView() local