/frameworks/base/tests/UiBench/src/com/android/test/uibench/recyclerview/ |
H A D | RvArrayAdapter.java | 26 private LayoutInflater mLayoutInflater; field in class:RvArrayAdapter 47 if (mLayoutInflater == null) { 48 mLayoutInflater = LayoutInflater.from(viewGroup.getContext()); 50 View v = mLayoutInflater.inflate(android.R.layout.simple_list_item_1, viewGroup, false);
|
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/ |
H A D | ObservableListAdapter.java | 36 private final LayoutInflater mLayoutInflater; field in class:ObservableListAdapter 44 mLayoutInflater = (resourceId == 0) ? null : 126 convertView = mLayoutInflater.inflate(resourceId, parent, false);
|
/frameworks/base/tests/UiBench/src/com/android/test/uibench/ |
H A D | NotificationShadeActivity.java | 39 private LayoutInflater mLayoutInflater; field in class:NotificationShadeActivity.FakeNotificationStackView 76 View view = mLayoutInflater.inflate(R.layout.notification, this, false); 96 mLayoutInflater = LayoutInflater.from(getContext());
|
/frameworks/support/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/util/ |
H A D | SortedListActivity.java | 77 final LayoutInflater mLayoutInflater; field in class:SortedListActivity.SortedListAdapter 79 mLayoutInflater = layoutInflater; 121 mLayoutInflater.inflate(R.layout.sorted_list_item_view, parent, false)) {
|
/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/util/ |
H A D | SortedListActivity.java | 77 final LayoutInflater mLayoutInflater; field in class:SortedListActivity.SortedListAdapter 79 mLayoutInflater = layoutInflater; 121 mLayoutInflater.inflate(R.layout.sorted_list_item_view, parent, false)) {
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/notification/ |
H A D | EnableZenModeDialogTest.java | 63 private LayoutInflater mLayoutInflater; field in class:EnableZenModeDialogTest 74 mLayoutInflater = LayoutInflater.from(mShadowContext); 78 mController.mLayoutInflater = mLayoutInflater;
|
H A D | ZenDurationDialogTest.java | 57 private LayoutInflater mLayoutInflater; field in class:ZenDurationDialogTest 66 mLayoutInflater = LayoutInflater.from(mContext); 69 mController.mLayoutInflater = mLayoutInflater;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/ |
H A D | PipControlsView.java | 67 private final LayoutInflater mLayoutInflater; field in class:PipControlsView 118 mLayoutInflater = (LayoutInflater) getContext() 120 mLayoutInflater.inflate(R.layout.tv_pip_controls, this); 211 PipControlButtonView buttonView = (PipControlButtonView) mLayoutInflater.inflate(
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/ |
H A D | ZenDurationDialog.java | 62 @VisibleForTesting protected LayoutInflater mLayoutInflater; field in class:ZenDurationDialog 128 if (mLayoutInflater == null) { 129 mLayoutInflater = new PhoneWindow(mContext).getLayoutInflater(); 131 View contentView = mLayoutInflater.inflate(R.layout.zen_mode_duration_dialog, 139 final View radioButton = mLayoutInflater.inflate(R.layout.zen_mode_radio_button, 144 final View radioButtonContent = mLayoutInflater.inflate(R.layout.zen_mode_condition,
|
H A D | EnableZenModeDialog.java | 96 protected LayoutInflater mLayoutInflater; field in class:EnableZenModeDialog 158 if (mLayoutInflater == null) { 159 mLayoutInflater = new PhoneWindow(mContext).getLayoutInflater(); 161 View contentView = mLayoutInflater.inflate(R.layout.zen_mode_turn_on_dialog_container, 170 final View radioButton = mLayoutInflater.inflate(R.layout.zen_mode_radio_button, 175 final View radioButtonContent = mLayoutInflater.inflate(R.layout.zen_mode_condition,
|
/frameworks/base/core/java/android/accounts/ |
H A D | ChooseAccountActivity.java | 192 private LayoutInflater mLayoutInflater; field in class:ChooseAccountActivity.AccountArrayAdapter 198 mLayoutInflater = (LayoutInflater) context.getSystemService( 207 convertView = mLayoutInflater.inflate(R.layout.choose_account_row, null);
|
H A D | ChooseAccountTypeActivity.java | 172 private LayoutInflater mLayoutInflater; field in class:ChooseAccountTypeActivity.AccountArrayAdapter 179 mLayoutInflater = (LayoutInflater) context.getSystemService( 188 convertView = mLayoutInflater.inflate(R.layout.choose_account_row, null);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | NavigationBarInflaterView.java | 88 protected LayoutInflater mLayoutInflater; field in class:NavigationBarInflaterView 117 mLayoutInflater = LayoutInflater.from(mContext); 134 mRot0 = (FrameLayout) mLayoutInflater.inflate(R.layout.navigation_layout, this, false); 137 mRot90 = (FrameLayout) mLayoutInflater.inflate(R.layout.navigation_layout_rot90, this, 306 LayoutInflater inflater = landscape ? mLandscapeInflater : mLayoutInflater;
|
/frameworks/base/core/java/android/app/ |
H A D | Fragment.java | 411 LayoutInflater mLayoutInflater; field in class:Fragment 1324 if (mLayoutInflater == null) { 1327 return mLayoutInflater; 1340 mLayoutInflater = layoutInflater; 1341 return mLayoutInflater; 2793 mLayoutInflater = null;
|
/frameworks/support/fragment/src/main/java/androidx/fragment/app/ |
H A D | Fragment.java | 240 LayoutInflater mLayoutInflater; field in class:Fragment 1276 if (mLayoutInflater == null) { 1279 return mLayoutInflater; 1293 mLayoutInflater = layoutInflater; 1294 return mLayoutInflater; 2690 mLayoutInflater = null;
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
H A D | PageAdapter.java | 85 private final LayoutInflater mLayoutInflater; field in class:PageAdapter 135 mLayoutInflater = (LayoutInflater) context.getSystemService( 306 page = mLayoutInflater.inflate(R.layout.preview_page_selected, parent, false); 308 page = mLayoutInflater.inflate(R.layout.preview_page, parent, false);
|
/frameworks/base/core/java/com/android/internal/app/ |
H A D | ChooserActivity.java | 1200 private final LayoutInflater mLayoutInflater; field in class:ChooserActivity.ChooserRowAdapter 1206 mLayoutInflater = LayoutInflater.from(ChooserActivity.this); 1267 final ViewGroup row = (ViewGroup) mLayoutInflater.inflate(R.layout.chooser_row,
|
/frameworks/base/core/java/com/android/internal/policy/ |
H A D | PhoneWindow.java | 164 private LayoutInflater mLayoutInflater; field in class:PhoneWindow 305 mLayoutInflater = LayoutInflater.from(context); 420 mLayoutInflater.inflate(layoutResID, mContentParent); 532 return mLayoutInflater; 1607 mLayoutInflater.inflate(value, titleContainer); 2599 mDecor.onResourcesLoaded(mLayoutInflater, layoutResource);
|