Merge "Adding flag for use of ParametrizeReorderAlgorithm" into udc-qpr-dev am: f69ebc04b0
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/23863309 Change-Id: I6816ceb78312ba3023f24d0a2824aadfbaacefbb Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -182,6 +182,11 @@ public final class FeatureFlags {
|
||||
"ENABLE_BACK_SWIPE_LAUNCHER_ANIMATION", DISABLED,
|
||||
"Enables predictive back animation from all apps and widgets to home");
|
||||
|
||||
// TODO(Block 11): Clean up flags
|
||||
public static final BooleanFlag ENABLE_PARAMETRIZE_REORDER = getDebugFlag(289420844,
|
||||
"ENABLE_PARAMETRIZE_REORDER", DISABLED,
|
||||
"Enables generating the reorder using a set of parameters");
|
||||
|
||||
// TODO(Block 12): Clean up flags
|
||||
public static final BooleanFlag ENABLE_MULTI_INSTANCE = getDebugFlag(270396680,
|
||||
"ENABLE_MULTI_INSTANCE", DISABLED,
|
||||
@@ -385,23 +390,23 @@ public final class FeatureFlags {
|
||||
"USE_SEARCH_REQUEST_TIMEOUT_OVERRIDES", DISABLED,
|
||||
"Use local overrides for search request timeout");
|
||||
|
||||
// TODO(Block 31)
|
||||
// TODO(Block 31): Clean up flags
|
||||
public static final BooleanFlag ENABLE_SPLIT_LAUNCH_DATA_REFACTOR = getDebugFlag(279494325,
|
||||
"ENABLE_SPLIT_LAUNCH_DATA_REFACTOR", ENABLED,
|
||||
"Use refactored split launching code path");
|
||||
|
||||
// TODO(Block 32): Empty block
|
||||
|
||||
// TODO(Block 32): Clean up flags
|
||||
public static final BooleanFlag ENABLE_RESPONSIVE_WORKSPACE = getDebugFlag(241386436,
|
||||
"ENABLE_RESPONSIVE_WORKSPACE", DISABLED,
|
||||
"Enables new workspace grid calculations method.");
|
||||
|
||||
// TODO(Block 33): Clean up flags
|
||||
|
||||
public static final BooleanFlag ENABLE_ALL_APPS_RV_PREINFLATION = getDebugFlag(288161355,
|
||||
"ENABLE_ALL_APPS_RV_PREINFLATION", DISABLED,
|
||||
"Enables preinflating all apps icons to avoid scrolling jank.");
|
||||
|
||||
// TODO(Block 34): Empty block
|
||||
|
||||
public static class BooleanFlag {
|
||||
|
||||
private final boolean mCurrentValue;
|
||||
|
||||
Reference in New Issue
Block a user