Searched defs:layoutResId (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Settings/src/com/android/settings/accessibility/
H A DListDialogPreference.java72 * @param layoutResId the layout to use for displaying grid items
74 public void setListItemLayoutResource(int layoutResId) { argument
75 mListItemLayout = layoutResId;
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DRestrictedActivity.java126 void setContentView(int layoutResId); argument
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncher.java1053 * @param layoutResId The id of the XML layout used to create the shortcut.
1057 * @return A View inflated from layoutResId.
1059 View createShortcut(int layoutResId, ViewGroup parent, ShortcutInfo info) { argument
1060 BubbleTextView favorite = (BubbleTextView) mInflater.inflate(layoutResId, parent, false);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java1240 * @param layoutResId The id of the XML layout used to create the shortcut.
1244 * @return A View inflated from layoutResId.
1246 View createShortcut(int layoutResId, ViewGroup parent, ShortcutInfo info) { argument
1247 BubbleTextView favorite = (BubbleTextView) mInflater.inflate(layoutResId, parent, false);

Completed in 113 milliseconds