Uses of Class
android.content.Context

Packages that use Context
android.accessibilityservice   
android.accounts   
android.app   
android.appwidget   
android.content   
android.database   
android.database.sqlite   
android.gesture   
android.inputmethodservice   
android.location   
android.media   
android.net   
android.opengl   
android.preference   
android.provider   
android.service.wallpaper   
android.speech.tts   
android.telephony   
android.text.format   
android.text.method   
android.text.style   
android.view   
android.view.animation   
android.view.inputmethod   
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.app
 

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

Methods in android.app that return Context
 Context Dialog.getContext()
           
 Context Instrumentation.getContext()
           
 Context Instrumentation.getTargetContext()
           
 

Methods in android.app with parameters of type Context
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 WallpaperManager WallpaperManager.getInstance(Context context)
           
static PendingIntent PendingIntent.getService(Context context, int requestCode, Intent intent, int flags)
           
 Activity Instrumentation.newActivity(java.lang.Class<?> clazz, Context context, IBinder token, Application application, Intent intent, ActivityInfo info, java.lang.CharSequence title, Activity parent, java.lang.String id, java.lang.Object lastNonConfigurationInstance)
           
static Application Instrumentation.newApplication(java.lang.Class<?> clazz, Context context)
           
 Application Instrumentation.newApplication(java.lang.ClassLoader cl, java.lang.String className, Context context)
           
 View Activity.onCreateView(java.lang.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 Notification.setLatestEventInfo(Context context, java.lang.CharSequence contentTitle, java.lang.CharSequence contentText, PendingIntent contentIntent)
           
static ProgressDialog ProgressDialog.show(Context context, java.lang.CharSequence title, java.lang.CharSequence message)
           
static ProgressDialog ProgressDialog.show(Context context, java.lang.CharSequence title, java.lang.CharSequence message, boolean indeterminate)
           
static ProgressDialog ProgressDialog.show(Context context, java.lang.CharSequence title, java.lang.CharSequence message, boolean indeterminate, boolean cancelable)
           
static ProgressDialog ProgressDialog.show(Context context, java.lang.CharSequence title, java.lang.CharSequence message, boolean indeterminate, boolean cancelable, DialogInterface.OnCancelListener cancelListener)
           
 

Constructors in android.app with parameters of type Context
AlertDialog.Builder(Context context)
           
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)
           
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.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.content
 

Subclasses of Context in android.content
 class ContextWrapper
           
 class MutableContextWrapper
           
 

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

Methods in android.content with parameters of type Context
protected  void ContextWrapper.attachBaseContext(Context base)
           
 void ContentProvider.attachInfo(Context context, ProviderInfo info)
           
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)
           
 java.lang.String Intent.resolveType(Context context)
           
 void IntentSender.sendIntent(Context context, int code, Intent intent, IntentSender.OnFinished onFinished, Handler handler)
           
 void MutableContextWrapper.setBaseContext(Context base)
           
 Intent Intent.setClass(Context packageContext, java.lang.Class<?> cls)
           
 Intent Intent.setClassName(Context packageContext, java.lang.String className)
           
 

Constructors in android.content with parameters of type Context
AbstractThreadedSyncAdapter(Context context, boolean autoInitialize)
           
ComponentName(Context pkg, java.lang.Class<?> cls)
           
ComponentName(Context pkg, java.lang.String cls)
           
ContentResolver(Context context)
           
ContextWrapper(Context base)
           
Intent(Context packageContext, java.lang.Class<?> cls)
           
Intent(java.lang.String action, Uri uri, Context packageContext, java.lang.Class<?> cls)
           
MutableContextWrapper(Context base)
           
 

Uses of Context in android.database
 

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

Uses of Context in android.database.sqlite
 

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

Uses of Context in android.gesture
 

Methods in android.gesture with parameters of type Context
static GestureLibrary GestureLibraries.fromPrivateFile(Context context, java.lang.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, java.lang.CharSequence characters, int columns, int horizontalPadding)
           
Keyboard(Context context, int xmlLayoutResId, int modeId)
           
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, java.util.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)
           
 java.lang.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 RingtoneManager.setActualDefaultRingtoneUri(Context context, int type, Uri ringtoneUri)
           
 void MediaPlayer.setDataSource(Context context, Uri uri)
           
 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
 

Methods in android.net with parameters of type Context
static java.lang.String Proxy.getHost(Context ctx)
           
static int Proxy.getPort(Context ctx)
           
 

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.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, java.lang.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)
           
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)
           
 

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, java.lang.String word, int frequency, int localeType)
           
static java.lang.CharSequence Contacts.Phones.getDisplayLabel(Context context, int type, java.lang.CharSequence label)
          Deprecated.  
static java.lang.CharSequence Contacts.Organizations.getDisplayLabel(Context context, int type, java.lang.CharSequence label)
          Deprecated.  
static java.lang.CharSequence Contacts.Phones.getDisplayLabel(Context context, int type, java.lang.CharSequence label, java.lang.CharSequence[] labelArray)
          Deprecated.  
static java.lang.CharSequence Contacts.ContactMethods.getDisplayLabel(Context context, int kind, int type, java.lang.CharSequence label)
          Deprecated.  
static Bitmap Contacts.People.loadContactPhoto(Context context, Uri person, int placeholderImageResource, BitmapFactory.Options options)
          Deprecated.  
static void Browser.saveBookmark(Context c, java.lang.String title, java.lang.String url)
           
static void Browser.sendString(Context c, java.lang.String s)
           
static void ContactsContract.QuickContact.showQuickContact(Context context, Rect target, Uri lookupUri, int mode, java.lang.String[] excludeMimes)
           
static void ContactsContract.QuickContact.showQuickContact(Context context, View target, Uri lookupUri, int mode, java.lang.String[] excludeMimes)
           
 

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

Uses of Context in android.service.wallpaper
 

Subclasses of Context in android.service.wallpaper
 class WallpaperService
           
 

Uses of Context in android.speech.tts
 

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

Uses of Context in android.telephony
 

Methods in android.telephony with parameters of type Context
static boolean PhoneNumberUtils.compare(Context context, java.lang.String a, java.lang.String b)
           
static java.lang.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 java.util.Formatter DateUtils.formatDateRange(Context context, java.util.Formatter formatter, long startMillis, long endMillis, int flags)
           
static java.lang.String DateUtils.formatDateRange(Context context, long startMillis, long endMillis, int flags)
           
static java.lang.String DateUtils.formatDateTime(Context context, long millis, int flags)
           
static java.lang.String Formatter.formatFileSize(Context context, long number)
           
static java.lang.String Formatter.formatShortFileSize(Context context, long number)
           
static java.text.DateFormat DateFormat.getDateFormat(Context context)
           
static char[] DateFormat.getDateFormatOrder(Context context)
           
static java.text.DateFormat DateFormat.getLongDateFormat(Context context)
           
static java.text.DateFormat DateFormat.getMediumDateFormat(Context context)
           
static java.lang.CharSequence DateUtils.getRelativeDateTimeString(Context c, long time, long minResolution, long transitionResolution, int flags)
           
static java.lang.CharSequence DateUtils.getRelativeTimeSpanString(Context c, long millis)
           
static java.lang.CharSequence DateUtils.getRelativeTimeSpanString(Context c, long millis, boolean withPreposition)
           
static java.text.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, java.lang.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)
           
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 LayoutInflater.getContext()
           
 Context View.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(java.lang.String name, Context context, AttributeSet attrs)
           
 

Constructors in android.view with parameters of type Context
ContextThemeWrapper(Context base, int themeres)
           
GestureDetector(Context context, GestureDetector.OnGestureListener listener)
           
GestureDetector(Context context, GestureDetector.OnGestureListener listener, Handler handler)
           
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.  
SurfaceView(Context context)
           
SurfaceView(Context context, AttributeSet attrs)
           
SurfaceView(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
 

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

Uses of Context in android.webkit
 

Methods in android.webkit with parameters of type Context
static CookieSyncManager CookieSyncManager.createInstance(Context context)
           
 void Plugin.dispatchClickEvent(Context context)
          Deprecated.  
 View PluginStub.getEmbeddedView(int NPP, Context context)
           
 View PluginStub.getFullScreenView(int NPP, Context context)
           
static WebViewDatabase WebViewDatabase.getInstance(Context context)
           
 void Plugin.PreferencesClickHandler.handleClickEvent(Context context)
           
 void PluginList.pluginClicked(Context context, int position)
          Deprecated.  
 

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)
           
 

Uses of Context in android.widget
 

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)
           
abstract  void CursorAdapter.bindView(View view, Context context, Cursor cursor)
           
 void SimpleCursorAdapter.bindView(View view, Context context, Cursor cursor)
           
static ArrayAdapter<java.lang.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, java.lang.CharSequence text, int duration)
           
static Toast Toast.makeText(Context context, int resId, int duration)
           
protected abstract  View CursorTreeAdapter.newChildView(Context context, Cursor cursor, boolean isLastChild, ViewGroup parent)
           
 View ResourceCursorTreeAdapter.newChildView(Context context, Cursor cursor, boolean isLastChild, ViewGroup parent)
           
 View CursorAdapter.newDropDownView(Context context, Cursor cursor, ViewGroup parent)
           
 View SimpleCursorAdapter.newDropDownView(Context context, Cursor cursor, ViewGroup parent)
           
 View ResourceCursorAdapter.newDropDownView(Context context, Cursor cursor, ViewGroup parent)
           
protected abstract  View CursorTreeAdapter.newGroupView(Context context, Cursor cursor, boolean isExpanded, ViewGroup parent)
           
 View ResourceCursorTreeAdapter.newGroupView(Context context, Cursor cursor, boolean isExpanded, ViewGroup parent)
           
abstract  View CursorAdapter.newView(Context context, Cursor cursor, ViewGroup parent)
           
 View SimpleCursorAdapter.newView(Context context, Cursor cursor, ViewGroup parent)
           
 View ResourceCursorAdapter.newView(Context context, Cursor cursor, ViewGroup parent)
           
 void RemoteViews.reapply(Context context, View v)
           
 void ViewAnimator.setInAnimation(Context context, int resourceID)
           
 void ProgressBar.setInterpolator(Context context, int resID)
           
 void ViewAnimator.setOutAnimation(Context context, int resourceID)
           
 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)
           
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, java.util.List<T> objects)
           
ArrayAdapter(Context context, int resource, int textViewResourceId, T[] objects)
           
ArrayAdapter(Context context, int textViewResourceId, java.util.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)
           
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)
           
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)
           
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)
           
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)
           
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)
           
PopupWindow(Context context)
           
PopupWindow(Context context, AttributeSet attrs)
           
PopupWindow(Context context, AttributeSet attrs, int defStyle)
           
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)
           
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)
           
ScrollView(Context context)
           
ScrollView(Context context, AttributeSet attrs)
           
ScrollView(Context context, AttributeSet attrs, int defStyle)
           
SeekBar(Context context)
           
SeekBar(Context context, AttributeSet attrs)
           
SeekBar(Context context, AttributeSet attrs, int defStyle)
           
SimpleAdapter(Context context, java.util.List<? extends java.util.Map<java.lang.String,?>> data, int resource, java.lang.String[] from, int[] to)
           
SimpleCursorAdapter(Context context, int layout, Cursor c, java.lang.String[] from, int[] to)
           
SimpleCursorTreeAdapter(Context context, Cursor cursor, int collapsedGroupLayout, int expandedGroupLayout, java.lang.String[] groupFrom, int[] groupTo, int childLayout, int lastChildLayout, java.lang.String[] childFrom, int[] childTo)
           
SimpleCursorTreeAdapter(Context context, Cursor cursor, int collapsedGroupLayout, int expandedGroupLayout, java.lang.String[] groupFrom, int[] groupTo, int childLayout, java.lang.String[] childFrom, int[] childTo)
           
SimpleCursorTreeAdapter(Context context, Cursor cursor, int groupLayout, java.lang.String[] groupFrom, int[] groupTo, int childLayout, java.lang.String[] childFrom, int[] childTo)
           
SimpleExpandableListAdapter(Context context, java.util.List<? extends java.util.Map<java.lang.String,?>> groupData, int expandedGroupLayout, int collapsedGroupLayout, java.lang.String[] groupFrom, int[] groupTo, java.util.List<? extends java.util.List<? extends java.util.Map<java.lang.String,?>>> childData, int childLayout, int lastChildLayout, java.lang.String[] childFrom, int[] childTo)
           
SimpleExpandableListAdapter(Context context, java.util.List<? extends java.util.Map<java.lang.String,?>> groupData, int expandedGroupLayout, int collapsedGroupLayout, java.lang.String[] groupFrom, int[] groupTo, java.util.List<? extends java.util.List<? extends java.util.Map<java.lang.String,?>>> childData, int childLayout, java.lang.String[] childFrom, int[] childTo)
           
SimpleExpandableListAdapter(Context context, java.util.List<? extends java.util.Map<java.lang.String,?>> groupData, int groupLayout, java.lang.String[] groupFrom, int[] groupTo, java.util.List<? extends java.util.List<? extends java.util.Map<java.lang.String,?>>> childData, int childLayout, java.lang.String[] childFrom, int[] childTo)
           
SlidingDrawer(Context context, AttributeSet attrs)
           
SlidingDrawer(Context context, AttributeSet attrs, int defStyle)
           
Spinner(Context context)
           
Spinner(Context context, AttributeSet attrs)
           
Spinner(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-2010. All Rights Reserved.