/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/ |
D | NotificationAppPreferenceTest.java | 64 inflater.inflate(R.layout.preference_app, null)); in setChecked_shouldUpdateButtonCheckedState() 66 inflater.inflate(R.layout.preference_widget_master_switch, widgetView, true); in setChecked_shouldUpdateButtonCheckedState() 82 inflater.inflate(R.layout.preference_app, null)); in setSwitchEnabled_shouldUpdateButtonEnabledState() 84 inflater.inflate(R.layout.preference_widget_master_switch, widgetView, true); in setSwitchEnabled_shouldUpdateButtonEnabledState() 100 inflater.inflate(R.layout.preference_app, null)); in setSwitchEnabled_shouldUpdateButtonEnabledState_beforeViewBound() 102 inflater.inflate(R.layout.preference_widget_master_switch, widgetView, true); in setSwitchEnabled_shouldUpdateButtonEnabledState_beforeViewBound() 115 inflater.inflate(R.layout.preference_app, null)); in clickWidgetView_shouldToggleButton() 119 inflater.inflate(R.layout.preference_widget_master_switch, widgetView, true); in clickWidgetView_shouldToggleButton() 135 inflater.inflate(R.layout.preference_app, null)); in clickWidgetView_shouldNotToggleButtonIfDisabled() 139 inflater.inflate(R.layout.preference_widget_master_switch, widgetView, true); in clickWidgetView_shouldNotToggleButtonIfDisabled() [all …]
|
D | ImportancePreferenceTest.java | 71 inflater.inflate(R.layout.notif_importance_preference, null)); in onBindViewHolder_nonConfigurable() 91 inflater.inflate(R.layout.notif_importance_preference, null)); in onBindViewHolder_nonConfigurable() 103 inflater.inflate(R.layout.notif_importance_preference, null)); in onBindViewHolder_selectButtonAndText() 126 inflater.inflate(R.layout.notif_importance_preference, null)); in onClick_changesUICallsListener() 151 inflater.inflate(R.layout.notif_importance_preference, null)); in setImportanceSummary() 173 inflater.inflate(R.layout.notif_importance_preference, null)); in setImportanceSummary_default()
|
D | ZenCustomRadioButtonPreferenceTest.java | 64 LayoutInflater.from(mContext).inflate( in setChecked_shouldUpdateButtonCheckedState() 81 LayoutInflater.from(mContext).inflate(R.layout.preference_two_target_radio, null)); in clickRadioButton_shouldNotifyRadioButtonClicked() 98 LayoutInflater.from(mContext).inflate(R.layout.preference_two_target_radio, null)); in clickWidgetView_shouldNotifyWidgetClicked()
|
/packages/apps/Car/Notification/src/com/android/car/notification/ |
D | CarNotificationViewAdapter.java | 100 view = mInflater.inflate(R.layout.notification_header_template, parent, false); in onCreateViewHolder() 104 view = mInflater.inflate(R.layout.notification_footer_template, parent, false); in onCreateViewHolder() 109 view = mInflater.inflate( in onCreateViewHolder() 115 .inflate(R.layout.group_summary_notification_template, parent, false); in onCreateViewHolder() 120 .inflate(R.layout.call_notification_template, parent, false); in onCreateViewHolder() 124 view = mInflater.inflate( in onCreateViewHolder() 129 view = mInflater.inflate( in onCreateViewHolder() 136 view = mInflater.inflate( in onCreateViewHolder() 143 view = mInflater.inflate( in onCreateViewHolder() 150 view = mInflater.inflate( in onCreateViewHolder() [all …]
|
D | CarHeadsUpNotificationManager.java | 130 return mInflater.inflate(R.layout.headsup_container, null); in createHeadsUpPanel() 310 currentNotification.setNotificationView(mInflater.inflate( in showHeadsUp() 325 currentNotification.setNotificationView(mInflater.inflate( in showHeadsUp() 340 currentNotification.setNotificationView(mInflater.inflate( in showHeadsUp() 355 currentNotification.setNotificationView(mInflater.inflate( in showHeadsUp() 372 currentNotification.setNotificationView(mInflater.inflate( in showHeadsUp() 389 currentNotification.setNotificationView(mInflater.inflate( in showHeadsUp() 410 currentNotification.setNotificationView(mInflater.inflate( in showHeadsUp() 426 currentNotification.setNotificationView(mInflater.inflate( in showHeadsUp()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/ |
D | MasterSwitchPreferenceTest.java | 64 LayoutInflater.from(mContext).inflate( in setChecked_shouldUpdateButtonCheckedState() 80 LayoutInflater.from(mContext).inflate( in setSwitchEnabled_shouldUpdateButtonEnabledState() 96 LayoutInflater.from(mContext).inflate( in setSwitchEnabled_shouldUpdateButtonEnabledState_beforeViewBound() 110 inflater.inflate(R.layout.preference_two_target, null)); in clickWidgetView_shouldToggleButton() 114 inflater.inflate(R.layout.preference_widget_master_switch, widgetView, true); in clickWidgetView_shouldToggleButton() 130 inflater.inflate(R.layout.preference_two_target, null)); in clickWidgetView_shouldNotToggleButtonIfDisabled() 134 inflater.inflate(R.layout.preference_widget_master_switch, widgetView, true); in clickWidgetView_shouldNotToggleButtonIfDisabled() 147 LayoutInflater.from(mContext).inflate(R.layout.preference_two_target, null)); in clickWidgetView_shouldNotifyPreferenceChanged() 167 .inflate(R.layout.preference_widget_master_switch, null)); in setDisabledByAdmin_hasEnforcedAdmin_shouldDisableButton() 181 .inflate(R.layout.preference_widget_master_switch, null)); in setDisabledByAdmin_noEnforcedAdmin_shouldEnableButton() [all …]
|
D | MasterCheckBoxPreferenceTest.java | 62 LayoutInflater.from(mContext).inflate( in setChecked_shouldUpdateCheckBoxCheckedState() 77 LayoutInflater.from(mContext).inflate( in setEnabled_shouldUpdateCheckBoxEnabledState() 92 LayoutInflater.from(mContext).inflate( in setCheckboxEnabled_shouldOnlyUpdateCheckBoxEnabledState() 109 LayoutInflater.from(mContext).inflate( in onBindViewHolder_shouldSetCheckboxEnabledState() 128 inflater.inflate(R.layout.preference_two_target, null)); in clickWidgetView_shouldToggleCheckBox() 132 inflater.inflate(R.layout.preference_widget_master_checkbox, widgetView, true); in clickWidgetView_shouldToggleCheckBox() 147 inflater.inflate(R.layout.preference_two_target, null)); in clickWidgetView_shouldNotToggleCheckBoxIfDisabled() 151 inflater.inflate(R.layout.preference_widget_master_checkbox, widgetView, true); in clickWidgetView_shouldNotToggleCheckBoxIfDisabled() 163 LayoutInflater.from(mContext).inflate(R.layout.preference_two_target, null)); in clickWidgetView_shouldNotifyPreferenceChanged() 182 .inflate(R.layout.preference_widget_master_checkbox, null)); in onBindViewHolder_checkBoxShouldHaveContentDescription()
|
D | EntityHeaderControllerTest.java | 107 View inputView = mLayoutInflater.inflate(R.layout.settings_entity_header, null /* root */); in testBuildView_constructedWithView_shouldReturnSameView() 118 mLayoutInflater.inflate(R.layout.settings_entity_header, null /* root */); in bindViews_shouldBindAllData() 145 .inflate(R.layout.settings_entity_header, null /* root */); in bindButton_hasEditClickListener_shouldShowButton() 172 final View view = mLayoutInflater.inflate(R.layout.settings_entity_header, null /* root */); in bindButton_noEditClickListener_shouldNotShowButton() 189 mLayoutInflater.inflate(R.layout.settings_entity_header, null /* root */); in bindButton_noAppInfo_shouldNotAttachClickListener() 214 mLayoutInflater.inflate(R.layout.settings_entity_header, null /* root */); in bindButton_hasAppInfo_shouldAttachClickListener() 236 mLayoutInflater.inflate(R.layout.settings_entity_header, null /* root */); in iconContentDescription_shouldWorkWithSetIcon() 250 .inflate(R.layout.settings_entity_header, null /* root */); in iconContentDescription_shouldWorkWithoutSetIcon() 263 .inflate(R.layout.settings_entity_header, null /* root */); in setIcon_usingAppEntry_shouldLoadIconFromDrawableFactory() 277 .inflate(R.layout.settings_entity_header, null /* root */); in bindButton_hasAppNotifIntent_shouldShowButton() [all …]
|
/packages/apps/Dialer/java/com/android/incallui/sessiondata/ |
D | MultimediaFragment.java | 116 return layoutInflater.inflate(R.layout.fragment_spam, viewGroup, false); in onCreateView() 126 return layoutInflater.inflate( in onCreateView() 130 return layoutInflater.inflate(R.layout.fragment_composer_image_frag, viewGroup, false); in onCreateView() 134 return layoutInflater.inflate(R.layout.fragment_composer_text_frag, viewGroup, false); in onCreateView() 137 return layoutInflater.inflate(R.layout.fragment_composer_frag, viewGroup, false); in onCreateView() 142 return layoutInflater.inflate(R.layout.fragment_composer_text_image, viewGroup, false); in onCreateView() 145 return layoutInflater.inflate(R.layout.fragment_composer_image, viewGroup, false); in onCreateView() 149 return layoutInflater.inflate(R.layout.fragment_composer_text, viewGroup, false); in onCreateView()
|
/packages/apps/Dialer/java/com/android/dialer/searchfragment/list/ |
D | SearchAdapter.java | 66 LayoutInflater.from(context).inflate(R.layout.search_contact_row, root, false), in onCreateViewHolder() 70 LayoutInflater.from(context).inflate(R.layout.search_contact_row, root, false), in onCreateViewHolder() 76 LayoutInflater.from(context).inflate(R.layout.header_layout, root, false)); in onCreateViewHolder() 79 LayoutInflater.from(context).inflate(R.layout.search_contact_row, root, false), in onCreateViewHolder() 83 LayoutInflater.from(context).inflate(R.layout.search_action_layout, root, false), in onCreateViewHolder() 87 LayoutInflater.from(context).inflate(R.layout.location_permission_row, root, false), in onCreateViewHolder()
|
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/ |
D | SearchResultsAdapter.java | 52 view = inflater.inflate(R.layout.search_intent_item, parent, false); in onCreateViewHolder() 57 view = inflater.inflate(R.layout.search_intent_item, parent, false); in onCreateViewHolder() 61 view = inflater.inflate(R.layout.search_intent_item, parent, false); in onCreateViewHolder() 64 view = inflater.inflate(R.layout.search_saved_query_item, parent, false); in onCreateViewHolder()
|
/packages/apps/Car/libs/car-ui-lib/tests/robotests/src/com/android/car/ui/recyclerview/ |
D | CarUiRecyclerViewTest.java | 58 .inflate(R.layout.test_linear_car_ui_recycler_view, null); in onHeightChanged_shouldAddTheValueToInitialTopValue() 78 .inflate(R.layout.test_linear_car_ui_recycler_view, null); in setAdapter_shouldInitializeLinearLayoutManager() 89 .inflate(R.layout.test_grid_car_ui_recycler_view, null); in setAdapter_shouldInitializeGridLayoutManager() 100 .inflate(R.layout.test_grid_car_ui_recycler_view, null); in init_shouldContainRecyclerView()
|
D | DefaultScrollBarTest.java | 76 View scrollView = LayoutInflater.from(mContext).inflate( in initialize_shouldInitializeScrollListener() 93 View scrollView = LayoutInflater.from(mContext).inflate( in initialize_shouldSetMaxRecyclerViews() 107 View scrollView = LayoutInflater.from(mContext).inflate( in initialize_shouldNotHaveFlingListener() 121 View scrollView = LayoutInflater.from(mContext).inflate( in setPadding_shouldSetStartAndEndPadding()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/legacysuggestion/ |
D | LegacySuggestionContextualCardRendererTest.java | 72 final View cardView = LayoutInflater.from(mActivity).inflate(card.getViewType(), in bindView_shouldSetListener() 90 final View cardView = LayoutInflater.from(mActivity).inflate(card.getViewType(), in bindView_closeButton_shouldSetListener() 109 final View cardView = LayoutInflater.from(mActivity).inflate(card.getViewType(), in viewClick_shouldInvokeControllerPrimaryClick() 129 final View cardView = LayoutInflater.from(mActivity).inflate(card.getViewType(), in viewClick_closeButton_shouldInvokeControllerDismissClick()
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | AllAppsGridAdapter.java | 255 BubbleTextView icon = (BubbleTextView) mLayoutInflater.inflate( in onCreateViewHolder() 266 return new ViewHolder(mLayoutInflater.inflate(R.layout.all_apps_empty_search, in onCreateViewHolder() 269 View searchMarketView = mLayoutInflater.inflate(R.layout.all_apps_search_market, in onCreateViewHolder() 275 return new ViewHolder(mLayoutInflater.inflate( in onCreateViewHolder() 278 View footer = mLayoutInflater.inflate(R.layout.work_tab_footer, parent, false); in onCreateViewHolder()
|
/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/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/Contacts/src/com/android/contacts/drawer/ |
D | DrawerAdapter.java | 213 result = mInflater.inflate(layoutResID, parent, false); in getBaseItemView() 220 result = mInflater.inflate(R.layout.drawer_primary_item, parent, false); in getPrimaryItemView() 238 result = mInflater.inflate(R.layout.drawer_header, parent, false); in getHeaderItemView() 248 result = mInflater.inflate(R.layout.drawer_item, parent, false); in getGroupEntryView() 270 result = mInflater.inflate(R.layout.drawer_item, parent, false); in getAccountItemView() 296 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/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/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/ |
D | BluetoothPermissionActivity.java | 157 mView = getLayoutInflater().inflate(R.layout.bluetooth_access, null); in createConnectionDialogView() 166 mView = getLayoutInflater().inflate(R.layout.bluetooth_access, null); in createPhonebookDialogView() 175 mView = getLayoutInflater().inflate(R.layout.bluetooth_access, null); in createMapDialogView() 184 mView = getLayoutInflater().inflate(R.layout.bluetooth_access, null); in createSapDialogView()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothPermissionActivity.java | 157 mView = getLayoutInflater().inflate(R.layout.bluetooth_access, null); in createConnectionDialogView() 166 mView = getLayoutInflater().inflate(R.layout.bluetooth_access, null); in createPhonebookDialogView() 175 mView = getLayoutInflater().inflate(R.layout.bluetooth_access, null); in createMapDialogView() 184 mView = getLayoutInflater().inflate(R.layout.bluetooth_access, null); in createSapDialogView()
|
/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/Dialer/java/com/android/dialer/speeddial/ |
D | DisambigDialog.java | 79 View view = inflater.inflate(R.layout.disambig_dialog_layout, null, false); in onCreateDialog() 130 .inflate(R.layout.disambig_dialog_divider, container, false); in insertDivider() 138 .inflate(R.layout.disambig_option_header_layout, container, false); in insertHeader() 152 .inflate(R.layout.disambig_option_layout, container, false); in insertOption()
|