Lines Matching refs:layoutResId
1351 * @param layoutResId The id of the XML layout used to create the shortcut.
1355 * @return A View inflated from layoutResId.
1357 View createShortcut(int layoutResId, ViewGroup parent, ShortcutInfo info) {
1358 BubbleTextView favorite = (BubbleTextView) mInflater.inflate(layoutResId, parent, false);