/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/ |
D | MasterSwitchPreferenceTest.java | 65 LayoutInflater.from(mContext).inflate( in setChecked_shouldUpdateButtonCheckedState() 81 LayoutInflater.from(mContext).inflate( in setSwitchEnabled_shouldUpdateButtonEnabledState() 97 LayoutInflater.from(mContext).inflate( in setSwitchEnabled_shouldUpdateButtonEnabledState_beforeViewBound() 111 inflater.inflate(R.layout.preference_two_target, null)); in clickWidgetView_shouldToggleButton() 113 inflater.inflate(R.layout.preference_widget_master_switch, widgetView, true); in clickWidgetView_shouldToggleButton() 129 inflater.inflate(R.layout.preference_two_target, null)); in clickWidgetView_shouldNotToggleButtonIfDisabled() 131 inflater.inflate(R.layout.preference_widget_master_switch, widgetView, true); in clickWidgetView_shouldNotToggleButtonIfDisabled() 144 LayoutInflater.from(mContext).inflate(R.layout.preference_two_target, null)); in clickWidgetView_shouldNotifyPreferenceChanged() 164 .inflate(R.layout.preference_widget_master_switch, null)); in setDisabledByAdmin_hasEnforcedAdmin_shouldDisableButton() 178 .inflate(R.layout.preference_widget_master_switch, null)); in setDisabledByAdmin_noEnforcedAdmin_shouldEnableButton() [all …]
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/ |
D | AppHeaderControllerTest.java | 101 View inputView = mLayoutInflater.inflate(R.layout.app_details, null /* root */); in testBuildView_constructedWithView_shouldReturnSameView() 111 final View appHeader = mLayoutInflater.inflate(R.layout.app_details, null /* root */); in bindViews_shouldBindAllData() 132 .inflate(R.layout.app_details, null /* root */); in bindButton_hasAppPref_shouldShowButton() 157 .inflate(R.layout.app_details, null /* root */); in bindButton_noAppPref_shouldNotShowButton() 176 .inflate(R.layout.app_details, null /* root */); in bindButton_noAppInfo_shouldNotShowButton() 194 .inflate(R.layout.app_details, null /* root */); in bindButton_hasAppInfo_shouldShowButton() 214 .inflate(R.layout.app_details, null /* root */); in bindButton_hasAppInfo_shouldHaveContentDescription() 233 .inflate(R.layout.app_details, null /* root */); in bindButton_hasAppNotifIntent_shouldShowButton() 252 final View appHeader = mLayoutInflater.inflate(R.layout.app_details, null /* root */); in instantApps_normalAppsDontGetLabel() 262 final View appHeader = mLayoutInflater.inflate(R.layout.app_details, null /* root */); in instantApps_expectedHeaderItem()
|
/packages/apps/Dialer/java/com/android/incallui/sessiondata/ |
D | MultimediaFragment.java | 110 return layoutInflater.inflate(R.layout.fragment_spam, viewGroup, false); in onCreateView() 119 return layoutInflater.inflate( in onCreateView() 122 return layoutInflater.inflate(R.layout.fragment_composer_image_frag, viewGroup, false); in onCreateView() 125 return layoutInflater.inflate(R.layout.fragment_composer_text_frag, viewGroup, false); in onCreateView() 127 return layoutInflater.inflate(R.layout.fragment_composer_frag, viewGroup, false); in onCreateView() 131 return layoutInflater.inflate(R.layout.fragment_composer_text_image, viewGroup, false); in onCreateView() 133 return layoutInflater.inflate(R.layout.fragment_composer_image, viewGroup, false); in onCreateView() 136 return layoutInflater.inflate(R.layout.fragment_composer_text, viewGroup, false); in onCreateView()
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | AllAppsGridAdapter.java | 281 BubbleTextView icon = (BubbleTextView) mLayoutInflater.inflate( in onCreateViewHolder() 294 .inflate(R.layout.all_apps_discovery_item, parent, false); in onCreateViewHolder() 299 return new ViewHolder(mLayoutInflater.inflate(R.layout.all_apps_empty_search, in onCreateViewHolder() 302 View searchMarketView = mLayoutInflater.inflate(R.layout.all_apps_search_market, in onCreateViewHolder() 312 return new ViewHolder(mLayoutInflater.inflate( in onCreateViewHolder() 315 View loadingDividerView = mLayoutInflater.inflate( in onCreateViewHolder() 320 return new ViewHolder(mLayoutInflater.inflate( in onCreateViewHolder()
|
/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/Contacts/src/com/android/contacts/drawer/ |
D | DrawerAdapter.java | 217 result = mInflater.inflate(layoutResID, parent, false); in getBaseItemView() 224 result = mInflater.inflate(R.layout.drawer_primary_item, parent, false); in getPrimaryItemView() 242 result = mInflater.inflate(R.layout.drawer_header, parent, false); in getHeaderItemView() 252 result = mInflater.inflate(R.layout.drawer_item, parent, false); in getGroupEntryView() 274 result = mInflater.inflate(R.layout.drawer_item, parent, false); in getAccountItemView() 300 result = mInflater.inflate(R.layout.drawer_item, parent, false); in getDrawerItemView()
|
/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/Contacts/src/com/android/contacts/list/ |
D | JoinContactListAdapter.java | 144 View view = inflate(R.layout.join_contact_picker_section_header, parent); in newHeaderView() 150 View view = inflate(R.layout.join_contact_picker_section_header, parent); in newHeaderView() 176 private View inflate(int layoutId, ViewGroup parent) { in inflate() method in JoinContactListAdapter 177 return LayoutInflater.from(getContext()).inflate(layoutId, parent, false); in inflate()
|
/packages/apps/Car/Overview/src/com/android/car/overview/ |
D | StreamAdapter.java | 60 .inflate(R.layout.stream_card_container, parent, false); in onCreateViewHolder() 65 .inflate(R.layout.stream_card_current_call, container, false)); in onCreateViewHolder() 69 .inflate(R.layout.stream_card_media, container, false)); in onCreateViewHolder() 75 .inflate(R.layout.stream_card_simple, container, false); in onCreateViewHolder()
|
/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
D | CallLogAlertManager.java | 40 view = inflater.inflate(R.layout.call_log_alert_item, parent, false); in CallLogAlertManager() 45 public View inflate(int layoutId) { in inflate() method in CallLogAlertManager 46 return inflater.inflate(layoutId, container, false); in inflate()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothPermissionActivity.java | 159 mView = getLayoutInflater().inflate(R.layout.bluetooth_access, null); in createConnectionDialogView() 168 mView = getLayoutInflater().inflate(R.layout.bluetooth_access, null); in createPhonebookDialogView() 177 mView = getLayoutInflater().inflate(R.layout.bluetooth_access, null); in createMapDialogView() 186 mView = getLayoutInflater().inflate(R.layout.bluetooth_access, null); in createSapDialogView()
|
/packages/services/Car/car-support-lib/src/android/support/car/ui/ |
D | CarListItemViewHolder.java | 53 rightCheckbox = (CheckBox) rightStub.inflate(); in CarListItemViewHolder() 57 rightImage = (ImageView) rightStub.inflate(); in CarListItemViewHolder() 61 rightText = (TextView) rightStub.inflate(); in CarListItemViewHolder()
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | KindSectionView.java | 322 final View nameView = mLayoutInflater.inflate( in addNameEditorViews() 345 .inflate(R.layout.structured_name_editor_view, mEditors, /* attachToRoot =*/ false); in addNameEditorViews() 366 .inflate(R.layout.text_fields_editor_view, mEditors, /* attachToRoot =*/ false); in addNameEditorViews() 384 final GroupMembershipView view = (GroupMembershipView) mLayoutInflater.inflate( in addGroupEditorView() 399 final View view = mLayoutInflater.inflate( in addNonNameEditorView()
|
/packages/apps/Dialer/java/com/android/dialer/calldetails/ |
D | CallDetailsAdapter.java | 57 inflater.inflate(R.layout.contact_container, parent, false)); in onCreateViewHolder() 60 inflater.inflate(R.layout.call_details_entry, parent, false)); in onCreateViewHolder() 63 inflater.inflate(R.layout.call_details_footer, parent, false)); in onCreateViewHolder()
|
/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/DocumentsUI/src/com/android/documentsui/files/ |
D | MenuManager.java | 113 inflater.inflate(R.menu.container_context_menu, menu); in inflateContextMenuForContainer() 125 inflater.inflate(R.menu.file_context_menu, menu); in inflateContextMenuForDocs() 131 inflater.inflate(R.menu.dir_context_menu, menu); in inflateContextMenuForDocs() 136 inflater.inflate(R.menu.mixed_context_menu, menu); in inflateContextMenuForDocs()
|
/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/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/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/Settings/src/com/android/settings/ |
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()
|
/packages/apps/Settings/src/com/android/settings/search2/ |
D | SearchResultsAdapter.java | 61 view = inflater.inflate(R.layout.search_intent_item, parent, false); in onCreateViewHolder() 64 view = inflater.inflate(R.layout.search_inline_switch_item, parent, false); in onCreateViewHolder() 67 view = inflater.inflate(R.layout.search_saved_query_item, parent, false); in onCreateViewHolder()
|
/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()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/ |
D | LeanbackPickerDialogFragment.java | 106 final View view = inflater.inflate(R.layout.picker_dialog_fragment, container, false); in onCreateView() 109 inflater.inflate(R.layout.date_picker_widget, pickerContainer, true); in onCreateView() 127 inflater.inflate(R.layout.time_picker_widget, pickerContainer, true); in onCreateView()
|