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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncher.java992 * @param layoutResId The id of the XML layout used to create the shortcut.
996 * @return A View inflated from layoutResId.
998 View createShortcut(int layoutResId, ViewGroup parent, ShortcutInfo info) { argument
999 BubbleTextView favorite = (BubbleTextView) mInflater.inflate(layoutResId, parent, false);

Completed in 32 milliseconds