public interface IHoloActivity extends IHolo, ThemeManager.SuperStartActivity, ActionBarSherlock.OnCreatePanelMenuListener, ActionBarSherlock.OnPreparePanelListener, ActionBarSherlock.OnMenuItemSelectedListener, ActionBarSherlock.OnActionModeStartedListener, ActionBarSherlock.OnActionModeFinishedListener, SystemServiceManager.SuperSystemService, ContextMenuListener
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IHoloActivity.OnWindowFocusChangeListener |
| Modifier and Type | Method and Description |
|---|---|
void |
addOnWindowFocusChangeListener(IHoloActivity.OnWindowFocusChangeListener listener) |
ActionBar |
getSupportActionBar() |
android.support.v4.app.FragmentManager |
getSupportFragmentManager() |
MenuInflater |
getSupportMenuInflater() |
boolean |
isForceThemeApply() |
boolean |
onCreateOptionsMenu(Menu menu) |
boolean |
onOptionsItemSelected(MenuItem item) |
boolean |
onPrepareOptionsMenu(Menu menu) |
android.view.View |
prepareDecorView(android.view.View view) |
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(String name,
int mode) |
void |
supportInvalidateOptionsMenu() |
getConfig, getDefaultSharedPreferences, getDefaultSharedPreferences, getLayoutInflater, getSharedPreferences, getSharedPreferences, getSupportApplicationsuperStartActivityonCreatePanelMenuonPreparePanelonMenuItemSelectedonActionModeStartedonActionModeFinishedsuperGetSystemServicecreateContextMenu, onContextItemSelected, onContextMenuClosed, onCreateContextMenuvoid addOnWindowFocusChangeListener(IHoloActivity.OnWindowFocusChangeListener listener)
ActionBar getSupportActionBar()
android.support.v4.app.FragmentManager getSupportFragmentManager()
MenuInflater getSupportMenuInflater()
boolean isForceThemeApply()
boolean onCreateOptionsMenu(Menu menu)
boolean onOptionsItemSelected(MenuItem item)
boolean onPrepareOptionsMenu(Menu menu)
android.view.View prepareDecorView(android.view.View view)
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(String name, int mode)
void supportInvalidateOptionsMenu()
Copyright © 2012-2013. All Rights Reserved.