HomeSort by relevance Sort by last modified time
    Searched refs:LayoutInflater (Results 326 - 350 of 681) sorted by null

<<11121314151617181920>>

  /packages/apps/Contacts/src/com/android/contacts/list/
ContactTileListFragment.java 29 import android.view.LayoutInflater;
79 public View onCreateView(LayoutInflater inflater, ViewGroup container,
85 protected View inflateAndSetupView(LayoutInflater inflater, ViewGroup container,
  /packages/apps/ContactsCommon/src/com/android/contacts/common/interactions/
ImportExportDialogFragment.java 33 import android.view.LayoutInflater;
80 final LayoutInflater dialogInflater = (LayoutInflater)getActivity()
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
AccountFilterActivity.java 29 import android.view.LayoutInflater;
203 private final LayoutInflater mLayoutInflater;
209 mLayoutInflater = (LayoutInflater) context.getSystemService
PhoneNumberPickerFragment.java 24 import android.view.LayoutInflater;
93 protected void onCreateView(LayoutInflater inflater, ViewGroup container) {
241 protected View inflateView(LayoutInflater inflater, ViewGroup container) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
AccountSelectionUtil.java 27 import android.view.LayoutInflater;
102 final LayoutInflater dialogInflater = (LayoutInflater)dialogContext
  /packages/apps/DeskClock/src/com/android/deskclock/
TimerSetupView.java 22 import android.view.LayoutInflater;
52 LayoutInflater layoutInflater =
53 (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
54 layoutInflater.inflate(getLayoutId(), this);
  /packages/apps/Gallery2/src/com/android/camera/ui/
MoreSettingPopup.java 22 import android.view.LayoutInflater;
55 LayoutInflater mInflater;
61 mInflater = LayoutInflater.from(context);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
HistoryAdapter.java 23 import android.view.LayoutInflater;
184 LayoutInflater inflater = (LayoutInflater) getContext().getSystemService(
  /packages/apps/Gallery2/src/com/android/photos/
AlbumFragment.java 26 import android.view.LayoutInflater;
68 public View onCreateView(LayoutInflater inflater, ViewGroup container,
83 mHeaderView = LayoutInflater.from(getActivity())
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
GrantActivity.java 27 import android.view.LayoutInflater;
123 LayoutInflater inflater = (LayoutInflater)getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
ClusteredSuggestionsAdapter.java 29 import android.view.LayoutInflater;
50 private final LayoutInflater mInflater;
56 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /packages/apps/Settings/src/com/android/settings/
UsageStats.java 40 import android.view.LayoutInflater;
59 private LayoutInflater mInflater;
226 mInflater = (LayoutInflater)getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothNameDialogFragment.java 34 import android.view.LayoutInflater;
125 final LayoutInflater layoutInflater = (LayoutInflater)getActivity()
127 View view = layoutInflater.inflate(R.layout.dialog_edittext, null);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
ContactEntryAdapter.java 22 import android.view.LayoutInflater;
33 protected LayoutInflater mInflater;
80 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputTestsBase.java 28 import android.view.LayoutInflater;
159 final LayoutInflater inflater =
160 (LayoutInflater)getContext().getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DateSortedExpandableListAdapter.java 25 import android.view.LayoutInflater;
275 LayoutInflater factory = LayoutInflater.from(mContext);
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
AlbumDataAdapter.java 21 import android.view.LayoutInflater;
43 private final LayoutInflater mInflater;
53 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
SectionedAlbumDataAdapter.java 22 import android.view.LayoutInflater;
38 private final LayoutInflater mInflater;
46 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperListAdapter.java 35 import android.view.LayoutInflater;
55 private final LayoutInflater mInflater;
62 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /cts/tests/tests/widget/src/android/widget/cts/
SimpleCursorAdapterTest.java 28 import android.view.LayoutInflater;
307 LayoutInflater layoutInflater = (LayoutInflater) mContext.getSystemService(
309 ViewGroup viewGroup = (ViewGroup) layoutInflater.inflate(
321 LayoutInflater layoutInflater = (LayoutInflater) mContext.getSystemService(
323 ViewGroup viewGroup = (ViewGroup) layoutInflater.inflate(
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActionBarContextView.java 28 import android.view.LayoutInflater;
168 LayoutInflater inflater = LayoutInflater.from(getContext());
195 LayoutInflater inflater = LayoutInflater.from(getContext());
  /packages/apps/Browser/src/com/android/browser/view/
BookmarkExpandableView.java 25 import android.view.LayoutInflater;
109 LayoutInflater infalter = LayoutInflater.from(mContext);
273 LayoutInflater mInflater;
291 mInflater = LayoutInflater.from(mContext);
  /packages/apps/Settings/src/com/android/settings/inputmethod/
KeyboardLayoutDialogFragment.java 38 import android.view.LayoutInflater;
94 LayoutInflater inflater = LayoutInflater.from(context);
216 private final LayoutInflater mInflater;
221 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
TestService.java 51 import android.view.LayoutInflater;
683 super("LayoutInflater", "Inflate layout resource");
694 LayoutInflater inf = (LayoutInflater)mContext.getSystemService(
716 LayoutInflater inf = (LayoutInflater)mContext.getSystemService(
738 LayoutInflater inf = (LayoutInflater)mContext.getSystemService(
760 LayoutInflater inf = (LayoutInflater)mContext.getSystemService
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
PassFailButtons.java 28 import android.view.LayoutInflater;
262 LayoutInflater inflater = (LayoutInflater) activity

Completed in 5722 milliseconds

<<11121314151617181920>>