|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
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)
|
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)
|
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)
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |