/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/ |
D | EntityHeaderControllerTest.java | 72 private LayoutInflater mLayoutInflater; field in EntityHeaderControllerTest 83 mLayoutInflater = LayoutInflater.from(mShadowContext); in setUp() 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() 144 final View view = mLayoutInflater 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() 249 final View view = mLayoutInflater in iconContentDescription_shouldWorkWithoutSetIcon() [all …]
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | AllAppsGridAdapter.java | 178 private final LayoutInflater mLayoutInflater; field in AllAppsGridAdapter 201 mLayoutInflater = LayoutInflater.from(launcher); in AllAppsGridAdapter() 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/Settings/tests/robotests/src/com/android/settings/wifi/calling/ |
D | WifiCallingDisclaimerFragmentTest.java | 68 private LayoutInflater mLayoutInflater; field in WifiCallingDisclaimerFragmentTest 98 when(mLayoutInflater.inflate(anyInt(), anyObject(), anyBoolean())).thenReturn(mView); in setUp() 139 mFragment.onCreateView(mLayoutInflater, mViewGroup, null /* savedInstanceState */); in onScrolled_canNotScroll_shouldEnableAgreeButton() 156 mFragment.onCreateView(mLayoutInflater, mViewGroup, null /* savedInstanceState */); in onScrolled_canScroll_shouldNotEnableAgreeButton() 172 mFragment.onCreateView(mLayoutInflater, mViewGroup, null /* savedInstanceState */); in onClick_agreeButton_shouldFinishFragment()
|
D | DisclaimerItemListAdapterTest.java | 56 private LayoutInflater mLayoutInflater; field in DisclaimerItemListAdapterTest 79 when(mLayoutInflater.inflate(anyInt(), anyObject(), anyBoolean())).thenReturn(mView); in setUp() 82 mLayoutInflater); in setUp()
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
D | WidgetsListAdapter.java | 54 private final LayoutInflater mLayoutInflater; field in WidgetsListAdapter 67 mLayoutInflater = layoutInflater; in WidgetsListAdapter() 134 mLayoutInflater.inflate(R.layout.widget_list_divider, row); in onBindViewHolder() 137 WidgetCell widget = (WidgetCell) mLayoutInflater.inflate( in onBindViewHolder() 175 ViewGroup container = (ViewGroup) mLayoutInflater.inflate( in onCreateViewHolder()
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | KindSectionView.java | 161 private LayoutInflater mLayoutInflater; field in KindSectionView 190 mLayoutInflater = (LayoutInflater) getContext().getSystemService( in onFinishInflate() 335 final View nameView = mLayoutInflater.inflate( in addNameEditorViews() 357 final StructuredNameEditorView nameView = (StructuredNameEditorView) mLayoutInflater in addNameEditorViews() 378 final TextFieldsEditorView phoneticNameView = (TextFieldsEditorView) mLayoutInflater in addNameEditorViews() 397 final GroupMembershipView view = (GroupMembershipView) mLayoutInflater.inflate( in addGroupEditorView() 412 final View view = mLayoutInflater.inflate( in addNonNameEditorView()
|
D | RawContactEditorView.java | 198 private LayoutInflater mLayoutInflater; field in RawContactEditorView 250 mLayoutInflater = (LayoutInflater) in onFinishInflate() 730 final View field = mLayoutInflater.inflate(R.layout.item_read_only_field, mKindSectionViews, in bindData() 898 mLayoutInflater.inflate(R.layout.item_kind_section, viewGroup, in inflateKindSectionView()
|
/packages/apps/Settings/src/com/android/settings/widget/ |
D | SlidingTabLayout.java | 40 private final LayoutInflater mLayoutInflater; field in SlidingTabLayout 48 mLayoutInflater = LayoutInflater.from(context); in SlidingTabLayout() 51 mIndicatorView = mLayoutInflater.inflate(R.layout.sliding_tab_indicator_view, this, false); in SlidingTabLayout() 131 final TextView tabTitleView = (TextView) mLayoutInflater.inflate( in populateTabStrip()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/ |
D | SlidingTabLayout.java | 40 private final LayoutInflater mLayoutInflater; field in SlidingTabLayout 48 mLayoutInflater = LayoutInflater.from(context); in SlidingTabLayout() 51 mIndicatorView = mLayoutInflater.inflate(R.layout.sliding_tab_indicator_view, this, false); in SlidingTabLayout() 131 final TextView tabTitleView = (TextView) mLayoutInflater.inflate( in populateTabStrip()
|
/packages/services/Telecomm/testapps/carmodedialer/src/com/android/server/telecom/carmodedialer/ |
D | CallListAdapter.java | 50 private final LayoutInflater mLayoutInflater; field in CallListAdapter 64 mLayoutInflater = in CallListAdapter() 92 convertView = mLayoutInflater.inflate(R.layout.call_list_item, parent, false); in getView()
|
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | CallListAdapter.java | 50 private final LayoutInflater mLayoutInflater; field in CallListAdapter 64 mLayoutInflater = in CallListAdapter() 92 convertView = mLayoutInflater.inflate(R.layout.call_list_item, parent, false); in getView()
|
D | SelfManagedCallListAdapter.java | 133 private final LayoutInflater mLayoutInflater; field in SelfManagedCallListAdapter 140 mLayoutInflater = layoutInflater; in SelfManagedCallListAdapter() 162 ? mLayoutInflater.inflate(R.layout.self_managed_call_list_item, parent, false) in getView()
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | AccountFilterActivity.java | 139 private final LayoutInflater mLayoutInflater; field in AccountFilterActivity.FilterListAdapter 145 mLayoutInflater = (LayoutInflater) context.getSystemService in FilterListAdapter() 172 view = (ContactListFilterView) mLayoutInflater.inflate( in getView()
|
/packages/apps/TV/src/com/android/tv/menu/ |
D | ItemListRowView.java | 129 private final LayoutInflater mLayoutInflater; field in ItemListRowView.ItemListAdapter 136 mLayoutInflater = LayoutInflater.from(context); in ItemListAdapter() 217 .getOrCreateView(mLayoutInflater, getLayoutResId(viewType), parent); in onCreateViewHolder()
|
D | MenuView.java | 38 private final LayoutInflater mLayoutInflater; field in MenuView 56 mLayoutInflater = LayoutInflater.from(context); in MenuView() 94 MenuRowView view = (MenuRowView) mLayoutInflater.inflate(row.getLayoutResId(), this, false); in createMenuRowView()
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/vhal/ |
D | VehicleHalFragment.java | 151 private final LayoutInflater mLayoutInflater; field in VehicleHalFragment.ListAdapter 157 mLayoutInflater = LayoutInflater.from(context); in ListAdapter() 172 (LinearLayout)mLayoutInflater.inflate(RESOURCE_ID, parent, attachToRoot); in getView()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/nfc/ |
D | NfcPaymentPreferenceController.java | 175 private final LayoutInflater mLayoutInflater; field in NfcPaymentPreferenceController.NfcPaymentAdapter 181 mLayoutInflater = (LayoutInflater) context.getSystemService( in NfcPaymentAdapter() 211 convertView = mLayoutInflater.inflate( in getView()
|
/packages/apps/Settings/src/com/android/settings/nfc/ |
D | NfcPaymentPreferenceController.java | 175 private final LayoutInflater mLayoutInflater; field in NfcPaymentPreferenceController.NfcPaymentAdapter 181 mLayoutInflater = (LayoutInflater) context.getSystemService( in NfcPaymentAdapter() 211 convertView = mLayoutInflater.inflate( in getView()
|
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/preprovisioning/terms/adapters/ |
D | TermsListAdapterTest.java | 39 @Mock private LayoutInflater mLayoutInflater; field in TermsListAdapterTest 59 TermsListAdapter adapter = new TermsListAdapter(mContext, mDocs, mLayoutInflater, in returnsCorrectDocument()
|
/packages/apps/TV/src/com/android/tv/ui/sidepanel/ |
D | SideFragment.java | 258 private final LayoutInflater mLayoutInflater; field in SideFragment.ItemAdapter 262 mLayoutInflater = layoutInflater; in ItemAdapter() 273 View view = ViewCache.getInstance().getOrCreateView(mLayoutInflater, viewType, parent); in onCreateViewHolder()
|
/packages/apps/TV/src/com/android/tv/ui/ |
D | KeypadChannelSwitchView.java | 70 private final LayoutInflater mLayoutInflater; field in KeypadChannelSwitchView 121 mLayoutInflater = LayoutInflater.from(context); in KeypadChannelSwitchView() 404 v = mLayoutInflater.inflate(R.layout.keypad_channel_switch_item, parent, false); in getView()
|
/packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/ |
D | CollapsedAlarmViewHolder.java | 261 private final LayoutInflater mLayoutInflater; field in CollapsedAlarmViewHolder.Factory 264 mLayoutInflater = layoutInflater; in Factory() 269 return new CollapsedAlarmViewHolder(mLayoutInflater.inflate( in createViewHolder()
|
D | ExpandedAlarmViewHolder.java | 517 private final LayoutInflater mLayoutInflater; field in ExpandedAlarmViewHolder.Factory 521 mLayoutInflater = LayoutInflater.from(context); in Factory() 527 final View itemView = mLayoutInflater.inflate(viewType, parent, false); in createViewHolder()
|
D | ExpandedAlarmViewHolder.kt | 487 private val mLayoutInflater: LayoutInflater = LayoutInflater.from(context) in <lambda>() constant 492 val itemView: View = mLayoutInflater.inflate(viewType, parent, false) in <lambda>()
|
/packages/apps/Nfc/src/com/android/nfc/beam/ |
D | SendUi.java | 146 final LayoutInflater mLayoutInflater; field in SendUi 216 mLayoutInflater = (LayoutInflater) in SendUi() 218 mScreenshotLayout = mLayoutInflater.inflate(R.layout.screenshot, null); in SendUi()
|