Searched defs:mInflater (Results 1 - 25 of 92) sorted by relevance

1234

/packages/apps/Calendar/src/com/android/calendar/
H A DEmailAddressAdapter.java36 private LayoutInflater mInflater; field in class:EmailAddressAdapter
40 mInflater = LayoutInflater.from(context);
45 return mInflater.inflate(R.layout.email_autocomplete_item, parent, false);
50 return mInflater.inflate(R.layout.email_autocomplete_item_loading, parent, false);
/packages/apps/Stk/src/com/android/stk/
H A DStkMenuAdapter.java35 private final LayoutInflater mInflater; field in class:StkMenuAdapter
41 mInflater = LayoutInflater.from(context);
50 convertView = mInflater.inflate(R.layout.stk_menu_item, parent,
/packages/apps/Browser/src/com/android/browser/
H A DBrowserBookmarksAdapter.java37 LayoutInflater mInflater; field in class:BrowserBookmarksAdapter
47 mInflater = LayoutInflater.from(context);
58 return mInflater.inflate(R.layout.bookmark_thumbnail, parent, false);
/packages/apps/Gallery2/src/com/android/photos/adapters/
H A DPhotoThumbnailAdapter.java35 private LayoutInflater mInflater; field in class:PhotoThumbnailAdapter
40 mInflater = LayoutInflater.from(context);
59 View view = mInflater.inflate(R.layout.photo_set_item, parent, false);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherAppWidgetHostView.java34 private LayoutInflater mInflater; field in class:LauncherAppWidgetHostView
42 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
47 return mInflater.inflate(R.layout.appwidget_error, this, false);
H A DAddAdapter.java37 private final LayoutInflater mInflater; field in class:AddAdapter
68 mInflater = (LayoutInflater) launcher.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
81 convertView = mInflater.inflate(R.layout.add_list_item, parent, false);
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DFromAddressSpinnerAdapter.java41 private LayoutInflater mInflater; field in class:FromAddressSpinnerAdapter
49 if (mInflater == null) {
50 mInflater = (LayoutInflater) getContext().getSystemService(
53 return mInflater;
/packages/experimental/NotificationLog/src/com/android/notificationlog/
H A DNotificationLogActivity.java40 private final LayoutInflater mInflater; field in class:NotificationLogActivity.NotificationLogAdapter
44 mInflater = (LayoutInflater)getSystemService(Context.LAYOUT_INFLATER_SERVICE);
74 view = mInflater.inflate(R.layout.row, parent, false);
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
H A DAccountsListAdapter.java40 private final LayoutInflater mInflater; field in class:AccountsListAdapter
73 mInflater = LayoutInflater.from(context);
87 : mInflater.inflate(R.layout.account_selector_list_item, parent, false);
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/adapter/
H A DMtpPagerAdapter.java39 private LayoutInflater mInflater; field in class:MtpPagerAdapter
49 mInflater = LayoutInflater.from(context);
102 v = (MtpFullscreenView) mInflater.inflate(R.layout.ingest_fullsize, container, false);
H A DMtpAdapter.java49 private LayoutInflater mInflater; field in class:MtpAdapter
55 mInflater = LayoutInflater.from(context);
142 imageView = (MtpThumbnailTileView) mInflater.inflate(
153 dateTile = (DateTileView) mInflater.inflate(
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
H A DThirdPartyWallpaperPickerListAdapter.java40 private final LayoutInflater mInflater; field in class:ThirdPartyWallpaperPickerListAdapter
64 mInflater = LayoutInflater.from(context);
123 view = mInflater.inflate(R.layout.wallpaper_picker_third_party_item, parent, false);
H A DLiveWallpaperListAdapter.java51 private final LayoutInflater mInflater; field in class:LiveWallpaperListAdapter
58 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
89 view = mInflater.inflate(R.layout.wallpaper_picker_live_wallpaper_item, parent, false);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherAppWidgetHostView.java36 LayoutInflater mInflater; field in class:LauncherAppWidgetHostView
51 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
58 return mInflater.inflate(R.layout.appwidget_error, this, false);
H A DLauncherClings.java56 private LayoutInflater mInflater; field in class:LauncherClings
61 mInflater = LayoutInflater.from(mLauncher);
100 View inflated = mInflater.inflate(R.layout.migration_cling, root);
124 View cling = mInflater.inflate(R.layout.longpress_cling, root, false);
137 mInflater.inflate(showWelcome ? R.layout.longpress_cling_welcome_content
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DVCardDetailAdapter.java35 private final LayoutInflater mInflater; field in class:VCardDetailAdapter
39 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
115 final PersonItemView v = (PersonItemView) mInflater.inflate(R.layout.people_list_item_view,
/packages/apps/Messaging/src/com/android/messaging/ui/debug/
H A DDebugMmsConfigFragment.java98 private final LayoutInflater mInflater; field in class:DebugMmsConfigFragment.MmsConfigAdapter
103 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
115 view = (DebugMmsConfigItemView) mInflater.inflate(
/packages/apps/Browser/src/com/android/browser/addbookmark/
H A DFolderSpinnerAdapter.java45 private LayoutInflater mInflater; field in class:FolderSpinnerAdapter
52 mInflater = LayoutInflater.from(mContext);
108 convertView = mInflater.inflate(
118 convertView = mInflater.inflate(android.R.layout.simple_spinner_item,
/packages/apps/Camera/src/com/android/camera/ui/
H A DMoreSettingPopup.java55 LayoutInflater mInflater; field in class:MoreSettingPopup.MoreSettingAdapter
61 mInflater = LayoutInflater.from(context);
91 mInflater.inflate(viewLayoutId, parent, false);
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DRawContactReadOnlyEditorView.java56 private LayoutInflater mInflater; field in class:RawContactReadOnlyEditorView
84 mInflater = (LayoutInflater)getContext().getSystemService(
224 final View field = mInflater.inflate(R.layout.item_read_only_field, mGeneral, false);
/packages/apps/DeskClock/src/com/android/deskclock/worldclock/
H A DWorldClockAdapter.java45 private final LayoutInflater mInflater; field in class:WorldClockAdapter
57 mInflater = LayoutInflater.from(context);
212 view = mInflater.inflate(R.layout.world_clock_list_item, parent, false);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/presets/
H A DUserPresetsAdapter.java39 private LayoutInflater mInflater; field in class:UserPresetsAdapter
49 mInflater = LayoutInflater.from(context);
96 convertView = mInflater.inflate(R.layout.filtershow_presets_management_row, null);
/packages/apps/InCallUI/src/com/android/incallui/
H A DConferenceManagerFragment.java44 private LayoutInflater mInflater; field in class:ConferenceManagerFragment
79 mInflater = LayoutInflater.from(getActivity().getApplicationContext());
127 mConferenceParticipantList, context, mInflater, mContactPhotoManager);
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DOtherSettingsPopup.java52 LayoutInflater mInflater; field in class:OtherSettingsPopup.OtherSettingsAdapter
56 mInflater = LayoutInflater.from(getContext());
80 mInflater.inflate(viewLayoutId, parent, false);
/packages/apps/Settings/src/com/android/settings/
H A DAppPicker.java93 private final LayoutInflater mInflater; field in class:AppPicker.AppListAdapter
97 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
155 AppViewHolder holder = AppViewHolder.createOrRecycle(mInflater, convertView);

Completed in 698 milliseconds

1234