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

1 2 3 4 5 6 78 910

  /packages/apps/Contacts/src/com/android/contacts/list/
PhoneFavoriteFragment.java 329 public View onCreateView(LayoutInflater inflater, ViewGroup container,
331 final View listLayout = inflater.inflate(
343 mAccountFilterHeader = inflater.inflate(R.layout.account_filter_header_for_phone_favorite,
348 mLoadingView = inflater.inflate(R.layout.phone_loading_contacts, mListView, false);
380 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {
381 super.onCreateOptionsMenu(menu, inflater);
382 inflater.inflate(R.menu.phone_favorite_options, menu);
  /packages/apps/Email/src/com/android/email/activity/
ActionBarController.java 242 final LayoutInflater inflater = LayoutInflater.from(mContext); local
243 mSearchContainer = inflater.inflate(R.layout.action_bar_search, null);
UIControllerTwoPane.java 102 public boolean onCreateOptionsMenu(MenuInflater inflater, Menu menu) {
124 inflater.inflate(menuId, menu);
MessageListFragment.java 363 LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
368 View root = inflater.inflate(R.layout.message_list_fragment,null);
1462 MenuInflater inflater = getActivity().getMenuInflater(); local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
ManageCachePage.java 319 LayoutInflater inflater = activity.getLayoutInflater(); local
320 mFooterContent = inflater.inflate(R.layout.manage_offline_bar, null);
  /packages/apps/KeyChain/src/com/android/keychain/
KeyChainActivity.java 293 LayoutInflater inflater = LayoutInflater.from(KeyChainActivity.this); local
294 view = inflater.inflate(R.layout.cert_item, parent, false);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DockService.java 500 LayoutInflater inflater = (LayoutInflater)getSystemService(LAYOUT_INFLATER_SERVICE); local
515 view = inflater.inflate(R.layout.remember_dock_setting, null);
530 view = inflater.inflate(R.layout.dock_audio_media_enable_dialog, null);
    [all...]
  /packages/apps/Settings/src/com/android/settings/vpn2/
VpnSettings.java 103 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {
104 super.onCreateOptionsMenu(menu, inflater);
105 inflater.inflate(R.menu.vpn, menu);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidates1LineViewManager.java 232 LayoutInflater inflater = parent.getLayoutInflater(); local
233 mViewBody = (ViewGroup)inflater.inflate(R.layout.candidates_1line, null);
306 mViewLongPressDialog = (View)inflater.inflate(R.layout.candidate_longpress_dialog, null);
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTable.java 254 LayoutInflater inflater = (LayoutInflater) table.getContext() local
256 View photo = inflater.inflate(R.layout.photo, null);
  /frameworks/base/core/java/android/widget/
RemoteViews.java 2255 LayoutInflater inflater = (LayoutInflater) local
    [all...]
SearchView.java 247 LayoutInflater inflater = (LayoutInflater) context local
249 inflater.inflate(R.layout.search_view, this, true);
    [all...]
NumberPicker.java 622 LayoutInflater inflater = (LayoutInflater) getContext().getSystemService( local
624 inflater.inflate(layoutResId, this, true);
    [all...]
  /packages/apps/Camera/src/com/android/camera/
PanoramaModule.java 983 LayoutInflater inflater = mActivity.getLayoutInflater(); local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
PeopleActivity.java 1361 MenuInflater inflater = getMenuInflater(); local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java 260 LayoutInflater inflater = mActivity.getLayoutInflater(); local
262 (AggregationSuggestionView) inflater.inflate(
343 public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedState) {
344 final View view = inflater.inflate(R.layout.contact_editor_fragment, container, false);
690 final LayoutInflater inflater = (LayoutInflater) mContext.getSystemService( local
704 editor = (BaseRawContactEditorView) inflater.inflate(
708 editor = (RawContactEditorView) inflater.inflate(R.layout.raw_contact_editor_view,
    [all...]
  /packages/apps/Settings/src/com/android/settings/
DataUsageSummary.java 293 public View onCreateView(LayoutInflater inflater, ViewGroup container,
296 final Context context = inflater.getContext();
297 final View view = inflater.inflate(R.layout.data_usage_summary, container, false);
329 mHeader = (ViewGroup) inflater.inflate(R.layout.data_usage_header, mListView, false);
347 mDataEnabled = new Switch(inflater.getContext());
348 mDataEnabledView = inflatePreference(inflater, mNetworkSwitches, mDataEnabled);
352 mDisableAtLimit = new CheckBox(inflater.getContext());
355 mDisableAtLimitView = inflatePreference(inflater, mNetworkSwitches, mDisableAtLimit);
386 mAppRestrict = new CheckBox(inflater.getContext());
389 mAppRestrictView = inflatePreference(inflater, mAppSwitches, mAppRestrict)
767 final LayoutInflater inflater = getActivity().getLayoutInflater(); local
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
WindowTest.java 200 final LayoutInflater inflater = mActivity.getLayoutInflater(); local
205 mWindow.addContentView(inflater.inflate(R.layout.windowstub_addlayout, null), lp);
    [all...]
  /frameworks/base/core/java/android/view/
VolumePanel.java 263 LayoutInflater inflater = (LayoutInflater) context local
265 View view = mView = inflater.inflate(R.layout.volume_adjust, null);
389 LayoutInflater inflater = (LayoutInflater) mContext local
401 sc.group = (ViewGroup) inflater.inflate(R.layout.volume_adjust_item, null);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QuickSettings.java 257 LayoutInflater inflater = LayoutInflater.from(mContext); local
259 addUserTiles(mContainerView, inflater);
260 addSystemTiles(mContainerView, inflater);
261 addTemporaryTiles(mContainerView, inflater);
288 private void addUserTiles(ViewGroup parent, LayoutInflater inflater) {
290 inflater.inflate(R.layout.quick_settings_tile, parent, false);
291 userTile.setContent(R.layout.quick_settings_tile_user, inflater);
330 inflater.inflate(R.layout.quick_settings_tile, parent, false);
331 brightnessTile.setContent(R.layout.quick_settings_tile_brightness, inflater);
354 inflater.inflate(R.layout.quick_settings_tile, parent, false)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SMSDispatcher.java 1175 LayoutInflater inflater = (LayoutInflater) mContext.getSystemService( local
    [all...]
  /hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
FmRxApp.java 1761 LayoutInflater inflater = getLayoutInflater(); local
    [all...]
  /packages/apps/Browser/src/com/android/browser/
BaseUi.java 736 LayoutInflater inflater = LayoutInflater.from(mActivity); local
737 mVideoProgressView = inflater.inflate(
TabBar.java 270 LayoutInflater inflater = LayoutInflater.from(getContext()); local
271 mTabContent = inflater.inflate(R.layout.tab_title, this, true);
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaWindowAdapter.java 355 LayoutInflater inflater = (LayoutInflater) context local
357 mHeaderView = (TextView)inflater.inflate(R.layout.agenda_header_footer, null);
358 mFooterView = (TextView)inflater.inflate(R.layout.agenda_header_footer, null);
    [all...]

Completed in 1592 milliseconds

1 2 3 4 5 6 78 910