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

<<11121314151617181920>>

  /packages/apps/Settings/src/com/android/settings/
ConfirmLockPassword.java 34 import android.view.LayoutInflater;
88 public View onCreateView(LayoutInflater inflater, ViewGroup container,
ConfirmLockPattern.java 32 import android.view.LayoutInflater;
112 public View onCreateView(LayoutInflater inflater, ViewGroup container,
CryptKeeperSettings.java 35 import android.view.LayoutInflater;
104 public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedState) {
  /packages/apps/Tag/src/com/android/apps/tag/record/
SmartPoster.java 31 import android.view.LayoutInflater;
160 public View getView(Activity activity, LayoutInflater inflater, ViewGroup parent, int offset) {
VCardRecord.java 52 import android.view.LayoutInflater;
84 public View getView(Activity activity, LayoutInflater inflater, ViewGroup parent, int offset) {
  /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DownloadAdapter.java 29 import android.view.LayoutInflater;
84 final DownloadItem view = (DownloadItem) LayoutInflater.from(mDownloadList)
  /development/apps/Development/src/com/android/development/
AccountsTester.java 40 import android.view.LayoutInflater;
100 protected LayoutInflater mInflater;
104 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
307 final View view = LayoutInflater.from(this).inflate(R.layout.get_auth_token_view,
348 final View view = LayoutInflater.from(this).inflate(R.layout.get_features_view,
PackageSummary.java 34 import android.view.LayoutInflater;
158 final LayoutInflater inflate =
159 (LayoutInflater)getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /frameworks/base/core/java/android/appwidget/
AppWidgetHostView.java 41 import android.view.LayoutInflater;
72 static final LayoutInflater.Filter sInflaterFilter = new LayoutInflater.Filter() {
324 // We're being asked to inflate parameters, probably by a LayoutInflater
554 LayoutInflater inflater = (LayoutInflater)
  /frameworks/base/core/java/android/widget/
ActivityChooserView.java 31 import android.view.LayoutInflater;
217 LayoutInflater inflater = LayoutInflater.from(mContext);
695 convertView = LayoutInflater.from(getContext()).inflate(
705 convertView = LayoutInflater.from(getContext()).inflate(
TabHost.java 30 import android.view.LayoutInflater;
596 LayoutInflater inflater =
597 (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
630 LayoutInflater inflater =
631 (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
AppSecurityPermissions.java 36 import android.view.LayoutInflater;
71 private final LayoutInflater mInflater;
257 mInflater = (LayoutInflater) mContext.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
323 LayoutInflater inflater = (LayoutInflater)context.getSystemService(
520 private static PermissionItemView getPermissionItemView(Context context, LayoutInflater inflater,
531 private static View getPermissionItemViewOld(Context context, LayoutInflater inflater,
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarContextView.java 34 import android.view.LayoutInflater;
178 LayoutInflater inflater = LayoutInflater.from(getContext());
205 LayoutInflater inflater = LayoutInflater.from(mContext);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActivityChooserView.java 30 import android.view.LayoutInflater;
223 LayoutInflater inflater = LayoutInflater.from(getContext());
701 convertView = LayoutInflater.from(getContext()).inflate(
711 convertView = LayoutInflater.from(getContext()).inflate(
  /packages/apps/Browser/src/com/android/browser/
TabBar.java 36 import android.view.LayoutInflater;
101 LayoutInflater factory = LayoutInflater.from(activity);
270 LayoutInflater inflater = LayoutInflater.from(getContext());
  /packages/apps/Contacts/src/com/android/contacts/editor/
LabeledEditorView.java 32 import android.view.LayoutInflater;
383 final LayoutInflater layoutInflater = LayoutInflater.from(builder.getContext());
386 final View view = layoutInflater.inflate(R.layout.contact_editor_label_name_dialog, null);
517 private final LayoutInflater mInflater;
523 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
PackageInstallerActivity.java 41 import android.view.LayoutInflater;
121 LayoutInflater inflater = (LayoutInflater)getSystemService(
135 LayoutInflater inflater = (LayoutInflater)getSystemService(
  /packages/apps/Phone/src/com/android/phone/
RespondViaSmsManager.java 46 import android.view.LayoutInflater;
415 LayoutInflater inflater =
416 (LayoutInflater) mInCallScreen.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
435 private final LayoutInflater mInflater;
439 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
RunningProcessesView.java 34 import android.view.LayoutInflater;
209 final LayoutInflater mInflater;
217 mInflater = (LayoutInflater)getContext().getSystemService(
415 LayoutInflater inflater = (LayoutInflater)getContext().getSystemService(
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageDetail.java 43 import android.view.LayoutInflater;
147 LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
309 LayoutInflater inflater = getActivity().getLayoutInflater();
404 LayoutInflater inflater = getActivity().getLayoutInflater();
505 LayoutInflater inflater = getActivity().getLayoutInflater();
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogAdapter.java 29 import android.view.LayoutInflater;
445 LayoutInflater inflater =
446 (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
459 LayoutInflater inflater =
460 (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
473 LayoutInflater inflater =
474 (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardHostView.java 50 import android.view.LayoutInflater;
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
CursorAdapterTest.java 30 import android.view.LayoutInflater;
77 final LayoutInflater inflater = LayoutInflater.from(mContext);
SimpleAdapterTest.java 26 import android.view.LayoutInflater;
84 private LayoutInflater mInflater;
90 mInflater = (LayoutInflater) mContext.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /development/apps/GestureBuilder/src/com/android/gesture/builder/
GestureBuilderActivity.java 28 import android.view.LayoutInflater;
408 private final LayoutInflater mInflater;
414 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);

Completed in 549 milliseconds

<<11121314151617181920>>