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

1234567

/frameworks/support/v4/java/android/support/v4/app/
H A DFragment.java1027 * @param inflater The LayoutInflater object that can be used to inflate
1037 public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, argument
1257 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) { argument
1781 View performCreateView(LayoutInflater inflater, ViewGroup container, argument
1786 return onCreateView(inflater, container, savedInstanceState);
1863 boolean performCreateOptionsMenu(Menu menu, MenuInflater inflater) { argument
1868 onCreateOptionsMenu(menu, inflater);
1871 show |= mChildFragmentManager.dispatchCreateOptionsMenu(menu, inflater);
H A DListFragment.java89 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DRootsFragment.java87 LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
88 final Context context = inflater.getContext();
90 final View view = inflater.inflate(R.layout.fragment_roots, container, false);
86 onCreateView( LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) argument
/frameworks/base/core/java/android/widget/
H A DTabHost.java603 LayoutInflater inflater =
605 View tabIndicator = inflater.inflate(mTabLayoutId,
637 LayoutInflater inflater =
639 View tabIndicator = inflater.inflate(mTabLayoutId,
H A DAppSecurityPermissions.java323 LayoutInflater inflater = (LayoutInflater)context.getSystemService(
327 return getPermissionItemViewOld(context, inflater, grpName,
520 private static PermissionItemView getPermissionItemView(Context context, LayoutInflater inflater, argument
523 PermissionItemView permView = (PermissionItemView)inflater.inflate(
531 private static View getPermissionItemViewOld(Context context, LayoutInflater inflater, argument
533 View permView = inflater.inflate(R.layout.app_permission_item_old, null);
H A DZoomButtonsController.java260 LayoutInflater inflater = (LayoutInflater) mContext
262 inflater.inflate(com.android.internal.R.layout.zoom_container, container);
H A DActivityChooserView.java241 LayoutInflater inflater = LayoutInflater.from(mContext);
242 inflater.inflate(R.layout.activity_chooser_view, this, true);
H A DTimePickerSpinnerDelegate.java89 final LayoutInflater inflater = LayoutInflater.from(mContext);
90 inflater.inflate(layoutResourceId, mDelegator, true);
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarContextView.java191 LayoutInflater inflater = LayoutInflater.from(getContext());
192 inflater.inflate(R.layout.action_bar_title_item, this);
218 LayoutInflater inflater = LayoutInflater.from(mContext);
219 mClose = inflater.inflate(mCloseItemLayout, this, false);
H A DActionBarView.java173 final LayoutInflater inflater = LayoutInflater.from(context);
179 mUpGoerFive = (ViewGroup) inflater.inflate(
181 mHomeLayout = (HomeView) inflater.inflate(homeResId, mUpGoerFive, false);
183 mExpandedHomeLayout = (HomeView) inflater.inflate(homeResId, mUpGoerFive, false);
211 mCustomNavView = (View) inflater.inflate(customNavId, this, false);
817 LayoutInflater inflater = LayoutInflater.from(getContext());
818 mTitleLayout = (LinearLayout) inflater.inflate(R.layout.action_bar_title_item,
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActionBarContextView.java184 LayoutInflater inflater = LayoutInflater.from(getContext());
185 inflater.inflate(R.layout.abc_action_bar_title_item, this);
211 LayoutInflater inflater = LayoutInflater.from(getContext());
212 mClose = inflater.inflate(mCloseItemLayout, this, false);
/frameworks/base/core/java/android/preference/
H A DDialogPreference.java350 LayoutInflater inflater = LayoutInflater.from(mBuilder.getContext());
351 return inflater.inflate(mDialogLayoutResId, null);
/frameworks/base/services/core/java/com/android/server/display/
H A DOverlayDisplayWindow.java181 LayoutInflater inflater = LayoutInflater.from(mContext);
183 mWindowContent = inflater.inflate(
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DFrameworkActionBarWrapper.java125 MenuInflater inflater = new MenuInflater(getActionMenuContext());
138 inflater.inflate(id, menuBuilder);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DVerticalGridFragment.java324 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
326 ViewGroup root = (ViewGroup) inflater.inflate(R.layout.lb_vertical_grid_fragment,
H A DVerticalGridSupportFragment.java326 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
328 ViewGroup root = (ViewGroup) inflater.inflate(R.layout.lb_vertical_grid_fragment,
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DSearchOrbView.java161 LayoutInflater inflater = (LayoutInflater) context
163 mRootView = inflater.inflate(getLayoutResourceId(), this, true);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardHostView.java644 LayoutInflater inflater = LayoutInflater.from(mContext);
645 View addWidget = inflater.inflate(R.layout.keyguard_add_widget, this, false);
676 LayoutInflater inflater = LayoutInflater.from(mContext);
678 inflater.inflate(R.layout.keyguard_transport_control_view, this, false);
700 LayoutInflater inflater = LayoutInflater.from(mContext);
701 View statusWidget = inflater.inflate(R.layout.keyguard_status_view, null, true);
/frameworks/base/core/java/com/android/internal/app/
H A DToolbarActionBar.java92 final LayoutInflater inflater = LayoutInflater.from(mDecorToolbar.getContext());
93 setCustomView(inflater.inflate(resId, mDecorToolbar.getViewGroup(), false));
/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuView.java293 LayoutInflater inflater = LayoutInflater.from(context);
295 final IconMenuItemView itemView = (IconMenuItemView) inflater.inflate(
H A DMenuItemImpl.java574 final LayoutInflater inflater = LayoutInflater.from(context);
575 setActionView(inflater.inflate(resId, new LinearLayout(context), false));
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DDatePicker.java100 LayoutInflater inflater = (LayoutInflater) themed.getSystemService(
102 inflater.inflate(R.layout.date_picker, this, true);
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java217 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
219 final View view = inflater.inflate(R.layout.photo_fragment_view, container, false);
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DIPControlsJB.java96 MenuInflater inflater = getMenuInflater();
97 inflater.inflate(R.menu.main_activity_actions, menu);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DMenuItemImpl.java620 final LayoutInflater inflater = LayoutInflater.from(context);
621 setActionView(inflater.inflate(resId, new LinearLayout(context), false));

Completed in 488 milliseconds

1234567