public class RecentsDebugFlags extends Object implements TunerService.Tunable
Modifier and Type | Class and Description |
---|---|
static class |
RecentsDebugFlags.Static |
Constructor and Description |
---|
RecentsDebugFlags(Context context)
We read the prefs once when we start the activity, then update them as the tuner changes
the flags.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isFastToggleRecentsEnabled() |
boolean |
isPagingEnabled() |
void |
onTuningChanged(String key,
String newValue) |
public RecentsDebugFlags(Context context)
public boolean isFastToggleRecentsEnabled()
public boolean isPagingEnabled()
public void onTuningChanged(String key, String newValue)
onTuningChanged
in interface TunerService.Tunable