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

/packages/apps/Camera2/src/com/android/camera/ui/
H A DAbstractTutorialOverlay.java47 * @param layoutResId the resource ID of the tutorial layout.
52 public AbstractTutorialOverlay(int layoutResId, CloseListener closeListener) { argument
53 mLayoutResId = layoutResId;
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
H A DEditTextFragment.java45 public static EditTextFragment newInstance(int layoutResId, int editTextResId) { argument
48 if (layoutResId == 0 || editTextResId == 0) {
51 args.putInt(EXTRA_LAYOUT_RES_ID, layoutResId);
90 int layoutResId = getArguments().getInt(EXTRA_LAYOUT_RES_ID, R.layout.edittext_fragment);
93 view = inflater.inflate(layoutResId, container, false);
H A DDialogActivity.java268 * @param layoutResId resource if of the activity layout
272 protected void setLayoutProperties(int layoutResId, int contentAreaId, int actionAreaId) { argument
273 mLayoutResId = layoutResId;
/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.java127 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.java1412 * @param layoutResId The id of the XML layout used to create the shortcut.
1416 * @return A View inflated from layoutResId.
1418 View createShortcut(int layoutResId, ViewGroup parent, ShortcutInfo info) { argument
1419 BubbleTextView favorite = (BubbleTextView) mInflater.inflate(layoutResId, parent, false);

Completed in 228 milliseconds