Loading src/com/android/launcher3/config/FeatureFlags.java +3 −0 Original line number Original line Diff line number Diff line Loading @@ -258,6 +258,9 @@ public final class FeatureFlags { "ENABLE_NEW_MIGRATION_LOGIC", true, "ENABLE_NEW_MIGRATION_LOGIC", true, "Enable the new grid migration logic, keeping pages when src < dest"); "Enable the new grid migration logic, keeping pages when src < dest"); public static final BooleanFlag ENABLE_ONE_SEARCH_MOTION = new DeviceFlag( "ENABLE_ONE_SEARCH_MOTION", false, "Enables animations in OneSearch."); public static void initialize(Context context) { public static void initialize(Context context) { synchronized (sDebugFlags) { synchronized (sDebugFlags) { for (DebugFlag flag : sDebugFlags) { for (DebugFlag flag : sDebugFlags) { Loading Loading
src/com/android/launcher3/config/FeatureFlags.java +3 −0 Original line number Original line Diff line number Diff line Loading @@ -258,6 +258,9 @@ public final class FeatureFlags { "ENABLE_NEW_MIGRATION_LOGIC", true, "ENABLE_NEW_MIGRATION_LOGIC", true, "Enable the new grid migration logic, keeping pages when src < dest"); "Enable the new grid migration logic, keeping pages when src < dest"); public static final BooleanFlag ENABLE_ONE_SEARCH_MOTION = new DeviceFlag( "ENABLE_ONE_SEARCH_MOTION", false, "Enables animations in OneSearch."); public static void initialize(Context context) { public static void initialize(Context context) { synchronized (sDebugFlags) { synchronized (sDebugFlags) { for (DebugFlag flag : sDebugFlags) { for (DebugFlag flag : sDebugFlags) { Loading