Home
last modified time | relevance | path

Searched refs:inflate (Results 1 – 25 of 743) sorted by relevance

12345678910>>...30

/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
DMasterSwitchPreferenceTest.java65 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 …]
DEntityHeaderControllerTest.java108 View inputView = mLayoutInflater.inflate(R.layout.settings_entity_header, null /* root */); in testBuildView_constructedWithView_shouldReturnSameView()
118 final View header = mLayoutInflater.inflate( in bindViews_shouldBindAllData()
140 .inflate(R.layout.settings_entity_header, null /* root */); in bindButton_hasAppPref_shouldShowButton()
170 .inflate(R.layout.settings_entity_header, null /* root */); in bindButton_noAppPref_shouldNotShowButton()
190 .inflate(R.layout.settings_entity_header, null /* root */); in bindButton_noAppInfo_shouldNotAttachClickListener()
215 .inflate(R.layout.settings_entity_header, null /* root */); in bindButton_hasAppInfo_shouldAttachClickListener()
237 .inflate(R.layout.settings_entity_header, null /* root */); in iconContentDescription_shouldWorkWithSetIcon()
251 .inflate(R.layout.settings_entity_header, null /* root */); in iconContentDescription_shouldWorkWithoutSetIcon()
264 .inflate(R.layout.settings_entity_header, null /* root */); in bindButton_hasAppNotifIntent_shouldShowButton()
283 final View header = mLayoutInflater.inflate( in instantApps_normalAppsDontGetLabel()
[all …]
/packages/apps/Dialer/java/com/android/incallui/sessiondata/
DMultimediaFragment.java111 return layoutInflater.inflate(R.layout.fragment_spam, viewGroup, false); in onCreateView()
121 return layoutInflater.inflate( in onCreateView()
125 return layoutInflater.inflate(R.layout.fragment_composer_image_frag, viewGroup, false); in onCreateView()
129 return layoutInflater.inflate(R.layout.fragment_composer_text_frag, viewGroup, false); in onCreateView()
132 return layoutInflater.inflate(R.layout.fragment_composer_frag, viewGroup, false); in onCreateView()
137 return layoutInflater.inflate(R.layout.fragment_composer_text_image, viewGroup, false); in onCreateView()
140 return layoutInflater.inflate(R.layout.fragment_composer_image, viewGroup, false); in onCreateView()
144 return layoutInflater.inflate(R.layout.fragment_composer_text, viewGroup, false); in onCreateView()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsGridAdapter.java290 BubbleTextView icon = (BubbleTextView) mLayoutInflater.inflate( in onCreateViewHolder()
302 .inflate(R.layout.all_apps_discovery_item, parent, false); in onCreateViewHolder()
307 return new ViewHolder(mLayoutInflater.inflate(R.layout.all_apps_empty_search, in onCreateViewHolder()
310 View searchMarketView = mLayoutInflater.inflate(R.layout.all_apps_search_market, in onCreateViewHolder()
320 View loadingDividerView = mLayoutInflater.inflate( in onCreateViewHolder()
325 return new ViewHolder(mLayoutInflater.inflate( in onCreateViewHolder()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DWaitFragment.java79 .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/
DDrawerAdapter.java217 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/Dialer/java/com/android/dialer/contactactions/
DContactActionBottomSheet.java53 setContentView(LayoutInflater.from(context).inflate(R.layout.sheet_layout, null)); in ContactActionBottomSheet()
81 View contactView = inflater.inflate(R.layout.contact_layout, container, false); in getContactView()
116 return inflater.inflate(R.layout.divider_layout, container, false); in getDividerView()
121 View moduleView = inflater.inflate(R.layout.module_layout, container, false); in getModuleView()
/packages/apps/Messaging/src/com/android/messaging/ui/
DAttachmentPreviewFactory.java167 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/
DJoinContactListAdapter.java144 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/
DStreamAdapter.java60 .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/
DCallLogAlertManager.java40 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/
DBluetoothPermissionActivity.java159 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/apps/Car/libs/car-stream-ui-lib/src/com/android/car/view/
DCarListItemViewHolder.java55 rightCheckbox = (CheckBox) rightStub.inflate(); in CarListItemViewHolder()
59 rightImage = (ImageView) rightStub.inflate(); in CarListItemViewHolder()
63 rightText = (TextView) rightStub.inflate(); in CarListItemViewHolder()
/packages/apps/Contacts/src/com/android/contacts/editor/
DKindSectionView.java322 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/LegacyCamera/src/com/android/camera/
DPreferenceInflater.java50 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
DOnScreenHint.java109 LayoutInflater inflate = in makeText() local
112 View v = inflate.inflate(R.layout.on_screen_hint, null); in makeText()
/packages/apps/Dialer/java/com/android/dialer/calldetails/
DCallDetailsAdapter.java60 inflater.inflate(R.layout.contact_container, parent, false)); in onCreateViewHolder()
63 inflater.inflate(R.layout.call_details_entry, parent, false)); in onCreateViewHolder()
66 inflater.inflate(R.layout.call_details_footer, parent, false), listener); in onCreateViewHolder()
/packages/apps/Camera2/src/com/android/camera/
DOnScreenHint.java108 LayoutInflater inflate = (LayoutInflater) activity.getSystemService( in makeText() local
110 View v = inflate.inflate(R.layout.on_screen_hint, null); in makeText()
/packages/apps/Dialer/java/com/android/dialer/searchfragment/list/
DSearchAdapter.java48 LayoutInflater.from(context).inflate(R.layout.search_contact_row, root, false)); in onCreateViewHolder()
51 LayoutInflater.from(context).inflate(R.layout.search_contact_row, root, false)); in onCreateViewHolder()
55 LayoutInflater.from(context).inflate(R.layout.header_layout, root, false)); in onCreateViewHolder()
/packages/apps/Tag/src/com/android/apps/tag/
DTagViewer.java85 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/DocumentsUI/src/com/android/documentsui/files/
DMenuManager.java113 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/Launcher3/src/com/android/launcher3/widget/
DWidgetsBottomSheet.java91 mGradientBackground = (GradientView) mLauncher.getLayoutInflater().inflate( in WidgetsBottomSheet()
147 View leftPaddingView = LayoutInflater.from(getContext()).inflate( in onWidgetsBound()
156 LayoutInflater.from(getContext()).inflate(R.layout.widget_list_divider, parent, true); in addDivider()
160 WidgetCell widget = (WidgetCell) LayoutInflater.from(getContext()).inflate( in addItemCell()
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DExternalSource.java94 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/
DPeopleAndOptionsFragment.java79 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/TvSettings/Settings/src/com/android/tv/settings/system/
DLeanbackPickerDialogFragment.java106 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()

12345678910>>...30