packages/apps/Launcher3/ext/src/com/mediatek/launcher3/ext/DefaultWorkspaceExt.java

    1. public boolean supportAppListCycleSliding() {
    2. LauncherLog.d(TAG, "default supportAppListCycleSliding called.");
    3. //return false;
    4. return true;
    5. }