| Package | Description |
|---|---|
| android.support.v4.app | |
| org.holoeverywhere | |
| org.holoeverywhere.app | |
| org.holoeverywhere.content | |
| org.holoeverywhere.widget |
| Modifier and Type | Method and Description |
|---|---|
Activity |
_HoloFragment.getSupportActivity() |
| Modifier and Type | Method and Description |
|---|---|
void |
_HoloFragment.onAttach(Activity activity) |
void |
_HoloFragment.onInflate(Activity activity,
android.util.AttributeSet attrs,
android.os.Bundle savedInstanceState) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ThemeManager.applyTheme(Activity activity)
Apply theme from intent.
|
static void |
ThemeManager.applyTheme(Activity activity,
boolean force)
Apply theme from intent.
|
static int |
ThemeManager.getTheme(Activity activity)
Extract theme flags from activity intent
|
static int |
ThemeManager.getThemeResource(Activity activity)
Resolve theme resource id by flags from activity intent
|
static boolean |
ThemeManager.hasSpecifiedTheme(Activity activity) |
static boolean |
ThemeManager.isDark(Activity activity) |
static boolean |
ThemeManager.isDialog(Activity activity) |
static boolean |
ThemeManager.isDialogWhenLarge(Activity activity) |
static boolean |
ThemeManager.isFullScreen(Activity activity) |
static boolean |
ThemeManager.isLight(Activity activity) |
static boolean |
ThemeManager.isMixed(Activity activity) |
static boolean |
ThemeManager.isNoActionBar(Activity activity) |
static boolean |
ThemeManager.isWallpaper(Activity activity) |
static void |
ThemeManager.removeTheme(Activity activity)
Remove theme from the intent extras.
|
static void |
ThemeManager.restart(Activity activity)
Simply restart activity
|
static void |
ThemeManager.restart(Activity activity,
boolean force) |
static void |
ThemeManager.restartWithDarkTheme(Activity activity)
Check activity on dark theme and restart it if theme incorrect.
|
static void |
ThemeManager.restartWithLightTheme(Activity activity)
Check activity on light theme and restart it if theme incorrect.
|
static void |
ThemeManager.restartWithMixedTheme(Activity activity)
Check activity on light with dark action bar theme and restart it if
theme incorrect.
|
static void |
ThemeManager.restartWithTheme(Activity activity,
int theme)
Check activity on theme and restart it if theme incorrect.
|
static void |
ThemeManager.restartWithTheme(Activity activity,
int theme,
boolean force)
Like
ThemeManager.restartWithTheme(Activity, int), but if third arg is true -
restart activity regardless theme. |
| Modifier and Type | Class and Description |
|---|---|
class |
AlertActivity |
class |
ExpandableListActivity |
class |
ListActivity |
class |
ResolverActivity |
class |
TabSwipeActivity
This activity class implement tabs + swipe navigation pattern
Part of HoloEverywhere |
| Modifier and Type | Method and Description |
|---|---|
static <T extends DialogFragment> |
DialogFragment.findInstance(Activity activity,
Class<T> clazz) |
static <T extends DialogFragment> |
DialogFragment.findInstance(Activity activity,
Class<T> clazz,
boolean makeIfNeed) |
void |
DialogFragment.onAttach(Activity activity) |
void |
Fragment.onAttach(Activity activity) |
DialogFragment.DialogTransaction |
DialogFragment.show(Activity activity) |
| Modifier and Type | Class and Description |
|---|---|
class |
ChooserActivity |
| Modifier and Type | Method and Description |
|---|---|
Activity |
ListView.getActivity() |
Activity |
GridView.getActivity() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListView.setActivity(Activity activity) |
void |
GridView.setActivity(Activity activity) |
Copyright © 2012-2013. All Rights Reserved.