Searched refs:inflater (Results 1 - 25 of 195) sorted by relevance

12345678

/packages/apps/Tag/src/com/android/apps/tag/record/
H A DUnknownRecord.java30 public View getView(Activity activity, LayoutInflater inflater, ViewGroup parent, int offset) { argument
31 TextView text = (TextView) inflater.inflate(R.layout.tag_text, parent, false);
H A DRecordUtils.java63 public static View getViewsForIntent(Activity activity, LayoutInflater inflater, argument
71 TextView text = (TextView) inflater.inflate(R.layout.tag_text, parent, false);
75 return buildActivityView(activity, activities.get(0), pm, inflater, parent, listener,
91 inflater.inflate(R.layout.tag_divider, container);
95 container.addView(buildActivityView(activity, resolveInfo, pm, inflater, container,
106 LayoutInflater inflater, ViewGroup parent, OnClickListener listener, Intent intent,
113 View item = inflater.inflate(R.layout.tag_uri, parent, false);
105 buildActivityView(Activity activity, ResolveInfo resolveInfo, PackageManager pm, LayoutInflater inflater, ViewGroup parent, OnClickListener listener, Intent intent, String defaultText) argument
H A DParsedNdefRecord.java37 public abstract View getView(Activity activity, LayoutInflater inflater, ViewGroup parent, argument
/packages/apps/Contacts/src/com/android/contacts/list/
H A DEmailAddressPickerFragment.java57 protected View inflateView(LayoutInflater inflater, ViewGroup container) { argument
58 return inflater.inflate(R.layout.contact_list_content, null);
62 protected void onCreateView(LayoutInflater inflater, ViewGroup container) { argument
63 super.onCreateView(inflater, container);
H A DPostalAddressPickerFragment.java72 protected View inflateView(LayoutInflater inflater, ViewGroup container) { argument
73 return inflater.inflate(R.layout.contact_list_content, null);
77 protected void onCreateView(LayoutInflater inflater, ViewGroup container) { argument
78 super.onCreateView(inflater, container);
H A DContactTileFrequentFragment.java33 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
35 View listLayout = inflateAndSetupView(inflater, container, savedInstanceState,
H A DDefaultContactBrowseListFragment.java94 protected View inflateView(LayoutInflater inflater, ViewGroup container) { argument
95 return inflater.inflate(R.layout.contact_list_content, null);
99 protected void onCreateView(LayoutInflater inflater, ViewGroup container) { argument
100 super.onCreateView(inflater, container);
108 addEmptyUserProfileHeader(inflater);
113 FrameLayout headerContainer = new FrameLayout(inflater.getContext());
114 mSearchHeaderView = inflater.inflate(R.layout.search_header, null, false);
266 private void addEmptyUserProfileHeader(LayoutInflater inflater) { argument
272 mProfileHeaderContainer = new FrameLayout(inflater.getContext());
273 mProfileHeader = inflater
[all...]
H A DContactPickerFragment.java103 protected void onCreateView(LayoutInflater inflater, ViewGroup container) { argument
104 super.onCreateView(inflater, container);
106 getListView().addHeaderView(inflater.inflate(R.layout.create_new_contact, null, false));
178 protected View inflateView(LayoutInflater inflater, ViewGroup container) { argument
179 return inflater.inflate(R.layout.contact_picker_content, null);
/packages/apps/Contacts/src/com/android/contacts/test/
H A DEmptyFragment.java31 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
/packages/apps/Tag/src/com/android/apps/tag/
H A DTagViewer.java77 LayoutInflater inflater = LayoutInflater.from(this);
85 TextView empty = (TextView) inflater.inflate(R.layout.tag_text, content, false);
96 TextView empty = (TextView) inflater.inflate(R.layout.tag_text, content, false);
102 content.addView(record.getView(this, inflater, content, i));
103 inflater.inflate(R.layout.tag_divider, content, true);
/packages/apps/Contacts/src/com/android/contacts/widget/
H A DPinnedHeaderListDemoActivity.java56 LayoutInflater inflater = LayoutInflater.from(context);
57 return inflater.inflate(R.layout.list_section, null);
69 LayoutInflater inflater = LayoutInflater.from(context);
70 return inflater.inflate(android.R.layout.simple_list_item_1, null);
81 LayoutInflater inflater = LayoutInflater.from(getContext());
82 View view = inflater.inflate(R.layout.list_section, parent, false);
/packages/apps/Camera/src/com/android/camera/ui/
H A DRotateTextToast.java37 LayoutInflater inflater = activity.getLayoutInflater();
38 View v = inflater.inflate(R.layout.rotate_text_toast, mLayoutRoot);
/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupDetailDisplayUtils.java36 LayoutInflater inflater = (LayoutInflater)context.getSystemService(
38 return inflater.inflate(R.layout.group_source_button, null);
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DPhotoPageProgressBar.java32 LayoutInflater inflater = (LayoutInflater) context
34 mContainer = (ViewGroup) inflater.inflate(R.layout.photopage_progress_bar, parentLayout,
H A DPickerActivity.java65 MenuInflater inflater = getMenuInflater();
66 inflater.inflate(R.menu.pickup, menu);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
H A DImageStateAdapter.java40 LayoutInflater inflater = (LayoutInflater) getContext().getSystemService(
42 view = inflater.inflate(R.layout.filtershow_imagestate_row, null);
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DOtherSettingIndicatorButton.java54 LayoutInflater inflater = (LayoutInflater) getContext().getSystemService(
58 OtherSettingsPopup popup = (OtherSettingsPopup) inflater.inflate(
H A DRotateTextToast.java37 LayoutInflater inflater = activity.getLayoutInflater();
38 View v = inflater.inflate(R.layout.rotate_text_toast, mLayoutRoot);
H A DIndicatorButton.java103 LayoutInflater inflater = (LayoutInflater) getContext().getSystemService(
109 EffectSettingPopup effect = (EffectSettingPopup) inflater.inflate(
115 BasicSettingPopup basic = (BasicSettingPopup) inflater.inflate(
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DHelp.java45 MenuInflater inflater = new MenuInflater(mContext);
46 inflater.inflate(R.menu.help, menu);
/packages/apps/Settings/src/com/android/settings/
H A DMasterClearConfirm.java81 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
83 mContentView = inflater.inflate(R.layout.master_clear_confirm, null);
H A DOwnerInfoSettings.java38 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
40 mView = inflater.inflate(R.layout.ownerinfo, container, false);
/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DBatteryHistoryDetail.java46 public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { argument
47 View view = inflater.inflate(R.layout.preference_batteryhistory, null);
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
H A DLiveWallpaperActivity.java117 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
124 return generateView(inflater, container);
130 private View generateView(LayoutInflater inflater, ViewGroup container) { argument
131 View layout = inflater.inflate(R.layout.live_wallpaper_list, container, false);
/packages/apps/DeskClock/src/com/android/deskclock/
H A DAlarmTimePickerDialogFragment.java57 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
61 View v = inflater.inflate(R.layout.time_picker_dialog, null);

Completed in 1239 milliseconds

12345678