Searched refs:inflater (Results 201 - 225 of 435) sorted by relevance

1234567891011>>

/frameworks/support/leanback/src/main/java/androidx/leanback/app/
H A DGuidedStepSupportFragment.java248 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
250 final View v = new View(inflater.getContext());
952 * @param inflater LayoutInflater to load background view.
957 public View onCreateBackgroundView(LayoutInflater inflater, ViewGroup container, argument
959 return inflater.inflate(R.layout.lb_guidedstep_background, container, false);
1050 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
1055 inflater = getThemeInflater(inflater);
1057 GuidedStepRootLayout root = (GuidedStepRootLayout) inflater.inflate(
1068 View guidanceView = mGuidanceStylist.onCreateView(inflater, guidanceContaine
1384 getThemeInflater(LayoutInflater inflater) argument
[all...]
/frameworks/base/core/java/android/app/
H A DFragmentController.java345 public boolean dispatchCreateOptionsMenu(Menu menu, MenuInflater inflater) { argument
346 return mHost.mFragmentManager.dispatchCreateOptionsMenu(menu, inflater);
H A DTimePickerDialog.java119 final LayoutInflater inflater = LayoutInflater.from(themeContext);
120 final View view = inflater.inflate(R.layout.time_picker_dialog, null);
/frameworks/base/core/java/android/view/
H A DViewStub.java200 public void setLayoutInflater(LayoutInflater inflater) { argument
201 mInflater = inflater;
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
H A DPipDismissViewController.java71 LayoutInflater inflater = LayoutInflater.from(mContext);
72 mDismissView = inflater.inflate(R.layout.pip_dismiss_view, null);
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
H A DPipControlButtonView.java78 LayoutInflater inflater = (LayoutInflater) getContext()
80 inflater.inflate(R.layout.tv_pip_control_button, this);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationTestHelper.java144 LayoutInflater inflater = (LayoutInflater) mContext.getSystemService(
146 mRow = (ExpandableNotificationRow) inflater.inflate(
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
H A DBiDiTestGridLayoutCodeLtr.java50 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
52 currentView = (FrameLayout) inflater.inflate(R.layout.grid_layout_code, container, false);
H A DBiDiTestGridLayoutCodeRtl.java50 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
52 currentView = (FrameLayout) inflater.inflate(R.layout.grid_layout_code, container, false);
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DContactsExpansion.java64 LayoutInflater inflater = (LayoutInflater)
66 View contactItem = inflater.inflate(R.layout.contact_collapsed, container, false);
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DStickyHeaderListView.java80 LayoutInflater inflater = LayoutInflater.from(getContext());
81 View header = inflater.inflate(headerResId, this, false);
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/
H A DGlifRecyclerLayout.java83 protected View onInflateTemplate(LayoutInflater inflater, int template) { argument
87 return super.onInflateTemplate(inflater, template);
H A DSetupWizardRecyclerLayout.java111 protected View onInflateTemplate(LayoutInflater inflater, int template) { argument
115 return super.onInflateTemplate(inflater, template);
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/items/
H A DRecyclerItemAdapter.java97 final LayoutInflater inflater = LayoutInflater.from(parent.getContext());
98 final View view = inflater.inflate(viewType, parent, false);
/frameworks/opt/setupwizard/library/recyclerview/test/instrumentation/src/com/android/setupwizardlib/test/
H A DGlifRecyclerLayoutTest.java66 LayoutInflater inflater = LayoutInflater.from(mContext);
68 inflater.inflate(R.layout.test_glif_recycler_layout, null);
H A DSetupWizardRecyclerLayoutTest.java67 LayoutInflater inflater = LayoutInflater.from(mContext);
69 inflater.inflate(R.layout.test_recycler_layout, null);
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
H A DGlifListLayoutTest.java78 LayoutInflater inflater = LayoutInflater.from(mContext);
80 inflater.inflate(R.layout.test_glif_list_layout, null);
H A DSetupWizardListLayoutTest.java78 LayoutInflater inflater = LayoutInflater.from(mContext);
80 inflater.inflate(R.layout.test_list_layout, null);
/frameworks/support/car/src/main/java/androidx/car/drawer/
H A DCarDrawerActivity.java151 LayoutInflater inflater = getLayoutInflater();
152 inflater.inflate(resourceId, parent, true);
/frameworks/support/coordinatorlayout/src/androidTest/java/androidx/coordinatorlayout/widget/
H A DCoordinatorSnackbarWithButtonTest.java104 LayoutInflater inflater = LayoutInflater.from(mActivityTestRule.getActivity());
105 mBar = inflater.inflate(R.layout.emulated_snackbar, mCoordinatorLayout, false);
/frameworks/support/fragment/src/main/java/androidx/fragment/app/
H A DFragmentController.java330 public boolean dispatchCreateOptionsMenu(Menu menu, MenuInflater inflater) { argument
331 return mHost.mFragmentManager.dispatchCreateOptionsMenu(menu, inflater);
/frameworks/support/frameworks/support/samples/Support13Demos/src/main/java/com/example/android/supportv13/app/
H A DFragmentPagerSupport.java123 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
125 View v = inflater.inflate(R.layout.fragment_pager_list, container, false);
H A DFragmentStatePagerSupport.java123 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
125 View v = inflater.inflate(R.layout.fragment_pager_list, container, false);
/frameworks/support/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
H A DFragmentDialogSupport.java149 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
151 View v = inflater.inflate(R.layout.fragment_dialog, container, false);
H A DFragmentPagerSupport.java123 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
125 View v = inflater.inflate(R.layout.fragment_pager_list, container, false);

Completed in 3995 milliseconds

1234567891011>>