Search in sources :

Example 1 with REQUEST_LOCK

use of com.android.launcher3.states.RotationHelper.REQUEST_LOCK in project Neo-Launcher by NeoApplications.

the class SpringLoadedState method onStateEnabled.

@Override
public void onStateEnabled(Launcher launcher) {
    Workspace ws = launcher.getWorkspace();
    ws.showPageIndicatorAtCurrentScroll();
    ws.getPageIndicator().setShouldAutoHide(false);
    // Prevent any Un/InstallShortcutReceivers from updating the db while we are
    // in spring loaded mode
    InstallShortcutReceiver.enableInstallQueue(InstallShortcutReceiver.FLAG_DRAG_AND_DROP);
    launcher.getRotationHelper().setCurrentStateRequest(REQUEST_LOCK);
}
Also used : Workspace(com.android.launcher3.Workspace)

Aggregations

Workspace (com.android.launcher3.Workspace)1