Searched refs:inflater (Results 151 - 175 of 310) sorted by relevance

1234567891011>>

/packages/apps/Launcher3/src/com/android/launcher3/
H A DHotseat.java148 LayoutInflater inflater = LayoutInflater.from(context);
150 inflater.inflate(R.layout.all_apps_button, mContent, false);
/packages/apps/PackageInstaller/src/com/android/packageinstaller/
H A DGrantActivity.java123 LayoutInflater inflater = (LayoutInflater)getSystemService(Context.LAYOUT_INFLATER_SERVICE);
124 View root = inflater.inflate(R.layout.permissions_list, null);
/packages/apps/Settings/src/com/android/settings/
H A DConfirmLockPattern.java120 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
122 View view = inflater.inflate(R.layout.confirm_lock_pattern, null);
H A DCryptKeeperSettings.java99 public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedState) { argument
100 mContentView = inflater.inflate(R.layout.crypt_keeper_settings, null);
H A DEncryptionInterstitial.java81 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
84 View view = inflater.inflate(layoutId, container, false);
H A DSettingsPreferenceFragment.java101 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
103 final View root = super.onCreateView(inflater, container, savedInstanceState);
280 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) { argument
/packages/apps/Settings/src/com/android/settings/applications/
H A DAppOpsDetails.java185 LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
186 final View view = inflater.inflate(R.layout.app_ops_details, container, false);
184 onCreateView( LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) argument
/packages/apps/Settings/src/com/android/settings/print/
H A DPrintJobSettingsFragment.java112 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) { argument
113 super.onCreateOptionsMenu(menu, inflater);
/packages/apps/Settings/src/com/android/settings/users/
H A DEditUserInfoController.java119 LayoutInflater inflater = activity.getLayoutInflater();
120 View content = inflater.inflate(R.layout.edit_user_info_dialog_content, null);
/packages/apps/Tag/src/com/android/apps/tag/record/
H A DVCardRecord.java84 public View getView(Activity activity, LayoutInflater inflater, ViewGroup parent, int offset) { argument
96 return RecordUtils.getViewsForIntent(activity, inflater, parent, this, intent, description);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
H A DMenuItemPresenter.java60 LayoutInflater inflater = (LayoutInflater) parent.getContext().getSystemService(
62 View v = inflater.inflate(R.layout.browse_item, parent, false);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
H A DContentFragment.java114 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
116 return mBase.onCreateView(inflater, container, savedInstanceState);
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DMessageAttachmentTile.java107 public static MessageAttachmentTile inflate(LayoutInflater inflater, ViewGroup parent) { argument
108 MessageAttachmentTile view = (MessageAttachmentTile) inflater.inflate(
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DSecureConversationViewFragment.java133 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
135 return mViewController.onCreateView(inflater, container, savedInstanceState);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/settings/
H A DGeneralPrefsFragment.java89 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) { argument
95 inflater.inflate(R.menu.general_prefs_fragment_menu, menu);
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactEntryListFragment.java161 protected abstract View inflateView(LayoutInflater inflater, ViewGroup container); argument
695 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
697 onCreateView(inflater, container);
713 protected void onCreateView(LayoutInflater inflater, ViewGroup container) { argument
714 mView = inflateView(inflater, container);
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothSettings.java199 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) { argument
216 super.onCreateOptionsMenu(menu, inflater);
413 LayoutInflater inflater = getActivity().getLayoutInflater();
414 mSettingsDialogView = inflater.inflate(R.layout.bluetooth_device_settings, null);
420 View header = inflater.inflate(R.layout.bluetooth_device_settings_header, null);
/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventFragment.java560 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
565 view = inflater.inflate(R.layout.edit_event_single_column, null);
567 view = inflater.inflate(R.layout.edit_event, null);
574 View actionBarButtons = inflater.inflate(R.layout.edit_event_custom_actionbar,
634 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) { argument
635 super.onCreateOptionsMenu(menu, inflater);
638 inflater.inflate(R.menu.edit_event_title_bar, menu);
/packages/apps/Dialer/src/com/android/dialer/list/
H A DSpeedDialFragment.java198 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
200 mParentView = inflater.inflate(R.layout.speed_dial_fragment, container, false);
220 mTileInteractionTeaserView = (TileInteractionTeaserView) inflater.inflate(
/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountSetupCredentialsFragment.java116 public View onCreateView(final LayoutInflater inflater, final ViewGroup container, argument
121 view = inflater.inflate(R.layout.account_credentials_fragment, container, false);
128 view = inflateTemplatedView(inflater, container,
H A DAccountSetupOutgoingFragment.java106 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
110 view = inflater.inflate(R.layout.account_settings_outgoing_fragment, container, false);
112 view = inflateTemplatedView(inflater, container,
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DTextCandidates1LineViewManager.java232 LayoutInflater inflater = parent.getLayoutInflater();
233 mViewBody = (ViewGroup)inflater.inflate(R.layout.candidates_1line, null);
306 mViewLongPressDialog = (View)inflater.inflate(R.layout.candidate_longpress_dialog, null);
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/
H A DIngestActivity.java186 MenuInflater inflater = mode.getMenuInflater();
187 inflater.inflate(R.menu.ingest_menu_item_list_selection, menu);
230 MenuInflater inflater = getMenuInflater();
231 inflater.inflate(R.menu.ingest_menu_item_list_selection, menu);
/packages/apps/Settings/src/com/android/settings/accounts/
H A DAccountSyncSettings.java151 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
153 final View view = inflater.inflate(R.layout.account_sync_screen, container, false);
233 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) { argument
254 super.onCreateOptionsMenu(menu, inflater);
H A DManageAccountsSettings.java110 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
112 final View view = inflater.inflate(R.layout.manage_accounts_screen, container, false);
166 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) { argument
173 super.onCreateOptionsMenu(menu, inflater);

Completed in 550 milliseconds

1234567891011>>