HomeSort by relevance Sort by last modified time
    Searched full:inflater (Results 26 - 50 of 134) sorted by null

12 3 4 5 6

  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageDetail.java 269 LayoutInflater inflater = getLayoutInflater(); local
290 ViewGroup item = (ViewGroup) inflater.inflate(R.layout.power_usage_detail_item_text,
362 LayoutInflater inflater = getLayoutInflater(); local
363 ViewGroup item = (ViewGroup) inflater.inflate(R.layout.power_usage_action_item,null);
446 LayoutInflater inflater = getLayoutInflater();
468 ViewGroup item = (ViewGroup) inflater.inflate(R.layout.power_usage_package_item,
  /frameworks/base/core/java/android/app/
ProgressDialog.java 113 LayoutInflater inflater = LayoutInflater.from(mContext); local
136 View view = inflater.inflate(R.layout.alert_dialog_progress, null);
145 View view = inflater.inflate(R.layout.progress_dialog, null);
DatePickerDialog.java 119 LayoutInflater inflater = local
121 View view = inflater.inflate(R.layout.date_picker_dialog, null);
TimePickerDialog.java 106 LayoutInflater inflater = local
108 View view = inflater.inflate(R.layout.time_picker_dialog, null);
  /packages/apps/AlarmClock/src/com/android/alarmclock/
AlarmAlertFullScreen.java 107 LayoutInflater inflater = LayoutInflater.from(this); local
109 setContentView(inflater.inflate(R.layout.alarm_alert, null));
119 inflater.inflate(AlarmClock.CLOCKS[face], clockView);
  /external/zlib/contrib/dotzlib/DotZLib/
DotZLib.csproj 128 RelPath = "Inflater.cs"
  /packages/apps/Browser/src/com/android/browser/
BrowserHistoryPage.java 164 MenuInflater inflater = getMenuInflater(); local
165 inflater.inflate(R.menu.history, menu);
204 MenuInflater inflater = getMenuInflater(); local
205 inflater.inflate(R.menu.historycontext, menu);
ErrorConsoleView.java 75 LayoutInflater inflater = (LayoutInflater) getContext().getSystemService( local
77 inflater.inflate(R.layout.error_console, this);
  /cts/tests/src/android/app/cts/
InstrumentationTestActivity.java 173 MenuInflater inflater = getMenuInflater(); local
174 inflater.inflate(R.menu.browser, menu);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
MenuInflateFromXml.java 118 MenuInflater inflater = getMenuInflater(); local
119 inflater.inflate(sMenuExampleResources[mSpinner.getSelectedItemPosition()], menu);
MyPreference.java 37 // This is the constructor called by the inflater
  /development/samples/ApiDemos/tests/src/com/example/android/apis/view/
Focus2AndroidTest.java 73 final LayoutInflater inflater = LayoutInflater.from(context); local
74 mRoot = (ViewGroup) inflater.inflate(R.layout.focus_2, null);
  /frameworks/base/services/java/com/android/server/status/
StatusBarIcon.java 72 LayoutInflater inflater = (LayoutInflater)context.getSystemService( local
74 View v = inflater.inflate(com.android.internal.R.layout.status_bar_icon, parent, false);
  /packages/apps/Calendar/src/com/android/calendar/
AgendaAdapter.java 166 LayoutInflater inflater =
174 inflater.inflate(R.layout.agenda_reminder_item, null);
  /packages/apps/Contacts/src/com/android/contacts/
PhoneDisambigDialog.java 76 LayoutInflater inflater = (LayoutInflater) mContext.getSystemService( local
78 View setPrimaryView = inflater.
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperPreview.java 156 LayoutInflater inflater = LayoutInflater.from(this); local
157 TextView content = (TextView) inflater.inflate(R.layout.live_wallpaper_loading, null);
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
GlobalActions.java 346 View create(Context context, View convertView, ViewGroup parent, LayoutInflater inflater);
385 Context context, View convertView, ViewGroup parent, LayoutInflater inflater) {
388 inflater.inflate(R.layout.global_actions_item, parent, false);
462 LayoutInflater inflater) {
467 inflater.inflate(R
SimUnlockScreen.java 82 LayoutInflater inflater = LayoutInflater.from(context); local
84 inflater.inflate(R.layout.keyguard_screen_sim_pin_landscape, this, true);
86 inflater.inflate(R.layout.keyguard_screen_sim_pin_portrait, this, true);
  /frameworks/base/tests/CoreTests/android/core/
MiscRegressionTest.java 39 import java.util.zip.Inflater;
438 Inflater inflater = new Inflater(); local
439 inflater.setInput(zipped);
440 inflater.finished();
442 inflater.inflate(output);
  /frameworks/base/core/java/android/widget/
AppSecurityPermissions.java 154 LayoutInflater inflater = (LayoutInflater)context.getSystemService( local
158 return getPermissionItemView(context, inflater, grpName,
326 private static View getPermissionItemView(Context context, LayoutInflater inflater,
328 View permView = inflater.inflate(R.layout.app_permission_item, null);
TabHost.java 506 LayoutInflater inflater = local
508 View tabIndicator = inflater.inflate(R.layout.tab_indicator,
540 LayoutInflater inflater = local
542 View tabIndicator = inflater.inflate(R.layout.tab_indicator,
TimePicker.java 101 LayoutInflater inflater = local
103 inflater.inflate(R.layout.time_picker,
  /development/samples/Home/src/com/example/android/home/
ApplicationsStackLayout.java 302 private View createApplicationIcon(LayoutInflater inflater,
305 TextView textView = (TextView) inflater.inflate(R.layout.favorite, group, false);
  /frameworks/base/docs/html/guide/topics/ui/notifiers/
toasts.jd 120 LayoutInflater inflater = getLayoutInflater();
121 View layout = inflater.inflate(R.layout.toast_layout,
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmAlertFullScreen.java 119 LayoutInflater inflater = LayoutInflater.from(this); local
121 setContentView(inflater.inflate(R.layout.alarm_alert, null));

Completed in 136 milliseconds

12 3 4 5 6