Searched refs:getContext (Results 251 - 275 of 378) sorted by relevance

<<111213141516

/packages/apps/Settings/src/com/android/settings/
H A DDataUsageSummary.java278 final Context context = inflater.getContext();
323 mDataEnabled = new Switch(inflater.getContext());
328 mDisableAtLimit = new CheckBox(inflater.getContext());
362 mAppRestrict = new CheckBox(inflater.getContext());
607 return new View(mTabHost.getContext());
936 final Context context = mCycleSpinner.getContext();
1067 final Context context = view.getContext();
1475 convertView = LayoutInflater.from(parent.getContext()).inflate(
1483 final Context context = parent.getContext();
1638 final LayoutInflater dialogInflater = LayoutInflater.from(builder.getContext());
[all...]
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DMediaItemView.java245 mFrame = view.getContext().getResources().getDrawable(
410 ProgressBar.getProgressBar(getContext()).draw(
553 ApiService.getMediaItemThumbnails(getContext(), mProjectPath,
/packages/experimental/LoaderApp/src/com/android/loaderapp/
H A DContactHeaderWidget.java487 PackageManager pm = getContext().getPackageManager();
509 attribution = getContext().getString(
513 attribution = getContext().getString(
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DRawContactReadOnlyEditorView.java96 mInflater = (LayoutInflater)getContext().getSystemService(
218 ContactsUtils.getCurrentCountryIso(getContext()));
/packages/apps/Email/src/com/android/email/activity/
H A DShortcutPickerFragment.java143 Context context = getContext();
247 Context context = getContext();
/packages/apps/Settings/src/com/android/settings/vpn2/
H A DVpnDialog.java81 Context context = getContext();
302 Context context = getContext();
/packages/apps/Settings/src/com/android/settings/wifi/
H A DAccessPoint.java98 Context context = getContext();
322 Context context = getContext();
/packages/experimental/DreamTheater/src/com/android/dreamtheater/
H A DBouncyDroid.java146 ((Activity)getContext()).finish();
161 Button b = new Button(getContext());
180 mShowDebugView = new DebugView(getContext());
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DTutorialJAJP.java214 Context context = inputView.getContext();
216 Resources r = inputView.getContext().getResources();
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DGlobalSearchSupport.java249 return mContactsProvider.getContext().getResources()
259 Resources r = mContactsProvider.getContext().getResources();
/packages/apps/Browser/src/com/android/browser/
H A DDateSortedExpandableListAdapter.java119 /* package */ Context getContext() { method in class:DateSortedExpandableListAdapter
H A DErrorConsoleView.java75 LayoutInflater inflater = (LayoutInflater) getContext().getSystemService(
H A DNavScreen.java141 mNeedsMenu = !ViewConfiguration.get(getContext()).hasPermanentMenuKey();
H A DPreloadController.java49 public Context getContext() { method in class:PreloadController
H A DSnapshotBar.java103 boolean showMenu = !ViewConfiguration.get(getContext())
/packages/apps/Browser/tests/src/com/android/browser/
H A DJNIBindingsTestApp.java130 InputStream in = getInstrumentation().getContext().getAssets().open("bindings_test.html");
/packages/apps/Camera/src/com/android/camera/
H A DModePicker.java160 PopupManager.getInstance(getContext()).notifyShowPopup(this);
/packages/apps/Camera/src/com/android/camera/ui/
H A DEffectSettingPopup.java76 Context context = getContext();
/packages/apps/Contacts/src/com/android/contacts/
H A DSpecialCharSequenceMgr.java336 Context context = sc.progressDialog.getContext();
/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactListItemView.java233 TypedArray a = getContext().obtainStyledAttributes(attrs, R.styleable.ContactListItemView);
293 a = getContext().obtainStyledAttributes(android.R.styleable.Theme);
1218 icon = ContactPresenceIconUtil.getPresenceIcon(getContext(), presence);
1229 statusMessage = ContactStatusUtil.getStatusString(getContext(), presence);
H A DContactListPinnedHeaderView.java59 TypedArray a = getContext().obtainStyledAttributes(attrs, R.styleable.ContactListItemView);
H A DDefaultContactListAdapter.java229 SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(getContext());
H A DEmailAddressListAdapter.java144 label = Email.getTypeLabel(getContext().getResources(), type, customLabel);
H A DJoinContactListAdapter.java169 return LayoutInflater.from(getContext()).inflate(layoutId, parent, false);
/packages/apps/Contacts/src/com/android/contacts/util/
H A DAccountSelectionUtil.java124 final Context context = getContext();

Completed in 342 milliseconds

<<111213141516