| |
|
|
|
void |
addContentView(View view, LayoutParams params) |
| |
|
|
|
void |
applyThemeResource(Theme theme, int resid, boolean first) |
| |
|
|
|
void |
closeOptionsMenu() |
| |
|
|
|
ActivityPendingResult |
createActivityPendingResult(int requestCode, boolean multiple) |
| |
|
|
|
boolean |
dispatchKeyEvent(KeyEvent event) |
| |
|
|
|
boolean |
dispatchTouchEvent(MotionEvent ev) |
| |
|
|
|
boolean |
dispatchTrackballEvent(MotionEvent ev) |
| |
|
|
|
void |
finalize() |
| |
|
|
|
View |
findViewById(int id) |
| |
|
|
|
void |
finish() |
| |
|
|
|
void |
finishSubActivity(int requestCode) |
| |
|
|
|
void |
finishSubActivityFromChild(Activity child, int requestCode) |
| |
|
final |
|
Application |
getApplication() |
| |
|
|
|
ComponentName |
getCallingActivity() |
| |
|
|
|
String |
getCallingPackage() |
| |
|
|
|
ComponentName |
getComponentName() |
| |
|
|
|
View |
getCurrentFocus() |
| |
|
|
static |
long |
getInstanceCount() |
| |
|
|
|
Intent |
getIntent() |
| |
|
|
|
String |
getLocalClassName() |
| |
|
final |
|
Activity |
getParent() |
| |
|
|
|
SharedPreferences |
getPreferences(int mode) |
| |
|
|
|
Object |
getSystemService(String name) |
| |
|
|
|
int |
getTaskId() |
| |
|
final |
|
CharSequence |
getTitle() |
| |
|
final |
|
int |
getTitleColor() |
| |
|
|
|
ViewInflate |
getViewInflate() |
| |
|
|
|
Window |
getWindow() |
| |
|
|
|
WindowManager |
getWindowManager() |
| |
|
final |
|
boolean |
isEmbedded() |
| |
|
|
|
boolean |
isFinishing() |
| |
|
|
|
boolean |
isFullscreenOpaque() |
| |
|
|
|
boolean |
isTaskRoot() |
| |
|
|
|
void |
managedCommitUpdates(Cursor c) |
| |
|
final |
|
Cursor |
managedQuery(Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder) |
| |
|
|
|
boolean |
moveTaskBackwards(boolean nonRoot) |
| |
|
|
|
boolean |
moveTaskToBack(boolean nonRoot) |
| |
|
|
|
void |
onActivityResult(int requestCode, int resultCode, String data, Bundle extras) |
| |
|
|
|
void |
onChildTitleChanged(Activity childActivity, CharSequence title) |
| |
|
|
|
void |
onCompleteThaw(Bundle state) |
| |
|
|
|
void |
onConfigurationChanged(Configuration newConfig) |
| |
|
|
|
void |
onContentChanged() |
| |
|
|
|
boolean |
onContextItemSelected(Item item) |
| |
|
|
|
void |
onContextMenuClosed(Menu menu) |
| |
|
|
|
void |
onCreate(Bundle icicle) |
| |
|
|
|
CharSequence |
onCreateDescription() |
| |
|
|
|
boolean |
onCreateOptionsMenu(Menu menu) |
| |
|
|
|
boolean |
onCreatePanelMenu(int featureId, Menu menu) |
| |
|
|
|
View |
onCreatePanelView(int featureId) |
| |
|
|
|
boolean |
onCreateThumbnail(Bitmap outBitmap, Canvas canvas) |
| |
|
|
|
void |
onDestroy() |
| |
|
|
|
void |
onFreeze(Bundle outState) |
| |
|
|
|
boolean |
onKeyDown(int keyCode, KeyEvent event) |
| |
|
|
|
boolean |
onKeyMultiple(int keyCode, int repeatCount, KeyEvent event) |
| |
|
|
|
boolean |
onKeyUp(int keyCode, KeyEvent event) |
| |
|
|
|
boolean |
onMenuItemSelected(int featureId, Item item) |
| |
|
|
|
void |
onNewIntent(Intent intent) |
| |
|
|
|
boolean |
onOptionsItemSelected(Item item) |
| |
|
|
|
void |
onOptionsMenuClosed(Menu menu) |
| |
|
|
|
void |
onPanelClosed(int featureId, Menu menu) |
| |
|
|
|
void |
onPause() |
| |
|
|
|
void |
onPostCreate(Bundle icicle) |
| |
|
|
|
void |
onPostResume() |
| |
|
|
|
boolean |
onPrepareOptionsMenu(Menu menu) |
| |
|
|
|
boolean |
onPreparePanel(int featureId, View view, Menu menu) |
| |
|
|
|
void |
onRestart() |
| |
|
|
|
void |
onResume() |
| |
|
|
|
boolean |
onSearchRequested() |
| |
|
|
|
void |
onStart() |
| |
|
|
|
void |
onStop() |
| |
|
|
|
void |
onTitleChanged(CharSequence title, int color) |
| |
|
|
|
boolean |
onTouchEvent(MotionEvent event) |
| |
|
|
|
boolean |
onTrackballEvent(MotionEvent event) |
| |
|
|
|
void |
onWindowAttributesChanged(LayoutParams params) |
| |
|
|
|
void |
onWindowFocusChanged(boolean hasFocus) |
| |
|
|
|
void |
openOptionsMenu() |
| |
|
final |
|
boolean |
requestWindowFeature(int featureId) |
| |
|
final |
|
void |
runOnUIThread(Runnable action) |
| |
|
|
|
void |
setContentView(int layoutResID) |
| |
|
|
|
void |
setContentView(View view, 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 |
setProgressBarVisibility(boolean visible) |
| |
|
final |
|
void |
setResult(int resultCode, String data, Bundle extras) |
| |
|
final |
|
void |
setResult(int resultCode, String data) |
| |
|
final |
|
void |
setResult(int resultCode) |
| |
|
final |
|
void |
setSecondaryProgress(int secondaryProgress) |
| |
|
|
|
void |
setTitle(int titleId) |
| |
|
|
|
void |
setTitle(CharSequence title) |
| |
|
|
|
void |
setTitleColor(int textColor) |
| |
|
|
|
void |
startActivity(Intent intent) |
| |
|
|
|
void |
startActivityFromChild(Activity child, Intent intent, int requestCode) |
| |
|
|
|
void |
startManagingCursor(Cursor c) |
| |
|
|
|
void |
startSearch(String initialQuery, Bundle appSearchData) |
| |
|
|
|
void |
startSubActivity(Intent intent, int requestCode) |
| |
|
|
|
boolean |
startSubActivityIfNeeded(Intent intent, int requestCode) |
| |
|
|
|
void |
stopManagingCursor(Cursor c) |
| |
|
|
|
void |
takeKeyEvents(boolean get) |