public class RecentsConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
fakeShadows
Misc
|
boolean |
isLargeScreen |
boolean |
isXLargeScreen |
RecentsActivityLaunchState |
mLaunchState |
int |
smallestWidth |
static int |
SVELTE_DISABLE_CACHE |
static int |
SVELTE_DISABLE_LOADING |
static int |
SVELTE_LIMIT_CACHE |
static int |
SVELTE_NONE
Levels of svelte in increasing severity/austerity.
|
int |
svelteLevel |
Constructor and Description |
---|
RecentsConfiguration(Context context) |
Modifier and Type | Method and Description |
---|---|
RecentsActivityLaunchState |
getLaunchState()
Returns the activity launch state.
|
public static final int SVELTE_NONE
public static final int SVELTE_LIMIT_CACHE
public static final int SVELTE_DISABLE_CACHE
public static final int SVELTE_DISABLE_LOADING
public RecentsActivityLaunchState mLaunchState
public final boolean isLargeScreen
public final boolean isXLargeScreen
public final int smallestWidth
public boolean fakeShadows
public int svelteLevel
public RecentsConfiguration(Context context)
public RecentsActivityLaunchState getLaunchState()