|
|
|
|
|
void |
addContentView(View view, ViewGroup.LayoutParams params) |
|
|
|
|
|
void |
closeOptionsMenu() |
|
|
|
|
|
PendingIntent |
createPendingResult(int requestCode, Intent data, int flags) |
|
|
final |
|
|
void |
dismissDialog(int id) |
|
|
|
|
|
boolean |
dispatchKeyEvent(KeyEvent event) |
|
|
|
|
|
boolean |
dispatchTouchEvent(MotionEvent ev) |
|
|
|
|
|
boolean |
dispatchTrackballEvent(MotionEvent ev) |
|
|
|
|
|
void |
finalize() |
|
|
|
|
|
View |
findViewById(int id) |
|
|
|
|
|
void |
finish() |
|
|
|
|
|
void |
finishActivity(int requestCode) |
|
|
|
|
|
void |
finishActivityFromChild(Activity child, int requestCode) |
|
|
|
|
|
void |
finishFromChild(Activity child) |
|
|
final |
|
|
Application |
getApplication() |
|
|
|
|
|
ComponentName |
getCallingActivity() |
|
|
|
|
|
String |
getCallingPackage() |
|
|
|
|
|
int |
getChangingConfigurations() |
|
|
|
|
|
ComponentName |
getComponentName() |
|
|
|
|
|
View |
getCurrentFocus() |
|
|
|
static |
|
long |
getInstanceCount() |
|
|
|
|
|
Intent |
getIntent() |
|
|
|
|
|
Object |
getLastNonConfigurationInstance() |
|
|
|
|
|
LayoutInflater |
getLayoutInflater() |
|
|
|
|
|
String |
getLocalClassName() |
|
|
|
|
|
MenuInflater |
getMenuInflater() |
|
|
final |
|
|
Activity |
getParent() |
|
|
|
|
|
SharedPreferences |
getPreferences(int mode) |
|
|
|
|
|
int |
getRequestedOrientation() |
|
|
|
|
|
Object |
getSystemService(String name) |
|
|
|
|
|
int |
getTaskId() |
|
|
final |
|
|
CharSequence |
getTitle() |
|
|
final |
|
|
int |
getTitleColor() |
|
|
final |
|
|
int |
getVolumeControlStream() |
|
|
|
|
|
int |
getWallpaperDesiredMinimumHeight() |
|
|
|
|
|
int |
getWallpaperDesiredMinimumWidth() |
|
|
|
|
|
Window |
getWindow() |
|
|
|
|
|
WindowManager |
getWindowManager() |
|
|
final |
|
|
boolean |
isChild() |
|
|
|
|
|
boolean |
isFinishing() |
|
|
|
|
|
boolean |
isTaskRoot() |
|
|
final |
|
|
Cursor |
managedQuery(Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder) |
|
|
|
|
|
boolean |
moveTaskToBack(boolean nonRoot) |
|
|
|
|
|
void |
onActivityResult(int requestCode, int resultCode, Intent data) |
|
|
|
|
|
void |
onApplyThemeResource(Resources.Theme theme, int resid, boolean first) |
|
|
|
|
|
void |
onChildTitleChanged(Activity childActivity, CharSequence title) |
|
|
|
|
|
void |
onConfigurationChanged(Configuration newConfig) |
|
|
|
|
|
void |
onContentChanged() |
|
|
|
|
|
boolean |
onContextItemSelected(MenuItem item) |
|
|
|
|
|
void |
onContextMenuClosed(Menu menu) |
|
|
|
|
|
void |
onCreate(Bundle savedInstanceState) |
|
|
|
|
|
void |
onCreateContextMenu(ContextMenu menu, View v, ContextMenu.ContextMenuInfo menuInfo) |
|
|
|
|
|
CharSequence |
onCreateDescription() |
|
|
|
|
|
Dialog |
onCreateDialog(int id) |
|
|
|
|
|
boolean |
onCreateOptionsMenu(Menu menu) |
|
|
|
|
|
boolean |
onCreatePanelMenu(int featureId, Menu menu) |
|
|
|
|
|
View |
onCreatePanelView(int featureId) |
|
|
|
|
|
boolean |
onCreateThumbnail(Bitmap outBitmap, Canvas canvas) |
|
|
|
|
|
View |
onCreateView(String name, Context context, AttributeSet attrs) |
|
|
|
|
|
void |
onDestroy() |
|
|
|
|
|
boolean |
onKeyDown(int keyCode, KeyEvent event) |
|
|
|
|
|
boolean |
onKeyMultiple(int keyCode, int repeatCount, KeyEvent event) |
|
|
|
|
|
boolean |
onKeyUp(int keyCode, KeyEvent event) |
|
|
|
|
|
void |
onLowMemory() |
|
|
|
|
|
boolean |
onMenuItemSelected(int featureId, MenuItem item) |
|
|
|
|
|
boolean |
onMenuOpened(int featureId, Menu menu) |
|
|
|
|
|
void |
onNewIntent(Intent intent) |
|
|
|
|
|
boolean |
onOptionsItemSelected(MenuItem item) |
|
|
|
|
|
void |
onOptionsMenuClosed(Menu menu) |
|
|
|
|
|
void |
onPanelClosed(int featureId, Menu menu) |
|
|
|
|
|
void |
onPause() |
|
|
|
|
|
void |
onPostCreate(Bundle savedInstanceState) |
|
|
|
|
|
void |
onPostResume() |
|
|
|
|
|
void |
onPrepareDialog(int id, Dialog dialog) |
|
|
|
|
|
boolean |
onPrepareOptionsMenu(Menu menu) |
|
|
|
|
|
boolean |
onPreparePanel(int featureId, View view, Menu menu) |
|
|
|
|
|
void |
onRestart() |
|
|
|
|
|
void |
onRestoreInstanceState(Bundle savedInstanceState) |
|
|
|
|
|
void |
onResume() |
|
|
|
|
|
Object |
onRetainNonConfigurationInstance() |
|
|
|
|
|
void |
onSaveInstanceState(Bundle outState) |
|
|
|
|
|
boolean |
onSearchRequested() |
|
|
|
|
|
void |
onStart() |
|
|
|
|
|
void |
onStop() |
|
|
|
|
|
void |
onTitleChanged(CharSequence title, int color) |
|
|
|
|
|
boolean |
onTouchEvent(MotionEvent event) |
|
|
|
|
|
boolean |
onTrackballEvent(MotionEvent event) |
|
|
|
|
|
void |
onWindowAttributesChanged(WindowManager.LayoutParams params) |
|
|
|
|
|
void |
onWindowFocusChanged(boolean hasFocus) |
|
|
|
|
|
void |
openContextMenu(View view) |
|
|
|
|
|
void |
openOptionsMenu() |
|
|
|
|
|
void |
registerForContextMenu(View view) |
|
|
final |
|
|
void |
removeDialog(int id) |
|
|
final |
|
|
boolean |
requestWindowFeature(int featureId) |
|
|
final |
|
|
void |
runOnUiThread(Runnable action) |
|
|
|
|
|
void |
setContentView(int layoutResID) |
|
|
|
|
|
void |
setContentView(View view, ViewGroup.LayoutParams params) |
|
|
|
|
|
void |
setContentView(View view) |
|
|
final |
|
|
void |
setDefaultKeyMode(int mode) |
|
|
final |
|
|
void |
setFeatureDrawable(int featureId, Drawable drawable) |
|
|
final |
|
|
void |
setFeatureDrawableAlpha(int featureId, int alpha) |
|
|
final |
|
|
void |
setFeatureDrawableResource(int featureId, int resId) |
|
|
final |
|
|
void |
setFeatureDrawableUri(int featureId, Uri uri) |
|
|
|
|
|
void |
setIntent(Intent newIntent) |
|
|
|
|
|
void |
setPersistent(boolean isPersistent) |
|
|
final |
|
|
void |
setProgress(int progress) |
|
|
final |
|
|
void |
setProgressBarIndeterminate(boolean indeterminate) |
|
|
final |
|
|
void |
setProgressBarIndeterminateVisibility(boolean visible) |
|
|
final |
|
|
void |
setProgressBarVisibility(boolean visible) |
|
|
|
|
|
void |
setRequestedOrientation(int requestedOrientation) |
|
|
final |
|
|
void |
setResult(int resultCode, Intent data) |
|
|
final |
|
|
void |
setResult(int resultCode) |
|
|
final |
|
|
void |
setSecondaryProgress(int secondaryProgress) |
|
|
|
|
|
void |
setTitle(int titleId) |
|
|
|
|
|
void |
setTitle(CharSequence title) |
|
|
|
|
|
void |
setTitleColor(int textColor) |
|
|
final |
|
|
void |
setVolumeControlStream(int streamType) |
|
|
final |
|
|
void |
showDialog(int id) |
|
|
|
|
|
void |
startActivity(Intent intent) |
|
|
|
|
|
void |
startActivityForResult(Intent intent, int requestCode) |
|
|
|
|
|
void |
startActivityFromChild(Activity child, Intent intent, int requestCode) |
|
|
|
|
|
boolean |
startActivityIfNeeded(Intent intent, int requestCode) |
|
|
|
|
|
void |
startManagingCursor(Cursor c) |
|
|
|
|
|
boolean |
startNextMatchingActivity(Intent intent) |
|
|
|
|
|
void |
startSearch(String initialQuery, boolean selectInitialQuery, Bundle appSearchData, boolean globalSearch) |
|
|
|
|
|
void |
stopManagingCursor(Cursor c) |
|
|
|
|
|
void |
takeKeyEvents(boolean get) |
|
|
|
|
|
void |
unregisterForContextMenu(View view) |