Searched refs:inflater (Results 176 - 200 of 310) sorted by relevance

1234567891011>>

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
H A DCustomInputStyleSettingsFragment.java431 public View onCreateView(final LayoutInflater inflater, final ViewGroup container, argument
433 final View view = super.onCreateView(inflater, container, savedInstanceState);
622 public void onCreateOptionsMenu(final Menu menu, final MenuInflater inflater) { argument
623 inflater.inflate(R.menu.add_style, menu);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
H A DSuggestionStripView.java152 final LayoutInflater inflater = LayoutInflater.from(context);
153 inflater.inflate(R.layout.suggestions_strip, this);
167 final View divider = inflater.inflate(R.layout.suggestion_divider, null);
178 mMoreSuggestionsContainer = inflater.inflate(R.layout.more_suggestions, null);
/packages/apps/Browser/src/com/android/browser/
H A DPageDialogsHandler.java392 private void addError(LayoutInflater inflater, LinearLayout parent, int error) { argument
393 TextView textView = (TextView) inflater.inflate(R.layout.ssl_warning,
/packages/apps/Camera/src/com/android/camera/
H A DCameraActivity.java224 LayoutInflater inflater = getLayoutInflater();
225 inflater.inflate(R.layout.camera_shutter_switcher, appRoot);
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastAlertFullScreen.java258 LayoutInflater inflater = LayoutInflater.from(this);
259 setContentView(inflater.inflate(getLayoutResId(), null));
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DActionBarAdapter.java130 final LayoutInflater inflater = (LayoutInflater) mToolbar.getContext().getSystemService(
132 mSearchContainer = inflater.inflate(R.layout.search_bar_expanded, mToolbar,
H A DContactEditorActivity.java100 LayoutInflater inflater = (LayoutInflater) getSystemService
102 View customActionBarView = inflater.inflate(R.layout.editor_custom_action_bar, null);
/packages/apps/Contacts/src/com/android/contacts/datepicker/
H A DDatePicker.java110 LayoutInflater inflater = (LayoutInflater) context.getSystemService(
112 inflater.inflate(R.layout.date_picker, this, true);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DEditorDraw.java254 LayoutInflater inflater =
256 LinearLayout lp = (LinearLayout) inflater.inflate(
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
H A DExportDialog.java93 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
97 View view = inflater.inflate(R.layout.filtershow_export_dialog, container);
/packages/apps/Gallery2/src/com/android/photos/
H A DMultiChoiceManager.java155 MenuInflater inflater = mode.getMenuInflater();
156 inflater.inflate(R.menu.gallery_multiselect, menu);
/packages/apps/InCallUI/src/com/android/incallui/
H A DAnswerFragment.java88 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
90 mGlowpad = (GlowPadWrapper) inflater.inflate(R.layout.answer_fragment,
/packages/apps/Launcher2/src/com/android/launcher2/
H A DWallpaperChooserDialogFragment.java131 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
140 View view = inflater.inflate(R.layout.wallpaper_chooser, container, false);
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DSharePopup.java114 LayoutInflater inflater = activity.getLayoutInflater();
115 ViewGroup sharePopup = (ViewGroup) inflater.inflate(R.layout.share_popup, null, false);
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
H A DDeviceOwnerProvisioningActivity.java107 final LayoutInflater inflater = getLayoutInflater();
108 final View contentView = inflater.inflate(R.layout.progress, null);
/packages/apps/Settings/src/com/android/settings/
H A DApnSettings.java250 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) { argument
261 super.onCreateOptionsMenu(menu, inflater);
H A DConfirmLockPassword.java109 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
112 View view = inflater.inflate(R.layout.confirm_lock_password, null);
H A DProxySelector.java70 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
72 mView = inflater.inflate(R.layout.proxy, container, false);
/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DMiscFilesHandler.java85 final MenuInflater inflater = getMenuInflater();
86 inflater.inflate(R.menu.misc_files_menu, menu);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
H A DTosWebViewFragment.java212 public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle icicle) { argument
213 View content = inflater.inflate(R.layout.navigable_webview, null);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
H A DCaptionPreviewFragment.java142 LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
144 final View rootView = inflater.inflate(R.layout.captioning_preview, container, false);
141 onCreateView( LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) argument
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DSecureConversationViewController.java81 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
83 View rootView = inflater.inflate(R.layout.secure_conversation_view, container, false);
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DInputTestsBase.java195 final LayoutInflater inflater =
198 mInputView = inflater.inflate(R.layout.input_view, vg);
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
H A DLiveWallpaperPreview.java161 LayoutInflater inflater = LayoutInflater.from(this);
162 TextView content = (TextView) inflater.inflate(R.layout.live_wallpaper_loading, null);
/packages/apps/Settings/src/com/android/settings/applications/
H A DManageApplications.java244 public View build(LayoutInflater inflater, ViewGroup contentParent, View contentChild) { argument
249 mInflater = inflater;
250 mRootView = inflater.inflate(mListType == LIST_TYPE_RUNNING
255 Spinner spinner = (Spinner) inflater.inflate(R.layout.spinner_view, null);
461 // layout inflater object used to inflate views
930 public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { argument
931 // initialize the inflater
932 mInflater = inflater;
1088 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) { argument

Completed in 1555 milliseconds

1234567891011>>