Uses of Class
android.content.Context

Packages that use Context
android.accessibilityservice   
android.accounts   
android.animation   
android.app   
android.app.admin   
android.app.backup   
android.appwidget   
android.bluetooth   
android.content   
android.database   
android.database.sqlite   
android.drm   
android.gesture   
android.inputmethodservice   
android.location   
android.media   
android.net   
android.net.http   
android.net.sip   
android.net.wifi.p2p   
android.nfc   
android.opengl   
android.os   
android.preference   
android.provider   
android.renderscript   
android.security   
android.service.textservice   
android.service.wallpaper   
android.speech   
android.speech.tts   
android.telephony   
android.text.format   
android.text.method   
android.text.style   
android.view   
android.view.animation   
android.view.inputmethod   
android.view.textservice   
android.webkit   
android.widget   
 

Uses of Context in android.accessibilityservice
 

Subclasses of Context in android.accessibilityservice
 class AccessibilityService
           
 

Uses of Context in android.accounts
 

Subclasses of Context in android.accounts
 class AccountAuthenticatorActivity
           
 

Methods in android.accounts with parameters of type Context
static AccountManager AccountManager.get(Context context)
           
 

Constructors in android.accounts with parameters of type Context
AbstractAccountAuthenticator(Context context)
           
 

Uses of Context in android.animation
 

Methods in android.animation with parameters of type Context
static Animator AnimatorInflater.loadAnimator(Context context, int id)
           
 

Uses of Context in android.app
 

Subclasses of Context in android.app
 class Activity
           
 class ActivityGroup
          Deprecated. 
 class AliasActivity
           
 class Application
           
 class ExpandableListActivity
           
 class IntentService
           
 class LauncherActivity
           
 class ListActivity
           
 class NativeActivity
           
 class Service
           
 class TabActivity
          Deprecated. 
 

Methods in android.app that return Context
 Context AlertDialog.Builder.getContext()
           
 Context Instrumentation.getContext()
           
 Context Dialog.getContext()
           
 Context Instrumentation.getTargetContext()
           
 Context ActionBar.getThemedContext()
           
 

Methods in android.app with parameters of type Context
static PendingIntent PendingIntent.getActivities(Context context, int requestCode, Intent[] intents, int flags)
           
static PendingIntent PendingIntent.getActivity(Context context, int requestCode, Intent intent, int flags)
           
static PendingIntent PendingIntent.getBroadcast(Context context, int requestCode, Intent intent, int flags)
           
static ComponentName ApplicationErrorReport.getErrorReportReceiver(Context context, String packageName, int appFlags)
           
static WallpaperManager WallpaperManager.getInstance(Context context)
           
static Long DownloadManager.getMaxBytesOverMobile(Context context)
           
static Long DownloadManager.getRecommendedMaxBytesOverMobile(Context context)
           
static PendingIntent PendingIntent.getService(Context context, int requestCode, Intent intent, int flags)
           
static Fragment Fragment.instantiate(Context context, String fname)
           
static Fragment Fragment.instantiate(Context context, String fname, Bundle args)
           
 Activity Instrumentation.newActivity(Class<?> clazz, Context context, IBinder token, Application application, Intent intent, ActivityInfo info, CharSequence title, Activity parent, String id, Object lastNonConfigurationInstance)
           
static Application Instrumentation.newApplication(Class<?> clazz, Context context)
           
 Application Instrumentation.newApplication(ClassLoader cl, String className, Context context)
           
 View Activity.onCreateView(String name, Context context, AttributeSet attrs)
           
 View Activity.onCreateView(View parent, String name, Context context, AttributeSet attrs)
           
 void PendingIntent.send(Context context, int code, Intent intent)
           
 void PendingIntent.send(Context context, int code, Intent intent, PendingIntent.OnFinished onFinished, Handler handler)
           
 void PendingIntent.send(Context context, int code, Intent intent, PendingIntent.OnFinished onFinished, Handler handler, String requiredPermission)
           
 DownloadManager.Request DownloadManager.Request.setDestinationInExternalFilesDir(Context context, String dirType, String subPath)
           
 void Notification.setLatestEventInfo(Context context, CharSequence contentTitle, CharSequence contentText, PendingIntent contentIntent)
           
static ProgressDialog ProgressDialog.show(Context context, CharSequence title, CharSequence message)
           
static ProgressDialog ProgressDialog.show(Context context, CharSequence title, CharSequence message, boolean indeterminate)
           
static ProgressDialog ProgressDialog.show(Context context, CharSequence title, CharSequence message, boolean indeterminate, boolean cancelable)
           
static ProgressDialog ProgressDialog.show(Context context, CharSequence title, CharSequence message, boolean indeterminate, boolean cancelable, DialogInterface.OnCancelListener cancelListener)
           
 

Constructors in android.app with parameters of type Context
ActionBar.LayoutParams(Context c, AttributeSet attrs)
           
AlertDialog.Builder(Context context)
           
AlertDialog.Builder(Context context, int theme)
           
AlertDialog(Context context)
           
AlertDialog(Context context, boolean cancelable, DialogInterface.OnCancelListener cancelListener)
           
AlertDialog(Context context, int theme)
           
DatePickerDialog(Context context, DatePickerDialog.OnDateSetListener callBack, int year, int monthOfYear, int dayOfMonth)
           
DatePickerDialog(Context context, int theme, DatePickerDialog.OnDateSetListener callBack, int year, int monthOfYear, int dayOfMonth)
           
Dialog(Context context)
           
Dialog(Context context, boolean cancelable, DialogInterface.OnCancelListener cancelListener)
           
Dialog(Context context, int theme)
           
FragmentBreadCrumbs(Context context)
           
FragmentBreadCrumbs(Context context, AttributeSet attrs)
           
FragmentBreadCrumbs(Context context, AttributeSet attrs, int defStyle)
           
Notification.Builder(Context context)
           
ProgressDialog(Context context)
           
ProgressDialog(Context context, int theme)
           
TimePickerDialog(Context context, int theme, TimePickerDialog.OnTimeSetListener callBack, int hourOfDay, int minute, boolean is24HourView)
           
TimePickerDialog(Context context, TimePickerDialog.OnTimeSetListener callBack, int hourOfDay, int minute, boolean is24HourView)
           
WallpaperInfo(Context context, ResolveInfo service)
           
 

Uses of Context in android.app.admin
 

Methods in android.app.admin with parameters of type Context
 DevicePolicyManager DeviceAdminReceiver.getManager(Context context)
           
 ComponentName DeviceAdminReceiver.getWho(Context context)
           
 void DeviceAdminReceiver.onDisabled(Context context, Intent intent)
           
 CharSequence DeviceAdminReceiver.onDisableRequested(Context context, Intent intent)
           
 void DeviceAdminReceiver.onEnabled(Context context, Intent intent)
           
 void DeviceAdminReceiver.onPasswordChanged(Context context, Intent intent)
           
 void DeviceAdminReceiver.onPasswordExpiring(Context context, Intent intent)
           
 void DeviceAdminReceiver.onPasswordFailed(Context context, Intent intent)
           
 void DeviceAdminReceiver.onPasswordSucceeded(Context context, Intent intent)
           
 void DeviceAdminReceiver.onReceive(Context context, Intent intent)
           
 

Constructors in android.app.admin with parameters of type Context
DeviceAdminInfo(Context context, ResolveInfo receiver)
           
 

Uses of Context in android.app.backup
 

Subclasses of Context in android.app.backup
 class BackupAgent
           
 class BackupAgentHelper
           
 

Constructors in android.app.backup with parameters of type Context
BackupManager(Context context)
           
FileBackupHelper(Context context, String... files)
           
SharedPreferencesBackupHelper(Context context, String... prefGroups)
           
 

Uses of Context in android.appwidget
 

Methods in android.appwidget with parameters of type Context
 AppWidgetHostView AppWidgetHost.createView(Context context, int appWidgetId, AppWidgetProviderInfo appWidget)
           
static AppWidgetManager AppWidgetManager.getInstance(Context context)
           
protected  AppWidgetHostView AppWidgetHost.onCreateView(Context context, int appWidgetId, AppWidgetProviderInfo appWidget)
           
 void AppWidgetProvider.onDeleted(Context context, int[] appWidgetIds)
           
 void AppWidgetProvider.onDisabled(Context context)
           
 void AppWidgetProvider.onEnabled(Context context)
           
 void AppWidgetProvider.onReceive(Context context, Intent intent)
           
 void AppWidgetProvider.onUpdate(Context context, AppWidgetManager appWidgetManager, int[] appWidgetIds)
           
 

Constructors in android.appwidget with parameters of type Context
AppWidgetHost(Context context, int hostId)
           
AppWidgetHostView(Context context)
           
AppWidgetHostView(Context context, int animationIn, int animationOut)
           
 

Uses of Context in android.bluetooth
 

Methods in android.bluetooth with parameters of type Context
 boolean BluetoothAdapter.getProfileProxy(Context context, BluetoothProfile.ServiceListener listener, int profile)
           
 

Uses of Context in android.content
 

Subclasses of Context in android.content
 class ContextWrapper
           
 class MutableContextWrapper
           
 

Methods in android.content that return Context
abstract  Context Context.createPackageContext(String packageName, int flags)
           
 Context ContextWrapper.createPackageContext(String packageName, int flags)
           
abstract  Context Context.getApplicationContext()
           
 Context ContextWrapper.getApplicationContext()
           
 Context ContextWrapper.getBaseContext()
           
 Context ContentProvider.getContext()
           
 Context AbstractThreadedSyncAdapter.getContext()
           
 Context Loader.getContext()
           
 

Methods in android.content with parameters of type Context
protected  void ContextWrapper.attachBaseContext(Context base)
           
 void ContentProvider.attachInfo(Context context, ProviderInfo info)
           
 CharSequence ClipData.Item.coerceToText(Context context)
           
static Intent.ShortcutIconResource Intent.ShortcutIconResource.fromContext(Context context, int resourceId)
           
abstract  void BroadcastReceiver.onReceive(Context context, Intent intent)
           
 IBinder BroadcastReceiver.peekService(Context myContext, Intent service)
           
 String Intent.resolveType(Context context)
           
 void IntentSender.sendIntent(Context context, int code, Intent intent, IntentSender.OnFinished onFinished, Handler handler)
           
 void IntentSender.sendIntent(Context context, int code, Intent intent, IntentSender.OnFinished onFinished, Handler handler, String requiredPermission)
           
 void MutableContextWrapper.setBaseContext(Context base)
           
 Intent Intent.setClass(Context packageContext, Class<?> cls)
           
 Intent Intent.setClassName(Context packageContext, String className)
           
 

Constructors in android.content with parameters of type Context
AbstractThreadedSyncAdapter(Context context, boolean autoInitialize)
           
AbstractThreadedSyncAdapter(Context context, boolean autoInitialize, boolean allowParallelSyncs)
           
AsyncTaskLoader(Context context)
           
ComponentName(Context pkg, Class<?> cls)
           
ComponentName(Context pkg, String cls)
           
ContentResolver(Context context)
           
ContextWrapper(Context base)
           
CursorLoader(Context context)
           
CursorLoader(Context context, Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder)
           
Intent(Context packageContext, Class<?> cls)
           
Intent(String action, Uri uri, Context packageContext, Class<?> cls)
           
Loader(Context context)
           
MutableContextWrapper(Context base)
           
 

Uses of Context in android.database
 

Methods in android.database with parameters of type Context
static void DatabaseUtils.createDbFromSqlStatements(Context context, String dbName, int dbVersion, String sqlStatements)
           
 

Uses of Context in android.database.sqlite
 

Constructors in android.database.sqlite with parameters of type Context
SQLiteOpenHelper(Context context, String name, SQLiteDatabase.CursorFactory factory, int version)
           
SQLiteOpenHelper(Context context, String name, SQLiteDatabase.CursorFactory factory, int version, DatabaseErrorHandler errorHandler)
           
 

Uses of Context in android.drm
 

Constructors in android.drm with parameters of type Context
DrmManagerClient(Context context)
           
 

Uses of Context in android.gesture
 

Methods in android.gesture with parameters of type Context
static GestureLibrary GestureLibraries.fromPrivateFile(Context context, String name)
           
static GestureLibrary GestureLibraries.fromRawResource(Context context, int resourceId)
           
 

Constructors in android.gesture with parameters of type Context
GestureOverlayView(Context context)
           
GestureOverlayView(Context context, AttributeSet attrs)
           
GestureOverlayView(Context context, AttributeSet attrs, int defStyle)
           
 

Uses of Context in android.inputmethodservice
 

Subclasses of Context in android.inputmethodservice
 class AbstractInputMethodService
           
 class InputMethodService
           
 

Constructors in android.inputmethodservice with parameters of type Context
ExtractEditText(Context context)
           
ExtractEditText(Context context, AttributeSet attrs)
           
ExtractEditText(Context context, AttributeSet attrs, int defStyle)
           
Keyboard(Context context, int xmlLayoutResId)
           
Keyboard(Context context, int layoutTemplateResId, CharSequence characters, int columns, int horizontalPadding)
           
Keyboard(Context context, int xmlLayoutResId, int modeId)
           
Keyboard(Context context, int xmlLayoutResId, int modeId, int width, int height)
           
KeyboardView(Context context, AttributeSet attrs)
           
KeyboardView(Context context, AttributeSet attrs, int defStyle)
           
 

Uses of Context in android.location
 

Constructors in android.location with parameters of type Context
Geocoder(Context context)
           
Geocoder(Context context, Locale locale)
           
 

Uses of Context in android.media
 

Methods in android.media with parameters of type Context
static MediaPlayer MediaPlayer.create(Context context, int resid)
           
static MediaPlayer MediaPlayer.create(Context context, Uri uri)
           
static MediaPlayer MediaPlayer.create(Context context, Uri uri, SurfaceHolder holder)
           
static Uri RingtoneManager.getActualDefaultRingtoneUri(Context context, int type)
           
static Ringtone RingtoneManager.getRingtone(Context context, Uri ringtoneUri)
           
 String Ringtone.getTitle(Context context)
           
static Uri RingtoneManager.getValidRingtoneUri(Context context)
           
 int SoundPool.load(Context context, int resId, int priority)
           
 void AsyncPlayer.play(Context context, Uri uri, boolean looping, int stream)
           
static void MediaScannerConnection.scanFile(Context context, String[] paths, String[] mimeTypes, MediaScannerConnection.OnScanCompletedListener callback)
           
static void RingtoneManager.setActualDefaultRingtoneUri(Context context, int type, Uri ringtoneUri)
           
 void MediaPlayer.setDataSource(Context context, Uri uri)
           
 void MediaMetadataRetriever.setDataSource(Context context, Uri uri)
           
 void MediaPlayer.setDataSource(Context context, Uri uri, Map<String,String> headers)
           
 void MediaPlayer.setWakeMode(Context context, int mode)
           
 

Constructors in android.media with parameters of type Context
MediaScannerConnection(Context context, MediaScannerConnection.MediaScannerConnectionClient client)
           
RingtoneManager(Context context)
           
 

Uses of Context in android.net
 

Subclasses of Context in android.net
 class VpnService
           
 

Methods in android.net with parameters of type Context
static String Proxy.getHost(Context ctx)
           
static int Proxy.getPort(Context ctx)
           
static Intent VpnService.prepare(Context context)
           
 

Constructors in android.net with parameters of type Context
SSLSessionCache(Context context)
           
 

Uses of Context in android.net.http
 

Methods in android.net.http with parameters of type Context
static AndroidHttpClient AndroidHttpClient.newInstance(String userAgent, Context context)
           
 

Uses of Context in android.net.sip
 

Methods in android.net.sip with parameters of type Context
static boolean SipManager.isApiSupported(Context context)
           
static boolean SipManager.isSipWifiOnly(Context context)
           
static boolean SipManager.isVoipSupported(Context context)
           
static SipManager SipManager.newInstance(Context context)
           
 

Constructors in android.net.sip with parameters of type Context
SipAudioCall(Context context, SipProfile localProfile)
           
 

Uses of Context in android.net.wifi.p2p
 

Methods in android.net.wifi.p2p with parameters of type Context
 WifiP2pManager.Channel WifiP2pManager.initialize(Context srcContext, Looper srcLooper, WifiP2pManager.ChannelListener listener)
           
 

Uses of Context in android.nfc
 

Methods in android.nfc with parameters of type Context
static NfcAdapter NfcAdapter.getDefaultAdapter(Context context)
           
 

Uses of Context in android.opengl
 

Constructors in android.opengl with parameters of type Context
GLSurfaceView(Context context)
           
GLSurfaceView(Context context, AttributeSet attrs)
           
 

Uses of Context in android.os
 

Methods in android.os with parameters of type Context
static void RecoverySystem.installPackage(Context context, File packageFile)
           
static void RecoverySystem.rebootWipeCache(Context context)
           
static void RecoverySystem.rebootWipeUserData(Context context)
           
 

Uses of Context in android.preference
 

Subclasses of Context in android.preference
 class PreferenceActivity
           
 

Methods in android.preference that return Context
 Context Preference.getContext()
           
 

Methods in android.preference with parameters of type Context
 PreferenceScreen PreferenceManager.createPreferenceScreen(Context context)
           
static SharedPreferences PreferenceManager.getDefaultSharedPreferences(Context context)
           
static void PreferenceManager.setDefaultValues(Context context, int resId, boolean readAgain)
           
static void PreferenceManager.setDefaultValues(Context context, String sharedPreferencesName, int sharedPreferencesMode, int resId, boolean readAgain)
           
 

Constructors in android.preference with parameters of type Context
CheckBoxPreference(Context context)
           
CheckBoxPreference(Context context, AttributeSet attrs)
           
CheckBoxPreference(Context context, AttributeSet attrs, int defStyle)
           
DialogPreference(Context context, AttributeSet attrs)
           
DialogPreference(Context context, AttributeSet attrs, int defStyle)
           
EditTextPreference(Context context)
           
EditTextPreference(Context context, AttributeSet attrs)
           
EditTextPreference(Context context, AttributeSet attrs, int defStyle)
           
ListPreference(Context context)
           
ListPreference(Context context, AttributeSet attrs)
           
MultiSelectListPreference(Context context)
           
MultiSelectListPreference(Context context, AttributeSet attrs)
           
Preference(Context context)
           
Preference(Context context, AttributeSet attrs)
           
Preference(Context context, AttributeSet attrs, int defStyle)
           
PreferenceCategory(Context context)
           
PreferenceCategory(Context context, AttributeSet attrs)
           
PreferenceCategory(Context context, AttributeSet attrs, int defStyle)
           
PreferenceGroup(Context context, AttributeSet attrs)
           
PreferenceGroup(Context context, AttributeSet attrs, int defStyle)
           
RingtonePreference(Context context)
           
RingtonePreference(Context context, AttributeSet attrs)
           
RingtonePreference(Context context, AttributeSet attrs, int defStyle)
           
SwitchPreference(Context context)
           
SwitchPreference(Context context, AttributeSet attrs)
           
SwitchPreference(Context context, AttributeSet attrs, int defStyle)
           
TwoStatePreference(Context context)
           
TwoStatePreference(Context context, AttributeSet attrs)
           
TwoStatePreference(Context context, AttributeSet attrs, int defStyle)
           
 

Uses of Context in android.provider
 

Methods in android.provider with parameters of type Context
 void Contacts.ContactMethods.addPostalLocation(Context context, long postalId, double latitude, double longitude)
          Deprecated.  
static void UserDictionary.Words.addWord(Context context, String word, int frequency, int localeType)
           
static CharSequence Contacts.Phones.getDisplayLabel(Context context, int type, CharSequence label)
          Deprecated.  
static CharSequence Contacts.Organizations.getDisplayLabel(Context context, int type, CharSequence label)
          Deprecated.  
static CharSequence Contacts.Phones.getDisplayLabel(Context context, int type, CharSequence label, CharSequence[] labelArray)
          Deprecated.  
static CharSequence Contacts.ContactMethods.getDisplayLabel(Context context, int kind, int type, CharSequence label)
          Deprecated.  
static String CallLog.Calls.getLastOutgoingCall(Context context)
           
static String MediaStore.getVersion(Context context)
           
static Bitmap Contacts.People.loadContactPhoto(Context context, Uri person, int placeholderImageResource, BitmapFactory.Options options)
          Deprecated.  
static void Browser.saveBookmark(Context c, String title, String url)
           
static void Browser.sendString(Context context, String string)
           
static void ContactsContract.QuickContact.showQuickContact(Context context, Rect target, Uri lookupUri, int mode, String[] excludeMimes)
           
static void ContactsContract.QuickContact.showQuickContact(Context context, View target, Uri lookupUri, int mode, String[] excludeMimes)
           
 

Constructors in android.provider with parameters of type Context
SearchRecentSuggestions(Context context, String authority, int mode)
           
 

Uses of Context in android.renderscript
 

Methods in android.renderscript that return Context
 Context RenderScript.getApplicationContext()
           
 

Methods in android.renderscript with parameters of type Context
static RenderScript RenderScript.create(Context ctx)
           
 

Constructors in android.renderscript with parameters of type Context
RenderScriptGL(Context ctx, RenderScriptGL.SurfaceConfig sc)
           
RSSurfaceView(Context context)
           
RSSurfaceView(Context context, AttributeSet attrs)
           
RSTextureView(Context context)
           
RSTextureView(Context context, AttributeSet attrs)
           
 

Uses of Context in android.security
 

Methods in android.security with parameters of type Context
static X509Certificate[] KeyChain.getCertificateChain(Context context, String alias)
           
static PrivateKey KeyChain.getPrivateKey(Context context, String alias)
           
 

Uses of Context in android.service.textservice
 

Subclasses of Context in android.service.textservice
 class SpellCheckerService
           
 

Uses of Context in android.service.wallpaper
 

Subclasses of Context in android.service.wallpaper
 class WallpaperService
           
 

Uses of Context in android.speech
 

Subclasses of Context in android.speech
 class RecognitionService
           
 

Methods in android.speech with parameters of type Context
static SpeechRecognizer SpeechRecognizer.createSpeechRecognizer(Context context)
           
static SpeechRecognizer SpeechRecognizer.createSpeechRecognizer(Context context, ComponentName serviceComponent)
           
static Intent RecognizerIntent.getVoiceDetailsIntent(Context context)
           
static boolean SpeechRecognizer.isRecognitionAvailable(Context context)
           
 

Uses of Context in android.speech.tts
 

Subclasses of Context in android.speech.tts
 class TextToSpeechService
           
 

Constructors in android.speech.tts with parameters of type Context
TextToSpeech(Context context, TextToSpeech.OnInitListener listener)
           
TextToSpeech(Context context, TextToSpeech.OnInitListener listener, String engine)
           
 

Uses of Context in android.telephony
 

Methods in android.telephony with parameters of type Context
static boolean PhoneNumberUtils.compare(Context context, String a, String b)
           
static String PhoneNumberUtils.getNumberFromIntent(Intent intent, Context context)
           
 

Uses of Context in android.text.format
 

Methods in android.text.format with parameters of type Context
static Formatter DateUtils.formatDateRange(Context context, Formatter formatter, long startMillis, long endMillis, int flags)
           
static Formatter DateUtils.formatDateRange(Context context, Formatter formatter, long startMillis, long endMillis, int flags, String timeZone)
           
static String DateUtils.formatDateRange(Context context, long startMillis, long endMillis, int flags)
           
static String DateUtils.formatDateTime(Context context, long millis, int flags)
           
static String Formatter.formatFileSize(Context context, long number)
           
static String Formatter.formatShortFileSize(Context context, long number)
           
static DateFormat DateFormat.getDateFormat(Context context)
           
static char[] DateFormat.getDateFormatOrder(Context context)
           
static DateFormat DateFormat.getLongDateFormat(Context context)
           
static DateFormat DateFormat.getMediumDateFormat(Context context)
           
static CharSequence DateUtils.getRelativeDateTimeString(Context c, long time, long minResolution, long transitionResolution, int flags)
           
static CharSequence DateUtils.getRelativeTimeSpanString(Context c, long millis)
           
static CharSequence DateUtils.getRelativeTimeSpanString(Context c, long millis, boolean withPreposition)
           
static DateFormat DateFormat.getTimeFormat(Context context)
           
static boolean DateFormat.is24HourFormat(Context context)
           
 

Uses of Context in android.text.method
 

Constructors in android.text.method with parameters of type Context
CharacterPickerDialog(Context context, View view, Editable text, String options, boolean insert)
           
 

Uses of Context in android.text.style
 

Constructors in android.text.style with parameters of type Context
ImageSpan(Context context, Bitmap b)
           
ImageSpan(Context context, Bitmap b, int verticalAlignment)
           
ImageSpan(Context context, int resourceId)
           
ImageSpan(Context context, int resourceId, int verticalAlignment)
           
ImageSpan(Context context, Uri uri)
           
ImageSpan(Context context, Uri uri, int verticalAlignment)
           
SuggestionSpan(Context context, Locale locale, String[] suggestions, int flags, Class<?> notificationTargetClass)
           
SuggestionSpan(Context context, String[] suggestions, int flags)
           
TextAppearanceSpan(Context context, int appearance)
           
TextAppearanceSpan(Context context, int appearance, int colorList)
           
 

Uses of Context in android.view
 

Subclasses of Context in android.view
 class ContextThemeWrapper
           
 

Methods in android.view that return Context
 Context View.getContext()
           
 Context LayoutInflater.getContext()
           
 Context Window.getContext()
           
 

Methods in android.view with parameters of type Context
protected  void ContextThemeWrapper.attachBaseContext(Context newBase)
           
abstract  LayoutInflater LayoutInflater.cloneInContext(Context newContext)
           
static LayoutInflater LayoutInflater.from(Context context)
           
static ViewConfiguration ViewConfiguration.get(Context context)
           
static View View.inflate(Context context, int resource, ViewGroup root)
           
 View LayoutInflater.Factory.onCreateView(String name, Context context, AttributeSet attrs)
           
 View LayoutInflater.Factory2.onCreateView(View parent, String name, Context context, AttributeSet attrs)
           
 

Constructors in android.view with parameters of type Context
ActionProvider(Context context)
           
ContextThemeWrapper(Context base, int themeres)
           
GestureDetector(Context context, GestureDetector.OnGestureListener listener)
           
GestureDetector(Context context, GestureDetector.OnGestureListener listener, Handler handler)
           
GestureDetector(Context context, GestureDetector.OnGestureListener listener, Handler handler, boolean ignoreMultitouch)
           
LayoutInflater(Context context)
           
LayoutInflater(LayoutInflater original, Context newContext)
           
MenuInflater(Context context)
           
OrientationEventListener(Context context)
           
OrientationEventListener(Context context, int rate)
           
OrientationListener(Context context)
          Deprecated.  
OrientationListener(Context context, int rate)
          Deprecated.  
ScaleGestureDetector(Context context, ScaleGestureDetector.OnScaleGestureListener listener)
           
SurfaceView(Context context)
           
SurfaceView(Context context, AttributeSet attrs)
           
SurfaceView(Context context, AttributeSet attrs, int defStyle)
           
TextureView(Context context)
           
TextureView(Context context, AttributeSet attrs)
           
TextureView(Context context, AttributeSet attrs, int defStyle)
           
View(Context context)
           
View(Context context, AttributeSet attrs)
           
View(Context context, AttributeSet attrs, int defStyle)
           
ViewGroup.LayoutParams(Context c, AttributeSet attrs)
           
ViewGroup.MarginLayoutParams(Context c, AttributeSet attrs)
           
ViewGroup(Context context)
           
ViewGroup(Context context, AttributeSet attrs)
           
ViewGroup(Context context, AttributeSet attrs, int defStyle)
           
ViewStub(Context context)
           
ViewStub(Context context, AttributeSet attrs)
           
ViewStub(Context context, AttributeSet attrs, int defStyle)
           
ViewStub(Context context, int layoutResource)
           
Window(Context context)
           
 

Uses of Context in android.view.animation
 

Methods in android.view.animation with parameters of type Context
static Animation AnimationUtils.loadAnimation(Context context, int id)
           
static Interpolator AnimationUtils.loadInterpolator(Context context, int id)
           
static LayoutAnimationController AnimationUtils.loadLayoutAnimation(Context context, int id)
           
static Animation AnimationUtils.makeInAnimation(Context c, boolean fromLeft)
           
static Animation AnimationUtils.makeInChildBottomAnimation(Context c)
           
static Animation AnimationUtils.makeOutAnimation(Context c, boolean toRight)
           
 void LayoutAnimationController.setAnimation(Context context, int resourceID)
           
 void LayoutAnimationController.setInterpolator(Context context, int resourceID)
           
 void Animation.setInterpolator(Context context, int resID)
           
 

Constructors in android.view.animation with parameters of type Context
AccelerateDecelerateInterpolator(Context context, AttributeSet attrs)
           
AccelerateInterpolator(Context context, AttributeSet attrs)
           
AlphaAnimation(Context context, AttributeSet attrs)
           
Animation(Context context, AttributeSet attrs)
           
AnimationSet(Context context, AttributeSet attrs)
           
AnticipateInterpolator(Context context, AttributeSet attrs)
           
AnticipateOvershootInterpolator(Context context, AttributeSet attrs)
           
BounceInterpolator(Context context, AttributeSet attrs)
           
CycleInterpolator(Context context, AttributeSet attrs)
           
DecelerateInterpolator(Context context, AttributeSet attrs)
           
GridLayoutAnimationController(Context context, AttributeSet attrs)
           
LayoutAnimationController(Context context, AttributeSet attrs)
           
LinearInterpolator(Context context, AttributeSet attrs)
           
OvershootInterpolator(Context context, AttributeSet attrs)
           
RotateAnimation(Context context, AttributeSet attrs)
           
ScaleAnimation(Context context, AttributeSet attrs)
           
TranslateAnimation(Context context, AttributeSet attrs)
           
 

Uses of Context in android.view.inputmethod
 

Methods in android.view.inputmethod with parameters of type Context
 CharSequence InputMethodSubtype.getDisplayName(Context context, String packageName, ApplicationInfo appInfo)
           
 

Constructors in android.view.inputmethod with parameters of type Context
InputMethodInfo(Context context, ResolveInfo service)
           
 

Uses of Context in android.view.textservice
 

Methods in android.view.textservice with parameters of type Context
 CharSequence SpellCheckerSubtype.getDisplayName(Context context, String packageName, ApplicationInfo appInfo)
           
 

Uses of Context in android.webkit
 

Methods in android.webkit with parameters of type Context
static CookieSyncManager CookieSyncManager.createInstance(Context context)
           
 View PluginStub.getEmbeddedView(int NPP, Context context)
           
 View PluginStub.getFullScreenView(int NPP, Context context)
           
static WebViewDatabase WebViewDatabase.getInstance(Context context)
           
 

Constructors in android.webkit with parameters of type Context
DateSorter(Context context)
           
WebView(Context context)
           
WebView(Context context, AttributeSet attrs)
           
WebView(Context context, AttributeSet attrs, int defStyle)
           
WebView(Context context, AttributeSet attrs, int defStyle, boolean privateBrowsing)
           
 

Uses of Context in android.widget
 

Subclasses of Context in android.widget
 class RemoteViewsService
           
 

Methods in android.widget that return Context
 Context ArrayAdapter.getContext()
           
 

Methods in android.widget with parameters of type Context
 View RemoteViews.apply(Context context, ViewGroup parent)
           
protected  void SimpleCursorTreeAdapter.bindChildView(View view, Context context, Cursor cursor, boolean isLastChild)
           
protected abstract  void CursorTreeAdapter.bindChildView(View view, Context context, Cursor cursor, boolean isLastChild)
           
protected  void SimpleCursorTreeAdapter.bindGroupView(View view, Context context, Cursor cursor, boolean isExpanded)
           
protected abstract  void CursorTreeAdapter.bindGroupView(View view, Context context, Cursor cursor, boolean isExpanded)
           
 void SimpleCursorAdapter.bindView(View view, Context context, Cursor cursor)
           
abstract  void CursorAdapter.bindView(View view, Context context, Cursor cursor)
           
static ArrayAdapter<CharSequence> ArrayAdapter.createFromResource(Context context, int textArrayResId, int textViewResId)
           
static int TextView.getTextColor(Context context, TypedArray attrs, int def)
           
static ColorStateList TextView.getTextColors(Context context, TypedArray attrs)
           
protected  void CursorAdapter.init(Context context, Cursor c, boolean autoRequery)
           
static Toast Toast.makeText(Context context, CharSequence text, int duration)
           
static Toast Toast.makeText(Context context, int resId, int duration)
           
 View ResourceCursorTreeAdapter.newChildView(Context context, Cursor cursor, boolean isLastChild, ViewGroup parent)
           
protected abstract  View CursorTreeAdapter.newChildView(Context context, Cursor cursor, boolean isLastChild, ViewGroup parent)
           
 View ResourceCursorAdapter.newDropDownView(Context context, Cursor cursor, ViewGroup parent)
           
 View CursorAdapter.newDropDownView(Context context, Cursor cursor, ViewGroup parent)
           
 View ResourceCursorTreeAdapter.newGroupView(Context context, Cursor cursor, boolean isExpanded, ViewGroup parent)
           
protected abstract  View CursorTreeAdapter.newGroupView(Context context, Cursor cursor, boolean isExpanded, ViewGroup parent)
           
 View ResourceCursorAdapter.newView(Context context, Cursor cursor, ViewGroup parent)
           
abstract  View CursorAdapter.newView(Context context, Cursor cursor, ViewGroup parent)
           
 void RemoteViews.reapply(Context context, View v)
           
 void ViewAnimator.setInAnimation(Context context, int resourceID)
           
 void AdapterViewAnimator.setInAnimation(Context context, int resourceID)
           
 void ProgressBar.setInterpolator(Context context, int resID)
           
 void ViewAnimator.setOutAnimation(Context context, int resourceID)
           
 void AdapterViewAnimator.setOutAnimation(Context context, int resourceID)
           
 void Switch.setSwitchTextAppearance(Context context, int resid)
           
 void TextView.setTextAppearance(Context context, int resid)
           
 

Constructors in android.widget with parameters of type Context
AbsListView.LayoutParams(Context c, AttributeSet attrs)
           
AbsListView(Context context)
           
AbsListView(Context context, AttributeSet attrs)
           
AbsListView(Context context, AttributeSet attrs, int defStyle)
           
AbsoluteLayout.LayoutParams(Context c, AttributeSet attrs)
           
AbsoluteLayout(Context context)
          Deprecated.  
AbsoluteLayout(Context context, AttributeSet attrs)
          Deprecated.  
AbsoluteLayout(Context context, AttributeSet attrs, int defStyle)
          Deprecated.  
AbsSeekBar(Context context)
           
AbsSeekBar(Context context, AttributeSet attrs)
           
AbsSeekBar(Context context, AttributeSet attrs, int defStyle)
           
AbsSpinner(Context context)
           
AbsSpinner(Context context, AttributeSet attrs)
           
AbsSpinner(Context context, AttributeSet attrs, int defStyle)
           
AdapterView(Context context)
           
AdapterView(Context context, AttributeSet attrs)
           
AdapterView(Context context, AttributeSet attrs, int defStyle)
           
AdapterViewAnimator(Context context)
           
AdapterViewAnimator(Context context, AttributeSet attrs)
           
AdapterViewAnimator(Context context, AttributeSet attrs, int defStyleAttr)
           
AdapterViewFlipper(Context context)
           
AdapterViewFlipper(Context context, AttributeSet attrs)
           
AnalogClock(Context context)
           
AnalogClock(Context context, AttributeSet attrs)
           
AnalogClock(Context context, AttributeSet attrs, int defStyle)
           
ArrayAdapter(Context context, int textViewResourceId)
           
ArrayAdapter(Context context, int resource, int textViewResourceId)
           
ArrayAdapter(Context context, int resource, int textViewResourceId, List<T> objects)
           
ArrayAdapter(Context context, int resource, int textViewResourceId, T[] objects)
           
ArrayAdapter(Context context, int textViewResourceId, List<T> objects)
           
ArrayAdapter(Context context, int textViewResourceId, T[] objects)
           
AutoCompleteTextView(Context context)
           
AutoCompleteTextView(Context context, AttributeSet attrs)
           
AutoCompleteTextView(Context context, AttributeSet attrs, int defStyle)
           
Button(Context context)
           
Button(Context context, AttributeSet attrs)
           
Button(Context context, AttributeSet attrs, int defStyle)
           
CalendarView(Context context)
           
CalendarView(Context context, AttributeSet attrs)
           
CalendarView(Context context, AttributeSet attrs, int defStyle)
           
CheckBox(Context context)
           
CheckBox(Context context, AttributeSet attrs)
           
CheckBox(Context context, AttributeSet attrs, int defStyle)
           
CheckedTextView(Context context)
           
CheckedTextView(Context context, AttributeSet attrs)
           
CheckedTextView(Context context, AttributeSet attrs, int defStyle)
           
Chronometer(Context context)
           
Chronometer(Context context, AttributeSet attrs)
           
Chronometer(Context context, AttributeSet attrs, int defStyle)
           
CompoundButton(Context context)
           
CompoundButton(Context context, AttributeSet attrs)
           
CompoundButton(Context context, AttributeSet attrs, int defStyle)
           
CursorAdapter(Context context, Cursor c)
           
CursorAdapter(Context context, Cursor c, boolean autoRequery)
           
CursorAdapter(Context context, Cursor c, int flags)
           
CursorTreeAdapter(Cursor cursor, Context context)
           
CursorTreeAdapter(Cursor cursor, Context context, boolean autoRequery)
           
DatePicker(Context context)
           
DatePicker(Context context, AttributeSet attrs)
           
DatePicker(Context context, AttributeSet attrs, int defStyle)
           
DialerFilter(Context context)
           
DialerFilter(Context context, AttributeSet attrs)
           
DigitalClock(Context context)
           
DigitalClock(Context context, AttributeSet attrs)
           
EdgeEffect(Context context)
           
EditText(Context context)
           
EditText(Context context, AttributeSet attrs)
           
EditText(Context context, AttributeSet attrs, int defStyle)
           
ExpandableListView(Context context)
           
ExpandableListView(Context context, AttributeSet attrs)
           
ExpandableListView(Context context, AttributeSet attrs, int defStyle)
           
FrameLayout.LayoutParams(Context c, AttributeSet attrs)
           
FrameLayout(Context context)
           
FrameLayout(Context context, AttributeSet attrs)
           
FrameLayout(Context context, AttributeSet attrs, int defStyle)
           
Gallery.LayoutParams(Context c, AttributeSet attrs)
           
Gallery(Context context)
           
Gallery(Context context, AttributeSet attrs)
           
Gallery(Context context, AttributeSet attrs, int defStyle)
           
GridLayout.LayoutParams(Context context, AttributeSet attrs)
           
GridLayout(Context context)
           
GridLayout(Context context, AttributeSet attrs)
           
GridLayout(Context context, AttributeSet attrs, int defStyle)
           
GridView(Context context)
           
GridView(Context context, AttributeSet attrs)
           
GridView(Context context, AttributeSet attrs, int defStyle)
           
HorizontalScrollView(Context context)
           
HorizontalScrollView(Context context, AttributeSet attrs)
           
HorizontalScrollView(Context context, AttributeSet attrs, int defStyle)
           
ImageButton(Context context)
           
ImageButton(Context context, AttributeSet attrs)
           
ImageButton(Context context, AttributeSet attrs, int defStyle)
           
ImageSwitcher(Context context)
           
ImageSwitcher(Context context, AttributeSet attrs)
           
ImageView(Context context)
           
ImageView(Context context, AttributeSet attrs)
           
ImageView(Context context, AttributeSet attrs, int defStyle)
           
LinearLayout.LayoutParams(Context c, AttributeSet attrs)
           
LinearLayout(Context context)
           
LinearLayout(Context context, AttributeSet attrs)
           
LinearLayout(Context context, AttributeSet attrs, int defStyle)
           
ListPopupWindow(Context context)
           
ListPopupWindow(Context context, AttributeSet attrs)
           
ListPopupWindow(Context context, AttributeSet attrs, int defStyleAttr)
           
ListPopupWindow(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes)
           
ListView(Context context)
           
ListView(Context context, AttributeSet attrs)
           
ListView(Context context, AttributeSet attrs, int defStyle)
           
MediaController(Context context)
           
MediaController(Context context, AttributeSet attrs)
           
MediaController(Context context, boolean useFastForward)
           
MultiAutoCompleteTextView(Context context)
           
MultiAutoCompleteTextView(Context context, AttributeSet attrs)
           
MultiAutoCompleteTextView(Context context, AttributeSet attrs, int defStyle)
           
NumberPicker(Context context)
           
NumberPicker(Context context, AttributeSet attrs)
           
NumberPicker(Context context, AttributeSet attrs, int defStyle)
           
OverScroller(Context context)
           
OverScroller(Context context, Interpolator interpolator)
           
OverScroller(Context context, Interpolator interpolator, float bounceCoefficientX, float bounceCoefficientY)
           
OverScroller(Context context, Interpolator interpolator, float bounceCoefficientX, float bounceCoefficientY, boolean flywheel)
           
PopupMenu(Context context, View anchor)
           
PopupWindow(Context context)
           
PopupWindow(Context context, AttributeSet attrs)
           
PopupWindow(Context context, AttributeSet attrs, int defStyle)
           
PopupWindow(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes)
           
ProgressBar(Context context)
           
ProgressBar(Context context, AttributeSet attrs)
           
ProgressBar(Context context, AttributeSet attrs, int defStyle)
           
QuickContactBadge(Context context)
           
QuickContactBadge(Context context, AttributeSet attrs)
           
QuickContactBadge(Context context, AttributeSet attrs, int defStyle)
           
RadioButton(Context context)
           
RadioButton(Context context, AttributeSet attrs)
           
RadioButton(Context context, AttributeSet attrs, int defStyle)
           
RadioGroup.LayoutParams(Context c, AttributeSet attrs)
           
RadioGroup(Context context)
           
RadioGroup(Context context, AttributeSet attrs)
           
RatingBar(Context context)
           
RatingBar(Context context, AttributeSet attrs)
           
RatingBar(Context context, AttributeSet attrs, int defStyle)
           
RelativeLayout.LayoutParams(Context c, AttributeSet attrs)
           
RelativeLayout(Context context)
           
RelativeLayout(Context context, AttributeSet attrs)
           
RelativeLayout(Context context, AttributeSet attrs, int defStyle)
           
ResourceCursorAdapter(Context context, int layout, Cursor c)
           
ResourceCursorAdapter(Context context, int layout, Cursor c, boolean autoRequery)
           
ResourceCursorAdapter(Context context, int layout, Cursor c, int flags)
           
ResourceCursorTreeAdapter(Context context, Cursor cursor, int groupLayout, int childLayout)
           
ResourceCursorTreeAdapter(Context context, Cursor cursor, int collapsedGroupLayout, int expandedGroupLayout, int childLayout)
           
ResourceCursorTreeAdapter(Context context, Cursor cursor, int collapsedGroupLayout, int expandedGroupLayout, int childLayout, int lastChildLayout)
           
Scroller(Context context)
           
Scroller(Context context, Interpolator interpolator)
           
Scroller(Context context, Interpolator interpolator, boolean flywheel)
           
ScrollView(Context context)
           
ScrollView(Context context, AttributeSet attrs)
           
ScrollView(Context context, AttributeSet attrs, int defStyle)
           
SearchView(Context context)
           
SearchView(Context context, AttributeSet attrs)
           
SeekBar(Context context)
           
SeekBar(Context context, AttributeSet attrs)
           
SeekBar(Context context, AttributeSet attrs, int defStyle)
           
ShareActionProvider(Context context)
           
SimpleAdapter(Context context, List<? extends Map<String,?>> data, int resource, String[] from, int[] to)
           
SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, int[] to)
           
SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, int[] to, int flags)
           
SimpleCursorTreeAdapter(Context context, Cursor cursor, int collapsedGroupLayout, int expandedGroupLayout, String[] groupFrom, int[] groupTo, int childLayout, int lastChildLayout, String[] childFrom, int[] childTo)
           
SimpleCursorTreeAdapter(Context context, Cursor cursor, int collapsedGroupLayout, int expandedGroupLayout, String[] groupFrom, int[] groupTo, int childLayout, String[] childFrom, int[] childTo)
           
SimpleCursorTreeAdapter(Context context, Cursor cursor, int groupLayout, String[] groupFrom, int[] groupTo, int childLayout, String[] childFrom, int[] childTo)
           
SimpleExpandableListAdapter(Context context, List<? extends Map<String,?>> groupData, int expandedGroupLayout, int collapsedGroupLayout, String[] groupFrom, int[] groupTo, List<? extends List<? extends Map<String,?>>> childData, int childLayout, int lastChildLayout, String[] childFrom, int[] childTo)
           
SimpleExpandableListAdapter(Context context, List<? extends Map<String,?>> groupData, int expandedGroupLayout, int collapsedGroupLayout, String[] groupFrom, int[] groupTo, List<? extends List<? extends Map<String,?>>> childData, int childLayout, String[] childFrom, int[] childTo)
           
SimpleExpandableListAdapter(Context context, List<? extends Map<String,?>> groupData, int groupLayout, String[] groupFrom, int[] groupTo, List<? extends List<? extends Map<String,?>>> childData, int childLayout, String[] childFrom, int[] childTo)
           
SlidingDrawer(Context context, AttributeSet attrs)
           
SlidingDrawer(Context context, AttributeSet attrs, int defStyle)
           
Space(Context context)
           
Space(Context context, AttributeSet attrs)
           
Space(Context context, AttributeSet attrs, int defStyle)
           
Spinner(Context context)
           
Spinner(Context context, AttributeSet attrs)
           
Spinner(Context context, AttributeSet attrs, int defStyle)
           
Spinner(Context context, AttributeSet attrs, int defStyle, int mode)
           
Spinner(Context context, int mode)
           
StackView(Context context)
           
StackView(Context context, AttributeSet attrs)
           
StackView(Context context, AttributeSet attrs, int defStyleAttr)
           
Switch(Context context)
           
Switch(Context context, AttributeSet attrs)
           
Switch(Context context, AttributeSet attrs, int defStyle)
           
TabHost(Context context)
           
TabHost(Context context, AttributeSet attrs)
           
TableLayout.LayoutParams(Context c, AttributeSet attrs)
           
TableLayout(Context context)
           
TableLayout(Context context, AttributeSet attrs)
           
TableRow.LayoutParams(Context c, AttributeSet attrs)
           
TableRow(Context context)
           
TableRow(Context context, AttributeSet attrs)
           
TabWidget(Context context)
           
TabWidget(Context context, AttributeSet attrs)
           
TabWidget(Context context, AttributeSet attrs, int defStyle)
           
TextSwitcher(Context context)
           
TextSwitcher(Context context, AttributeSet attrs)
           
TextView(Context context)
           
TextView(Context context, AttributeSet attrs)
           
TextView(Context context, AttributeSet attrs, int defStyle)
           
TimePicker(Context context)
           
TimePicker(Context context, AttributeSet attrs)
           
TimePicker(Context context, AttributeSet attrs, int defStyle)
           
Toast(Context context)
           
ToggleButton(Context context)
           
ToggleButton(Context context, AttributeSet attrs)
           
ToggleButton(Context context, AttributeSet attrs, int defStyle)
           
TwoLineListItem(Context context)
           
TwoLineListItem(Context context, AttributeSet attrs)
           
TwoLineListItem(Context context, AttributeSet attrs, int defStyle)
           
VideoView(Context context)
           
VideoView(Context context, AttributeSet attrs)
           
VideoView(Context context, AttributeSet attrs, int defStyle)
           
ViewAnimator(Context context)
           
ViewAnimator(Context context, AttributeSet attrs)
           
ViewFlipper(Context context)
           
ViewFlipper(Context context, AttributeSet attrs)
           
ViewSwitcher(Context context)
           
ViewSwitcher(Context context, AttributeSet attrs)
           
ZoomButton(Context context)
           
ZoomButton(Context context, AttributeSet attrs)
           
ZoomButton(Context context, AttributeSet attrs, int defStyle)
           
ZoomControls(Context context)
           
ZoomControls(Context context, AttributeSet attrs)
           
 



Copyright © 2008-2012. All Rights Reserved.