public interface IHoloActivity extends IHolo, ThemeManager.SuperStartActivity, ActionBarSherlock.OnCreatePanelMenuListener, ActionBarSherlock.OnPreparePanelListener, ActionBarSherlock.OnMenuItemSelectedListener, ActionBarSherlock.OnActionModeStartedListener, ActionBarSherlock.OnActionModeFinishedListener, SystemServiceManager.SuperSystemService, ContextMenuListener, ContextMenuDecorView.ContextMenuListenersProvider, IAddonAttacher<IAddonActivity>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IHoloActivity.OnWindowFocusChangeListener |
IAddonAttacher.AddonCallback<V>, IAddonAttacher.AttachException| Modifier and Type | Method and Description |
|---|---|
void |
addOnWindowFocusChangeListener(IHoloActivity.OnWindowFocusChangeListener listener) |
ActionBar |
getSupportActionBar() |
FragmentManager |
getSupportFragmentManager() |
MenuInflater |
getSupportMenuInflater() |
boolean |
isForceThemeApply() |
boolean |
onCreateOptionsMenu(Menu menu) |
boolean |
onOptionsItemSelected(MenuItem item) |
boolean |
onPrepareOptionsMenu(Menu menu) |
void |
requestWindowFeature(long featureId) |
void |
setSupportProgress(int progress) |
void |
setSupportProgressBarIndeterminate(boolean indeterminate) |
void |
setSupportProgressBarIndeterminateVisibility(boolean visible) |
void |
setSupportProgressBarVisibility(boolean visible) |
void |
setSupportSecondaryProgress(int secondaryProgress) |
ActionMode |
startActionMode(ActionMode.Callback callback) |
android.content.SharedPreferences |
superGetSharedPreferences(java.lang.String name,
int mode) |
void |
supportInvalidateOptionsMenu() |
getDefaultSharedPreferences, getDefaultSharedPreferences, getLayoutInflater, getSharedPreferences, getSharedPreferences, getSupportApplicationsuperStartActivityonCreatePanelMenuonPreparePanelonMenuItemSelectedonActionModeStartedonActionModeFinishedsuperGetSystemServiceonContextItemSelected, onContextMenuClosed, onCreateContextMenugetContextMenuListeneraddon, addon, addon, isAddonAttached, lockAttaching, obtainAddonsList, performAddonActionvoid addOnWindowFocusChangeListener(IHoloActivity.OnWindowFocusChangeListener listener)
ActionBar getSupportActionBar()
FragmentManager getSupportFragmentManager()
MenuInflater getSupportMenuInflater()
boolean isForceThemeApply()
boolean onCreateOptionsMenu(Menu menu)
boolean onOptionsItemSelected(MenuItem item)
boolean onPrepareOptionsMenu(Menu menu)
void requestWindowFeature(long featureId)
void setSupportProgress(int progress)
void setSupportProgressBarIndeterminate(boolean indeterminate)
void setSupportProgressBarIndeterminateVisibility(boolean visible)
void setSupportProgressBarVisibility(boolean visible)
void setSupportSecondaryProgress(int secondaryProgress)
ActionMode startActionMode(ActionMode.Callback callback)
android.content.SharedPreferences superGetSharedPreferences(java.lang.String name,
int mode)
void supportInvalidateOptionsMenu()
Copyright © 2012-2013. All Rights Reserved.