Searched refs:inflater (Results 101 - 125 of 251) sorted by relevance

1234567891011

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DRecentsCreateFragment.java82 LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
83 final Context context = inflater.getContext();
85 final View view = inflater.inflate(R.layout.fragment_directory, container, false);
242 final LayoutInflater inflater = LayoutInflater.from(context);
244 (View) inflater.inflate(R.layout.item_doc_list, parent, false));
81 onCreateView( LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) argument
H A DPickFragment.java68 LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
69 mContainer = inflater.inflate(R.layout.fragment_pick, container, false);
67 onCreateView( LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) argument
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DImageCardView.java164 LayoutInflater inflater = LayoutInflater.from(getContext());
165 inflater.inflate(R.layout.lb_image_card_view, this);
191 mTitleView = (TextView) inflater.inflate(R.layout.lb_image_card_view_themed_title,
197 mContentView = (TextView) inflater.inflate(R.layout.lb_image_card_view_themed_content,
207 mBadgeImage = (ImageView) inflater.inflate(layoutId, mInfoArea, false);
H A DGuidanceStylist.java142 * inflater and container.
146 * @param inflater The layout inflater to be used when constructing the view.
153 final LayoutInflater inflater, ViewGroup container, Guidance guidance) {
155 View guidanceView = inflater.inflate(onProvideLayoutId(), container, false);
152 onCreateView( final LayoutInflater inflater, ViewGroup container, Guidance guidance) argument
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DGuidedStepFragment.java241 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
243 final View v = new View(inflater.getContext());
904 * @param inflater LayoutInflater to load background view.
909 public View onCreateBackgroundView(LayoutInflater inflater, ViewGroup container, argument
911 return inflater.inflate(R.layout.lb_guidedstep_background, container, false);
1007 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
1012 inflater = getThemeInflater(inflater);
1014 GuidedStepRootLayout root = (GuidedStepRootLayout) inflater.inflate(
1024 View guidanceView = mGuidanceStylist.onCreateView(inflater, guidanceContaine
1338 getThemeInflater(LayoutInflater inflater) argument
[all...]
H A DGuidedStepSupportFragment.java243 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
245 final View v = new View(inflater.getContext());
906 * @param inflater LayoutInflater to load background view.
911 public View onCreateBackgroundView(LayoutInflater inflater, ViewGroup container, argument
913 return inflater.inflate(R.layout.lb_guidedstep_background, container, false);
1009 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
1014 inflater = getThemeInflater(inflater);
1016 GuidedStepRootLayout root = (GuidedStepRootLayout) inflater.inflate(
1026 View guidanceView = mGuidanceStylist.onCreateView(inflater, guidanceContaine
1340 getThemeInflater(LayoutInflater inflater) argument
[all...]
/frameworks/base/core/java/android/app/
H A DFragmentController.java310 public boolean dispatchCreateOptionsMenu(Menu menu, MenuInflater inflater) { argument
311 return mHost.mFragmentManager.dispatchCreateOptionsMenu(menu, inflater);
H A DTimePickerDialog.java117 final LayoutInflater inflater = LayoutInflater.from(themeContext);
118 final View view = inflater.inflate(R.layout.time_picker_dialog, null);
/frameworks/base/core/java/android/preference/
H A DPreferenceScreen.java164 LayoutInflater inflater = (LayoutInflater)
166 View childPrefScreen = inflater.inflate(
/frameworks/base/core/java/android/view/
H A DViewStub.java188 public void setLayoutInflater(LayoutInflater inflater) { argument
189 mInflater = inflater;
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
H A DDocumentHolder.java171 final LayoutInflater inflater = LayoutInflater.from(context);
172 return inflater.inflate(layout, parent, false);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/views/
H A DTaskStackHorizontalViewAdapter.java114 LayoutInflater inflater = LayoutInflater.from(parent.getContext());
116 inflater.inflate(R.layout.recents_tv_task_card_view, parent, false));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
H A DUserGridView.java138 LayoutInflater inflater = (LayoutInflater)getContext().getSystemService
140 convertView = inflater.inflate(R.layout.car_fullscreen_user_pod, null);
/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/pip/
H A DPipControlButtonView.java77 LayoutInflater inflater = (LayoutInflater) getContext()
79 inflater.inflate(R.layout.tv_pip_control_button, this);
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbDebuggingActivity.java75 LayoutInflater inflater = LayoutInflater.from(ap.mContext);
76 View checkbox = inflater.inflate(com.android.internal.R.layout.always_use_checkbox, null);
/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/base/tests/UsageStatsTest/src/com/android/tests/usagestats/
H A DUsageStatsActivity.java61 MenuInflater inflater = getMenuInflater();
62 inflater.inflate(R.menu.main, menu);
/frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/items/
H A DRecyclerItemAdapter.java74 final LayoutInflater inflater = LayoutInflater.from(parent.getContext());
75 final View view = inflater.inflate(viewType, parent, false);
/frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/view/
H A DHeaderRecyclerView.java224 final LayoutInflater inflater = LayoutInflater.from(getContext());
225 mHeader = inflater.inflate(mHeaderRes, this, false);
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
H A DGlifListLayout.java107 protected View onInflateTemplate(LayoutInflater inflater, int template) { argument
111 return super.onInflateTemplate(inflater, template);
H A DSetupWizardListLayout.java79 protected View onInflateTemplate(LayoutInflater inflater, int template) { argument
83 return super.onInflateTemplate(inflater, template);
/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/test/src/com/android/setupwizardlib/test/
H A DGlifLayoutTest.java73 LayoutInflater inflater = LayoutInflater.from(mContext);
74 GlifLayout layout = (GlifLayout) inflater.inflate(R.layout.test_glif_layout, null);

Completed in 866 milliseconds

1234567891011