| Methods in android.app with parameters of type Context |
static TaskStackBuilder |
TaskStackBuilder.create(Context context)
|
static PendingIntent |
PendingIntent.getActivities(Context context,
int requestCode,
Intent[] intents,
int flags)
|
static PendingIntent |
PendingIntent.getActivities(Context context,
int requestCode,
Intent[] intents,
int flags,
Bundle options)
|
static PendingIntent |
PendingIntent.getActivity(Context context,
int requestCode,
Intent intent,
int flags)
|
static PendingIntent |
PendingIntent.getActivity(Context context,
int requestCode,
Intent intent,
int flags,
Bundle options)
|
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)
|
static ActivityOptions |
ActivityOptions.makeCustomAnimation(Context context,
int enterResId,
int exitResId)
|
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)
Deprecated. |
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)
|
| 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)
Deprecated. |
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)
Deprecated. |
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)
Deprecated. |
Gallery(Context context,
AttributeSet attrs)
Deprecated. |
Gallery(Context context,
AttributeSet attrs,
int defStyle)
Deprecated. |
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)
Deprecated. |
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)
Deprecated. |
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)
|