Searched defs:layoutResId (Results 1 - 6 of 6) 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/Settings/src/com/android/settings/accessibility/
H A DListDialogPreference.java73 * @param layoutResId the layout to use for displaying grid items
75 public void setListItemLayoutResource(int layoutResId) { argument
76 mListItemLayout = layoutResId;
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DRestrictedActivity.java127 void setContentView(int layoutResId); argument
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
H A DDialogActivity.java266 * @param layoutResId resource if of the activity layout
270 protected void setLayoutProperties(int layoutResId, int contentAreaId, int actionAreaId) { argument
271 mLayoutResId = layoutResId;
/packages/apps/Settings/src/com/android/settings/
H A DSettingsPreferenceFragment.java173 public View setPinnedHeaderView(int layoutResId) { argument
176 inflater.inflate(layoutResId, mPinnedHeaderFrameLayout, false);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncher.java1079 * @param layoutResId The id of the XML layout used to create the shortcut.
1083 * @return A View inflated from layoutResId.
1085 View createShortcut(int layoutResId, ViewGroup parent, ShortcutInfo info) { argument
1086 BubbleTextView favorite = (BubbleTextView) mInflater.inflate(layoutResId, parent, false);

Completed in 331 milliseconds