HomeSort by relevance Sort by last modified time
    Searched defs:inflater (Results 101 - 125 of 247) sorted by null

1 2 3 45 6 7 8 910

  /packages/apps/Camera/src/com/android/camera/
PhotoController.java 148 LayoutInflater inflater = (LayoutInflater) mActivity.getSystemService( local
151 MoreSettingPopup popup = (MoreSettingPopup) inflater.inflate(
197 LayoutInflater inflater = (LayoutInflater) mActivity.getSystemService(
199 ListPrefSettingPopup basic = (ListPrefSettingPopup) inflater.inflate(
VideoController.java 135 LayoutInflater inflater = (LayoutInflater) mActivity.getSystemService( local
138 MoreSettingPopup popup = (MoreSettingPopup) inflater.inflate(
160 LayoutInflater inflater = (LayoutInflater) mActivity.getSystemService(
164 TimeIntervalPopup timeInterval = (TimeIntervalPopup) inflater.inflate(
171 ListPrefSettingPopup basic = (ListPrefSettingPopup) inflater.inflate(
CameraActivity.java 225 LayoutInflater inflater = getLayoutInflater(); local
226 inflater.inflate(R.layout.camera_shutter_switcher, appRoot);
  /packages/apps/Contacts/src/com/android/contacts/datepicker/
DatePickerDialog.java 170 LayoutInflater inflater = local
172 View view = inflater.inflate(R.layout.date_picker_dialog, null);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PhotoPageBottomControls.java 64 LayoutInflater inflater = (LayoutInflater) context local
66 mContainer = (ViewGroup) inflater
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
HistoryAdapter.java 183 LayoutInflater inflater = (LayoutInflater) getContext().getSystemService( local
185 view = inflater.inflate(R.layout.filtershow_history_operation_row, null);
  /packages/apps/Launcher2/src/com/android/launcher2/
Hotseat.java 113 LayoutInflater inflater = LayoutInflater.from(context); local
115 inflater.inflate(R.layout.application, mContent, false);
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
IndicatorButton.java 103 LayoutInflater inflater = (LayoutInflater) getContext().getSystemService( local
109 EffectSettingPopup effect = (EffectSettingPopup) inflater.inflate(
115 BasicSettingPopup basic = (BasicSettingPopup) inflater.inflate(
  /packages/apps/Settings/src/com/android/settings/
AllowBindAppWidgetActivity.java 113 LayoutInflater inflater = local
115 ap.mView = inflater.inflate(com.android.internal.R.layout.always_use_checkbox, null);
MasterClear.java 191 LayoutInflater inflater = (LayoutInflater)context.getSystemService( local
221 TextView child = (TextView)inflater.inflate(R.layout.master_clear_account,
235 public View onCreateView(LayoutInflater inflater, ViewGroup container,
237 mContentView = inflater.inflate(R.layout.master_clear, null);
  /packages/apps/Tag/src/com/android/apps/tag/record/
SmartPoster.java 160 public View getView(Activity activity, LayoutInflater inflater, ViewGroup parent, int offset) {
168 container.addView(mTitleRecord.getView(activity, inflater, container, offset));
169 inflater.inflate(R.layout.tag_divider, container);
170 container.addView(mUriRecord.getView(activity, inflater, container, offset));
174 return mUriRecord.getView(activity, inflater, parent, offset);
  /tools/motodev/src/plugins/android.codeutils/templates/activity_samples/endless_list/
endless_list_activity.java 304 LayoutInflater inflater = context.getLayoutInflater(); local
305 rowView = inflater.inflate(rowViewId, null, true);
  /tools/motodev/src/plugins/android.codeutils/templates/activity_samples/endless_list_usingfragment/
FragmentEndlessList.java 324 LayoutInflater inflater = context.getLayoutInflater(); local
325 rowView = inflater.inflate(rowViewId, null, true);
  /development/apps/Development/src/com/android/development/
AccountsTester.java 251 MenuInflater inflater = getMenuInflater(); local
252 inflater.inflate(R.layout.account_list_context_menu, menu);
  /frameworks/base/core/java/android/widget/
ActivityChooserView.java 217 LayoutInflater inflater = LayoutInflater.from(mContext); local
218 inflater.inflate(R.layout.activity_chooser_view, this, true);
DatePicker.java 169 LayoutInflater inflater = (LayoutInflater) context local
171 inflater.inflate(layoutResourceId, this, true);
  /frameworks/base/core/java/com/android/internal/view/menu/
MenuItemImpl.java 571 final LayoutInflater inflater = LayoutInflater.from(context); local
572 setActionView(inflater.inflate(resId, new LinearLayout(context), false));
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarContextView.java 178 LayoutInflater inflater = LayoutInflater.from(getContext()); local
179 inflater.inflate(R.layout.action_bar_title_item, this);
205 LayoutInflater inflater = LayoutInflater.from(mContext); local
206 mClose = inflater.inflate(R.layout.action_mode_close_item, this, false);
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
LockScreen.java 461 final LayoutInflater inflater = LayoutInflater.from(context); local
464 inflater.inflate(R.layout.keyguard_screen_tab_unlock, this, true);
466 inflater.inflate(R.layout.keyguard_screen_tab_unlock_land, this, true);
SimPukUnlockScreen.java 82 LayoutInflater inflater = LayoutInflater.from(context); local
84 inflater.inflate(
87 inflater.inflate(
  /packages/apps/Browser/src/com/android/browser/
BrowserBookmarksPage.java 280 MenuInflater inflater = activity.getMenuInflater(); local
281 inflater.inflate(R.menu.bookmarkscontext, menu);
388 public View onCreateView(LayoutInflater inflater, ViewGroup container,
390 mRoot = inflater.inflate(R.layout.bookmarks, container, false);
BrowserHistoryPage.java 206 public View onCreateView(LayoutInflater inflater, ViewGroup container,
208 mRoot = inflater.inflate(R.layout.history, container, false);
286 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {
287 super.onCreateOptionsMenu(menu, inflater);
288 inflater.inflate(R.menu.history, menu);
353 MenuInflater inflater = parent.getMenuInflater(); local
354 inflater.inflate(R.menu.historycontext, menu);
  /packages/apps/Settings/src/com/android/settings/applications/
RunningProcessesView.java 415 LayoutInflater inflater = (LayoutInflater)getContext().getSystemService( local
417 inflater.inflate(R.layout.running_processes_view, this);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/
ContactHeaderWidget.java 170 LayoutInflater inflater = local
172 inflater.inflate(R.layout.contact_header, this);
  /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DownloadList.java 289 final MenuInflater inflater = mDownloadList.getMenuInflater(); local
290 inflater.inflate(R.menu.download_menu, menu);

Completed in 633 milliseconds

1 2 3 45 6 7 8 910