/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
D | WaitFragment.java | 79 .inflate(R.layout.wait_container, container, false); in onCreateView() 90 view = mInflater.inflate(R.layout.wait_for_manual_sync, root, false); in getContent() 96 view = mInflater.inflate(R.layout.loading_messages, root, false); in getContent() 98 view = mInflater.inflate(R.layout.wait_default, root, false); in getContent()
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | AttachmentPreviewFactory.java | 167 final View view = layoutInflater.inflate(layoutId, parent, false /* attachToRoot */); in createImagePreview() 194 final View pendingItemView = layoutInflater.inflate(R.layout.attachment_pending_item, in createPendingAttachmentPreview() 226 final View view = layoutInflater.inflate(layoutId, parent, false /* attachToRoot */); in createVCardPreview() 269 final View view = layoutInflater.inflate(layoutId, parent, false /* attachToRoot */); in createAudioPreview() 295 final VideoThumbnailView videoThumbnail = (VideoThumbnailView) layoutInflater.inflate( in createVideoPreview()
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
D | WifiSettingsForSetupWizard.java | 59 inflater.inflate(R.layout.setup_wifi_layout, container, false); in onCreateView() 62 mAddOtherNetworkItem = inflater.inflate(R.layout.setup_wifi_add_network, list, false); in onCreateView() 73 mMacAddressFooter = inflater.inflate(R.layout.setup_wifi_mac_address, list, false); in onCreateView() 149 mEmptyFooter = (TextView) inflater.inflate(R.layout.setup_wifi_empty, getListView(), false); in initEmptyTextView()
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | JoinContactListAdapter.java | 147 View view = inflate(R.layout.join_contact_picker_section_header, parent); in newHeaderView() 153 View view = inflate(R.layout.join_contact_picker_section_header, parent); in newHeaderView() 179 private View inflate(int layoutId, ViewGroup parent) { in inflate() method in JoinContactListAdapter 180 return LayoutInflater.from(getContext()).inflate(layoutId, parent, false); in inflate()
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | CompactKindSectionView.java | 346 final View nameView = mLayoutInflater.inflate( in addNameEditorViews() 369 .inflate(R.layout.structured_name_editor_view, mEditors, /* attachToRoot =*/ false); in addNameEditorViews() 386 .inflate(R.layout.phonetic_name_editor_view, mEditors, /* attachToRoot =*/ false); in addNameEditorViews() 402 final GroupMembershipView view = (GroupMembershipView) mLayoutInflater.inflate( in addGroupEditorView() 417 final View view = mLayoutInflater.inflate( in addNonNameEditorView()
|
D | CompactPhotoSelectionFragment.java | 199 return mLayoutInflater.inflate(R.layout.take_a_photo_button, /* root =*/ null); in getView() 206 return mLayoutInflater.inflate(R.layout.all_photos_button, /* root =*/ null); in getView() 217 photoItemView = mLayoutInflater.inflate( in getView() 288 final View view = inflater.inflate(R.layout.compact_photo_selection_fragment, in onCreateView()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothPermissionActivity.java | 166 mView = getLayoutInflater().inflate(R.layout.bluetooth_access, null); in createConnectionDialogView() 175 mView = getLayoutInflater().inflate(R.layout.bluetooth_access, null); in createPhonebookDialogView() 184 mView = getLayoutInflater().inflate(R.layout.bluetooth_access, null); in createMapDialogView() 193 mView = getLayoutInflater().inflate(R.layout.bluetooth_access, null); in createSapDialogView()
|
/packages/apps/Settings/src/com/android/settings/dashboard/ |
D | SearchResultsSummary.java | 164 final View view = inflater.inflate(R.layout.search_panel, container, false); in onCreateView() 220 LayoutInflater.from(getActivity()).inflate( in onCreateView() 245 LayoutInflater.from(getActivity()).inflate( in onCreateView() 477 view = mInflater.inflate(R.layout.search_suggestion_item, parent, false); in getView() 611 view = mInflater.inflate(R.layout.search_result_item, parent, false); in getView()
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | AllAppsGridAdapter.java | 519 BubbleTextView icon = (BubbleTextView) mLayoutInflater.inflate( in onCreateViewHolder() 530 BubbleTextView icon = (BubbleTextView) mLayoutInflater.inflate( in onCreateViewHolder() 541 return new ViewHolder(mLayoutInflater.inflate(R.layout.all_apps_empty_search, in onCreateViewHolder() 544 … return new ViewHolder(mLayoutInflater.inflate(R.layout.all_apps_search_market_divider, in onCreateViewHolder() 547 View searchMarketView = mLayoutInflater.inflate(R.layout.all_apps_search_market, in onCreateViewHolder()
|
/packages/apps/Settings/src/com/android/settings/ |
D | MasterClear.java | 268 TextView child = (TextView)inflater.inflate(R.layout.master_clear_account, in loadAccountList() 294 return inflater.inflate(R.layout.master_clear_disallowed_screen, null); in onCreateView() 296 View view = inflater.inflate(R.layout.admin_support_details_empty_view, null); in onCreateView() 302 mContentView = inflater.inflate(R.layout.master_clear, null); in onCreateView()
|
D | ResetNetworkConfirm.java | 128 return inflater.inflate(R.layout.network_reset_disallowed_screen, null); in onCreateView() 130 View view = inflater.inflate(R.layout.admin_support_details_empty_view, null); in onCreateView() 135 mContentView = inflater.inflate(R.layout.reset_network_confirm, null); in onCreateView()
|
D | MasterClearConfirm.java | 146 return inflater.inflate(R.layout.master_clear_disallowed_screen, null); in onCreateView() 148 View view = inflater.inflate(R.layout.admin_support_details_empty_view, null); in onCreateView() 153 mContentView = inflater.inflate(R.layout.master_clear_confirm, null); in onCreateView()
|
/packages/services/Car/car-support-lib/src/android/support/car/ui/ |
D | CarListItemViewHolder.java | 52 rightCheckbox = (CheckBox) rightStub.inflate(); in CarListItemViewHolder() 56 rightImage = (ImageView) rightStub.inflate(); in CarListItemViewHolder() 60 rightText = (TextView) rightStub.inflate(); in CarListItemViewHolder()
|
/packages/apps/Messaging/src/com/android/messaging/ui/conversationsettings/ |
D | PeopleAndOptionsFragment.java | 79 final View view = inflater.inflate(R.layout.people_and_options_fragment, container, false); in onCreateView() 235 inflater.inflate(R.layout.people_options_item_view, parent, false); in getView() 268 itemView = (PersonItemView) inflater.inflate(R.layout.people_list_item_view, parent, in getView() 319 view = LayoutInflater.from(getActivity()).inflate( in getHeaderView()
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
D | PreferenceInflater.java | 50 public CameraPreference inflate(int resId) { in inflate() method in PreferenceInflater 51 return inflate(mContext.getResources().getXml(resId)); in inflate() 75 private CameraPreference inflate(XmlPullParser parser) { in inflate() method in PreferenceInflater
|
D | OnScreenHint.java | 109 LayoutInflater inflate = in makeText() local 112 View v = inflate.inflate(R.layout.on_screen_hint, null); in makeText()
|
/packages/apps/Camera2/src/com/android/camera/ |
D | OnScreenHint.java | 108 LayoutInflater inflate = (LayoutInflater) activity.getSystemService( in makeText() local 110 View v = inflate.inflate(R.layout.on_screen_hint, null); in makeText()
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
D | ConversationViewAdapter.java | 132 final ConversationViewHeader v = (ConversationViewHeader) inflater.inflate( in createView() 183 inflater.inflate(R.layout.conversation_footer, parent, false); in createView() 272 final MessageHeaderView v = (MessageHeaderView) inflater.inflate( in createView() 416 final MessageFooterView v = (MessageFooterView) inflater.inflate( in createView() 490 final SuperCollapsedBlock v = (SuperCollapsedBlock) inflater.inflate( in createView()
|
/packages/apps/Tag/src/com/android/apps/tag/ |
D | TagViewer.java | 85 TextView empty = (TextView) inflater.inflate(R.layout.tag_text, content, false); in buildTagViews() 96 TextView empty = (TextView) inflater.inflate(R.layout.tag_text, content, false); in buildTagViews() 103 inflater.inflate(R.layout.tag_divider, content, true); in buildTagViews()
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
D | ClockFragment.java | 94 final View footerView = inflater.inflate(R.layout.blank_footer_view, mCityList, false); in onCreateView() 95 final View fragmentView = inflater.inflate(R.layout.clock_fragment, container, false); in onCreateView() 109 mClockFrame = inflater.inflate(R.layout.main_clock_frame, mCityList, false); in onCreateView() 369 view = mInflater.inflate(R.layout.world_clock_list_item, parent, false); in getView()
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | GalleryActionBar.java | 130 convertView = mInflater.inflate(R.layout.action_bar_text, in getView() 158 convertView = mInflater.inflate(R.layout.action_bar_two_line_text, in getView() 170 convertView = mInflater.inflate(R.layout.action_bar_text, in getDropDownView() 399 mActivity.getMenuInflater().inflate(menuRes, menu); in createActionBarMenu()
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
D | ExternalSource.java | 94 public void inflate(Context context, int inflateLevel) { in inflate() method in ExternalSource 104 inflate(context, parser); in inflate() 118 protected void inflate(Context context, XmlPullParser parser) { in inflate() method in ExternalSource
|
/packages/apps/Settings/src/com/android/settings/applications/ |
D | RunningServiceDetails.java | 227 mServicesHeader = (TextView)mInflater.inflate(R.layout.separator_label, in addServicesHeader() 237 mProcessesHeader = (TextView)mInflater.inflate(R.layout.separator_label, in addProcessesHeader() 260 View root = mInflater.inflate(R.layout.running_service_details_service, in addServiceDetailsView() 336 View root = mInflater.inflate(R.layout.running_service_details_process, in addProcessDetailsView() 514 final View view = inflater.inflate(R.layout.running_service_details, container, false);
|
/packages/apps/Settings/src/com/android/settings/print/ |
D | PrintServiceSettingsFragment.java | 202 emptyView = getActivity().getLayoutInflater().inflate( in updateEmptyView() 218 emptyView = getActivity().getLayoutInflater().inflate( in updateEmptyView() 229 emptyView = getActivity().getLayoutInflater().inflate( in updateEmptyView() 392 inflater.inflate(R.menu.print_service_settings, menu); in onCreateOptionsMenu() 546 convertView = getActivity().getLayoutInflater().inflate(
|
/packages/apps/Tag/src/com/android/apps/tag/record/ |
D | RecordUtils.java | 71 TextView text = (TextView) inflater.inflate(R.layout.tag_text, parent, false); in getViewsForIntent() 91 inflater.inflate(R.layout.tag_divider, container); in getViewsForIntent() 113 View item = inflater.inflate(R.layout.tag_uri, parent, false); in buildActivityView()
|