HomeSort by relevance Sort by last modified time
    Searched defs:inflater (Results 126 - 150 of 320) sorted by null

1 2 3 4 56 7 8 91011>>

  /development/samples/Support7Demos/src/com/example/android/supportv7/app/
ActionBarFragmentMenu.java 138 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {
141 super.onCreateOptionsMenu(menu, inflater);
180 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {
206 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {
209 inflater.inflate(R.menu.display_options_actions, menu);
210 super.onCreateOptionsMenu(menu, inflater);
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
EntryListFragment.java 247 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {
248 super.onCreateOptionsMenu(menu, inflater);
250 inflater.inflate(R.menu.main, menu);
  /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
CustomArrayAdapter.java 94 LayoutInflater inflater = ((Activity)mContext).getLayoutInflater(); local
95 convertView = inflater.inflate(mLayoutViewResourceId, parent, false);
  /development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
CustomArrayAdapter.java 70 LayoutInflater inflater = ((Activity) getContext()).getLayoutInflater(); local
71 convertView = inflater.inflate(mLayoutViewResourceId, parent, false);
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
InflaterTest.java 28 import java.util.zip.Inflater;
39 * @tests java.util.zip.Inflater#end()
42 // test method of java.util.zip.inflater.end()
46 Inflater inflate = new Inflater();
57 Inflater i = new Inflater();
64 * @tests java.util.zip.Inflater#finished()
67 // test method of java.util.zip.inflater.finished()
69 Inflater inflate = new Inflater(false)
462 Inflater inflater = new Inflater(); local
822 Inflater inflater = new Inflater(); local
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
JavascriptAppModalDialog.java 77 LayoutInflater inflater = local
80 ViewGroup layout = (ViewGroup) inflater.inflate(R.layout.js_modal_dialog, null);
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
DateTimePickerDialog.java 86 LayoutInflater inflater = local
88 View view = inflater.inflate(R.layout.date_time_picker_dialog, null);
  /external/chromium_org/ui/android/java/src/org/chromium/ui/autofill/
AutofillPopup.java 175 LayoutInflater inflater = local
177 View layout = inflater.inflate(R.layout.autofill_text, null);
  /frameworks/base/core/java/android/app/
DatePickerDialog.java 106 LayoutInflater inflater = local
108 View view = inflater.inflate(R.layout.date_picker_dialog, null);
ProgressDialog.java 122 LayoutInflater inflater = LayoutInflater.from(mContext); local
156 View view = inflater.inflate(a.getResourceId(
164 View view = inflater.inflate(a.getResourceId(
TimePickerDialog.java 101 LayoutInflater inflater = local
103 View view = inflater.inflate(R.layout.time_picker_dialog, null);
  /frameworks/base/core/java/android/preference/
PreferenceScreen.java 165 LayoutInflater inflater = (LayoutInflater) local
167 View childPrefScreen = inflater.inflate(
  /frameworks/base/core/java/com/android/internal/app/
LocalePicker.java 195 final LayoutInflater inflater = local
203 view = inflater.inflate(layoutId, parent, false);
RestrictionsPinActivity.java 63 LayoutInflater inflater = local
65 ap.mView = inflater.inflate(R.layout.restrictions_pin_challenge, null);
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
RecentsCreateFragment.java 86 LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
87 final Context context = inflater.getContext();
89 final View view = inflater.inflate(R.layout.fragment_directory, container, false);
215 final LayoutInflater inflater = LayoutInflater.from(context); local
216 convertView = inflater.inflate(R.layout.item_doc_list, parent, false);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QuickSettingsTileView.java 53 void setContent(int layoutId, LayoutInflater inflater) {
55 inflater.inflate(layoutId, this);
58 void reinflateContent(LayoutInflater inflater) {
61 setContent(mContentLayoutId, inflater);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbConfirmActivity.java 86 LayoutInflater inflater = (LayoutInflater)getSystemService( local
88 ap.mView = inflater.inflate(com.android.internal.R.layout.always_use_checkbox, null);
UsbDebuggingActivity.java 76 LayoutInflater inflater = LayoutInflater.from(ap.mContext); local
77 View checkbox = inflater.inflate(com.android.internal.R.layout.always_use_checkbox, null);
UsbPermissionActivity.java 99 LayoutInflater inflater = (LayoutInflater)getSystemService( local
101 ap.mView = inflater.inflate(com.android.internal.R.layout.always_use_checkbox, null);
  /frameworks/uiautomator/tests/CtsUiAutomatorTest/testapp/src/com/android/uiautomator/tests/cts/testapp/
Test2DetailFragment.java 44 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {
45 inflater.inflate(R.menu.test2_detail_activity, menu);
60 public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedState) {
61 View rootView = inflater.inflate(R.layout.test2_detail_fragment, container, false);
  /packages/apps/Calendar/src/com/android/calendar/event/
EventViewUtils.java 234 LayoutInflater inflater = activity.getLayoutInflater(); local
236 LinearLayout reminderItem = (LinearLayout) inflater.inflate(R.layout.edit_reminder_item,
  /packages/apps/Camera/src/com/android/camera/
PhotoController.java 153 LayoutInflater inflater = (LayoutInflater) mActivity.getSystemService( local
156 MoreSettingPopup popup = (MoreSettingPopup) inflater.inflate(
206 LayoutInflater inflater = (LayoutInflater) mActivity.getSystemService(
209 TimerSettingPopup timerPopup = (TimerSettingPopup) inflater.inflate(
216 ListPrefSettingPopup basic = (ListPrefSettingPopup) inflater.inflate(
VideoController.java 135 LayoutInflater inflater = (LayoutInflater) mActivity.getSystemService( local
138 MoreSettingPopup popup = (MoreSettingPopup) inflater.inflate(
164 LayoutInflater inflater = (LayoutInflater) mActivity.getSystemService(
168 TimeIntervalPopup timeInterval = (TimeIntervalPopup) inflater.inflate(
175 ListPrefSettingPopup basic = (ListPrefSettingPopup) inflater.inflate(
  /packages/apps/Camera2/src/com/android/camera/
VideoMenu.java 154 LayoutInflater inflater = (LayoutInflater) mActivity.getSystemService( local
157 MoreSettingPopup popup = (MoreSettingPopup) inflater.inflate(
183 LayoutInflater inflater = (LayoutInflater) mActivity.getSystemService(
187 TimeIntervalPopup timeInterval = (TimeIntervalPopup) inflater.inflate(
194 ListPrefSettingPopup basic = (ListPrefSettingPopup) inflater.inflate(
  /packages/apps/Contacts/src/com/android/contacts/datepicker/
DatePickerDialog.java 168 LayoutInflater inflater = local
170 View view = inflater.inflate(R.layout.date_picker_dialog, null);

Completed in 853 milliseconds

1 2 3 4 56 7 8 91011>>