Home
last modified time | relevance | path

Searched refs:mLayoutInflater (Results 1 – 25 of 26) sorted by relevance

12

/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
DEntityHeaderControllerTest.java69 private LayoutInflater mLayoutInflater; field in EntityHeaderControllerTest
80 mLayoutInflater = LayoutInflater.from(mShadowContext); in setUp()
104 View inputView = mLayoutInflater.inflate(R.layout.settings_entity_header, null /* root */); in testBuildView_constructedWithView_shouldReturnSameView()
115 mLayoutInflater.inflate(R.layout.settings_entity_header, null /* root */); in bindViews_shouldBindAllData()
141 final View view = mLayoutInflater in bindButton_hasEditClickListener_shouldShowButton()
169 final View view = mLayoutInflater.inflate(R.layout.settings_entity_header, null /* root */); in bindButton_noEditClickListener_shouldNotShowButton()
186 mLayoutInflater.inflate(R.layout.settings_entity_header, null /* root */); in bindButton_noAppInfo_shouldNotAttachClickListener()
211 mLayoutInflater.inflate(R.layout.settings_entity_header, null /* root */); in bindButton_hasAppInfo_shouldAttachClickListener()
233 mLayoutInflater.inflate(R.layout.settings_entity_header, null /* root */); in iconContentDescription_shouldWorkWithSetIcon()
246 final View view = mLayoutInflater in iconContentDescription_shouldWorkWithoutSetIcon()
[all …]
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsGridAdapter.java174 private final LayoutInflater mLayoutInflater; field in AllAppsGridAdapter
200 mLayoutInflater = inflater; in AllAppsGridAdapter()
256 BubbleTextView icon = (BubbleTextView) mLayoutInflater.inflate( in onCreateViewHolder()
267 return new ViewHolder(mLayoutInflater.inflate(R.layout.all_apps_empty_search, in onCreateViewHolder()
270 View searchMarketView = mLayoutInflater.inflate(R.layout.all_apps_search_market, in onCreateViewHolder()
276 return new ViewHolder(mLayoutInflater.inflate( in onCreateViewHolder()
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/calling/
DWifiCallingDisclaimerFragmentTest.java68 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()
DDisclaimerItemListAdapterTest.java56 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/
DWidgetsListAdapter.java54 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/
DKindSectionView.java161 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()
DRawContactEditorView.java198 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/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DSlidingTabLayout.java40 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/apps/Settings/src/com/android/settings/widget/
DSlidingTabLayout.java40 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/apps/Settings/src/com/android/settings/accessibility/
DPaletteListView.java60 private final LayoutInflater mLayoutInflater; field in PaletteListView
78 mLayoutInflater = LayoutInflater.from(context); in PaletteListView()
199 final View view = mLayoutInflater.inflate(R.layout.palette_listview_item, null); in measureBound()
254 convertView = mLayoutInflater.inflate(R.layout.palette_listview_item, null); in getView()
/packages/services/Telecomm/testapps/carmodedialer/src/com/android/server/telecom/carmodedialer/
DCallListAdapter.java50 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/
DCallListAdapter.java50 private final LayoutInflater mLayoutInflater; field in CallListAdapter
64 mLayoutInflater = in CallListAdapter()
92 convertView = mLayoutInflater.inflate(R.layout.call_list_item, parent, false); in getView()
DSelfManagedCallListAdapter.java133 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/TV/src/com/android/tv/menu/
DItemListRowView.java129 private final LayoutInflater mLayoutInflater; field in ItemListRowView.ItemListAdapter
136 mLayoutInflater = LayoutInflater.from(context); in ItemListAdapter()
217 .getOrCreateView(mLayoutInflater, getLayoutResId(viewType), parent); in onCreateViewHolder()
DMenuView.java38 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/apps/Contacts/src/com/android/contacts/list/
DAccountFilterActivity.java139 private final LayoutInflater mLayoutInflater; field in AccountFilterActivity.FilterListAdapter
145 mLayoutInflater = (LayoutInflater) context.getSystemService in FilterListAdapter()
172 view = (ContactListFilterView) mLayoutInflater.inflate( in getView()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/vhal/
DVehicleHalFragment.java158 private final LayoutInflater mLayoutInflater; field in VehicleHalFragment.ListAdapter
164 mLayoutInflater = LayoutInflater.from(context); in ListAdapter()
179 (LinearLayout)mLayoutInflater.inflate(RESOURCE_ID, parent, attachToRoot); in getView()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/nfc/
DNfcPaymentPreferenceController.java175 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/
DNfcPaymentPreferenceController.java175 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/
DTermsListAdapterTest.java39 @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/
DSideFragment.java258 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/DeskClock/src/com/android/deskclock/alarms/dataadapter/
DCollapsedAlarmViewHolder.java261 private final LayoutInflater mLayoutInflater; field in CollapsedAlarmViewHolder.Factory
264 mLayoutInflater = layoutInflater; in Factory()
269 return new CollapsedAlarmViewHolder(mLayoutInflater.inflate( in createViewHolder()
DExpandedAlarmViewHolder.java517 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()
/packages/apps/TV/src/com/android/tv/ui/
DKeypadChannelSwitchView.java70 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/Nfc/src/com/android/nfc/beam/
DSendUi.java146 final LayoutInflater mLayoutInflater; field in SendUi
216 mLayoutInflater = (LayoutInflater) in SendUi()
218 mScreenshotLayout = mLayoutInflater.inflate(R.layout.screenshot, null); in SendUi()

12