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

<<11121314151617181920>>

  /external/replicaisland/src/com/replica/replicaisland/
LevelSelectActivity.java 25 import android.view.LayoutInflater;
135 sourceView = LayoutInflater.from(mContext).inflate(
142 sourceView = LayoutInflater.from(mContext).inflate(
149 sourceView = LayoutInflater.from(mContext).inflate(
  /packages/apps/Contacts/src/com/android/contacts/list/
DefaultContactBrowseListFragment.java 24 import android.view.LayoutInflater;
99 protected View inflateView(LayoutInflater inflater, ViewGroup container) {
104 protected void onCreateView(LayoutInflater inflater, ViewGroup container) {
271 private void addEmptyUserProfileHeader(LayoutInflater inflater) {
  /packages/apps/Settings/src/com/android/settings/
DeviceAdminSettings.java 35 import android.view.LayoutInflater;
67 public View onCreateView(LayoutInflater inflater, ViewGroup container,
156 final LayoutInflater mInflater;
159 mInflater = (LayoutInflater)
  /cts/tests/tests/widget/src/android/widget/cts/
ResourceCursorAdapterTest.java 26 import android.view.LayoutInflater;
48 LayoutInflater layoutInflater = (LayoutInflater) mContext.getSystemService(
50 mParent = (ViewGroup) layoutInflater.inflate(R.layout.cursoradapter_host, null);
ResourceCursorTreeAdapterTest.java 26 import android.view.LayoutInflater;
69 LayoutInflater layoutInflater = (LayoutInflater) mContext.getSystemService(
71 mParent = (ViewGroup) layoutInflater.inflate(R.layout.cursoradapter_host, null);
  /development/apps/Development/src/com/android/development/
InstrumentationList.java 34 import android.view.LayoutInflater;
50 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
105 protected final LayoutInflater mInflater;
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowDialog.java 8 import android.view.LayoutInflater;
216 public LayoutInflater getLayoutInflater() {
217 return LayoutInflater.from(realDialog.getContext());
  /frameworks/base/core/java/android/accounts/
ChooseAccountActivity.java 26 import android.view.LayoutInflater;
156 private LayoutInflater mLayoutInflater;
162 mLayoutInflater = (LayoutInflater) context.getSystemService(
ChooseAccountTypeActivity.java 26 import android.view.LayoutInflater;
172 private LayoutInflater mLayoutInflater;
179 mLayoutInflater = (LayoutInflater) context.getSystemService(
GrantCredentialsPermissionActivity.java 25 import android.view.LayoutInflater;
50 protected LayoutInflater mInflater;
57 mInflater = (LayoutInflater) getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /frameworks/base/core/java/android/preference/
DialogPreference.java 32 import android.view.LayoutInflater;
342 LayoutInflater inflater = LayoutInflater.from(mBuilder.getContext());
  /frameworks/base/core/java/android/widget/
ArrayAdapter.java 21 import android.view.LayoutInflater;
94 private LayoutInflater mInflater;
310 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
SimpleAdapter.java 22 import android.view.LayoutInflater;
59 private LayoutInflater mInflater;
85 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /frameworks/base/core/java/com/android/internal/app/
LocalePicker.java 31 import android.view.LayoutInflater;
195 final LayoutInflater inflater =
196 (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /frameworks/base/core/tests/coretests/src/android/view/
ListContextMenu.java 31 import android.view.LayoutInflater;
47 private LayoutInflater mInflater;
52 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbConfirmActivity.java 35 import android.view.LayoutInflater;
86 LayoutInflater inflater = (LayoutInflater)getSystemService(
UsbPermissionActivity.java 37 import android.view.LayoutInflater;
101 LayoutInflater inflater = (LayoutInflater)getSystemService(
  /frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZonePickerView.java 27 import android.view.LayoutInflater;
60 LayoutInflater inflater = (LayoutInflater) context.getSystemService(
TimeZoneResultAdapter.java 23 import android.view.LayoutInflater;
79 private LayoutInflater mInflater;
95 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouteChooserDialog.java 26 import android.view.LayoutInflater;
164 private final LayoutInflater mInflater;
168 mInflater = LayoutInflater.from(context);
  /packages/apps/Browser/src/com/android/browser/
DateSortedExpandableListAdapter.java 22 import android.view.LayoutInflater;
285 LayoutInflater factory = LayoutInflater.from(mContext);
  /packages/apps/Camera/src/com/android/camera/ui/
MoreSettingPopup.java 22 import android.view.LayoutInflater;
55 LayoutInflater mInflater;
61 mInflater = LayoutInflater.from(context);
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactEditorActivity.java 30 import android.view.LayoutInflater;
98 LayoutInflater inflater = (LayoutInflater) getSystemService
  /packages/apps/Contacts/src/com/android/contacts/datepicker/
DatePickerDialog.java 29 import android.view.LayoutInflater;
168 LayoutInflater inflater =
169 (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupBrowseListAdapter.java 24 import android.view.LayoutInflater;
42 private final LayoutInflater mLayoutInflater;
52 mLayoutInflater = LayoutInflater.from(context);

Completed in 2772 milliseconds

<<11121314151617181920>>