mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 23:36:47 +00:00
Re-enable ALL_APPS_GONE_VISIBILITY and ENABLE_ALL_APPS_RV_PREINFLATION
Re-submit ag/24499161 with ag/24517009 to ensure tests are still passing Flags: ENABLE_ALL_APPS_RV_PREINFLATION ALL_APPS_GONE_VISIBILITY Test: Tested in bug bash Bug: 288161355 291651514 Change-Id: I562d39f5edef46240700669b26d6e8fb27cbb77a
This commit is contained in:
@@ -409,12 +409,12 @@ public final class FeatureFlags {
|
||||
|
||||
// TODO(Block 33): Clean up flags
|
||||
public static final BooleanFlag ENABLE_ALL_APPS_RV_PREINFLATION = getDebugFlag(288161355,
|
||||
"ENABLE_ALL_APPS_RV_PREINFLATION", DISABLED,
|
||||
"ENABLE_ALL_APPS_RV_PREINFLATION", ENABLED,
|
||||
"Enables preinflating all apps icons to avoid scrolling jank.");
|
||||
|
||||
// TODO(Block 34): Clean up flags
|
||||
public static final BooleanFlag ALL_APPS_GONE_VISIBILITY = getDebugFlag(291651514,
|
||||
"ALL_APPS_GONE_VISIBILITY", DISABLED,
|
||||
"ALL_APPS_GONE_VISIBILITY", ENABLED,
|
||||
"Set all apps container view's hidden visibility to GONE instead of INVISIBLE.");
|
||||
|
||||
// TODO(Block 35): Empty block
|
||||
|
||||
@@ -67,6 +67,7 @@ public class TestUtil {
|
||||
private static final String TAG = "TestUtil";
|
||||
|
||||
public static final String DUMMY_PACKAGE = "com.example.android.aardwolf";
|
||||
public static final String DUMMY_CLASS_NAME = "com.example.android.aardwolf.Activity1";
|
||||
public static final long DEFAULT_UI_TIMEOUT = 10000;
|
||||
|
||||
public static void installDummyApp() throws IOException {
|
||||
|
||||
Reference in New Issue
Block a user