| 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 | Class and Description |
|---|---|
class |
LoginActivity
This Activity is a necessary part of the overall Facebook login process
but is not meant to be used directly.
|
| Modifier and Type | Method and Description |
|---|---|
static TestSession |
TestSession.createSessionWithPrivateUser(Activity activity,
List<String> permissions)
Constructs a TestSession which creates a test user on open, and destroys the user on
close; This method should not be used in application code -- but is useful for creating unit tests
that use the Facebook SDK.
|
static TestSession |
TestSession.createSessionWithSharedUser(Activity activity,
List<String> permissions)
Constructs a TestSession which uses a shared test user with the right permissions,
creating one if necessary on open (but not deleting it on close, so it can be re-used in later
tests).
|
static TestSession |
TestSession.createSessionWithSharedUser(Activity activity,
List<String> permissions,
String sessionUniqueUserTag)
Constructs a TestSession which uses a shared test user with the right permissions,
creating one if necessary on open (but not deleting it on close, so it can be re-used in later
tests).
|
boolean |
Session.onActivityResult(Activity currentActivity,
int requestCode,
int resultCode,
android.content.Intent data)
Provides an implementation for
onActivityResult that updates the Session based on information returned
during the authorization flow. |
static Session |
Session.openActiveSession(Activity activity,
boolean allowLoginUI,
Session.StatusCallback callback)
If allowLoginUI is true, this will create a new Session, make it active, and
open it.
|
| Constructor and Description |
|---|
Session.NewPermissionsRequest(Activity activity,
List<String> permissions)
Constructs a NewPermissionsRequest.
|
Session.OpenRequest(Activity activity)
Constructs an OpenRequest.
|
UiLifecycleHelper(Activity activity,
Session.StatusCallback callback)
Creates a new UiLifecycleHelper.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Facebook.authorize(Activity activity,
Facebook.DialogListener listener)
Deprecated.
|
void |
Facebook.authorize(Activity activity,
String[] permissions,
Facebook.DialogListener listener)
Deprecated.
|
void |
Facebook.authorize(Activity activity,
String[] permissions,
int activityCode,
Facebook.DialogListener listener)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlacePickerFragment.onAttach(Activity activity) |
void |
PlacePickerFragment.onInflate(Activity activity,
android.util.AttributeSet attrs,
android.os.Bundle savedInstanceState) |
void |
FriendPickerFragment.onInflate(Activity activity,
android.util.AttributeSet attrs,
android.os.Bundle savedInstanceState) |
void |
PickerFragment.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 | Class and Description |
|---|---|
class |
PreferenceActivity |
| 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 © 2013. All Rights Reserved.