HomeSort by relevance Sort by last modified time
    Searched refs:inflater (Results 276 - 300 of 453) sorted by null

<<111213141516171819

  /packages/apps/Settings/src/com/android/settings/accounts/
AccountSyncSettings.java 149 public View onCreateView(LayoutInflater inflater, ViewGroup container,
151 final View view = inflater.inflate(R.layout.account_sync_screen, container, false);
223 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {
242 super.onCreateOptionsMenu(menu, inflater);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
PassFailButtons.java 262 LayoutInflater inflater = (LayoutInflater) activity local
264 builder.setView(inflater.inflate(viewId, null));
  /cts/tests/tests/holo/src/android/holo/cts/
LayoutAdapter.java 103 LayoutAdapter(LayoutInflater inflater, int adapterMode) {
104 mInflater = inflater;
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ExternalStorage.java 361 LayoutInflater inflater = (LayoutInflater)getSystemService(LAYOUT_INFLATER_SERVICE); local
363 item.mRoot = inflater.inflate(R.layout.external_storage_item, null);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
OverscanActivity.java 217 MenuInflater inflater = getMenuInflater(); local
218 inflater.inflate(R.menu.content_actions, menu);
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChat.java 331 MenuInflater inflater = getMenuInflater(); local
332 inflater.inflate(R.menu.option_menu, menu);
  /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);
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
MainActivity.java 93 MenuInflater inflater = getMenuInflater(); local
94 inflater.inflate(R.menu.main_menu, menu);
  /development/samples/NotePad/src/com/example/android/notepad/
NoteEditor.java 390 MenuInflater inflater = getMenuInflater(); local
391 inflater.inflate(R.menu.editor_options_menu, menu);
  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DeviceDetailFragment.java 67 public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
69 mContentView = inflater.inflate(R.layout.device_detail, null);
  /frameworks/base/services/java/com/android/server/display/
OverlayDisplayWindow.java 174 LayoutInflater inflater = LayoutInflater.from(mContext); local
176 mWindowContent = inflater.inflate(
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
CustomBar.java 73 LayoutInflater inflater = (LayoutInflater) getContext().getSystemService( local
83 inflater.inflate(bridgeParser, this, true);
  /frameworks/ex/photoviewer/src/com/android/ex/photo/fragments/
PhotoViewFragment.java 182 public View onCreateView(LayoutInflater inflater, ViewGroup container,
184 final View view = inflater.inflate(R.layout.photo_fragment_view, container, false);
  /frameworks/opt/mailcommon/java/com/android/mailcommon/
WebViewContextMenu.java 166 MenuInflater inflater = mActivity.getMenuInflater(); local
169 inflater.inflate(getMenuResourceId(), menu);
  /frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
PhotoViewFragment.java 188 public View onCreateView(LayoutInflater inflater, ViewGroup container,
190 final View view = inflater.inflate(R.layout.photo_fragment_view, container, false);
  /packages/apps/Browser/src/com/android/browser/
PageDialogsHandler.java 393 private void addError(LayoutInflater inflater, LinearLayout parent, int error) {
394 TextView textView = (TextView) inflater.inflate(R.layout.ssl_warning,
  /packages/apps/Camera/src/com/android/camera/
CameraActivity.java 225 LayoutInflater inflater = getLayoutInflater(); local
226 inflater.inflate(R.layout.camera_shutter_switcher, appRoot);
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertFullScreen.java 258 LayoutInflater inflater = LayoutInflater.from(this); local
259 setContentView(inflater.inflate(getLayoutResId(), null));
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactDetailActivity.java 129 MenuInflater inflater = getMenuInflater(); local
130 inflater.inflate(R.menu.star, menu);
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmAlertFullScreen.java 170 final LayoutInflater inflater = LayoutInflater.from(this); local
171 final View view = inflater.inflate(getLayoutResId(), null);
  /packages/apps/Launcher2/src/com/android/launcher2/
WallpaperChooserDialogFragment.java 130 public View onCreateView(LayoutInflater inflater, ViewGroup container,
139 View view = inflater.inflate(R.layout.wallpaper_chooser, container, false);
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
SharePopup.java 114 LayoutInflater inflater = activity.getLayoutInflater(); local
115 ViewGroup sharePopup = (ViewGroup) inflater.inflate(R.layout.share_popup, null, false);
  /packages/apps/Settings/src/com/android/settings/
ProxySelector.java 84 public View onCreateView(LayoutInflater inflater, ViewGroup container,
86 mView = inflater.inflate(R.layout.proxy, container, false);
ZonePicker.java 158 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {
163 super.onCreateOptionsMenu(menu, inflater);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothSettings.java 168 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {
185 super.onCreateOptionsMenu(menu, inflater);

Completed in 841 milliseconds

<<111213141516171819