mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 00:06:47 +00:00
Merge "Moving some callbacks from LauncherCallbacks to OverviewCallbacks" into ub-launcher3-edmonton
This commit is contained in:
committed by
Android (Google) Code Review
commit
433ef09d29
@@ -1155,12 +1155,6 @@ public class Launcher extends BaseDraggingActivity
|
||||
}
|
||||
}
|
||||
|
||||
public void onQuickstepGestureStarted(boolean isVisible) {
|
||||
if (mLauncherCallbacks != null) {
|
||||
mLauncherCallbacks.onQuickstepGestureStarted(isVisible);
|
||||
}
|
||||
}
|
||||
|
||||
public AllAppsTransitionController getAllAppsController() {
|
||||
return mAllAppsController;
|
||||
}
|
||||
|
||||
@@ -18,7 +18,6 @@ package com.android.launcher3;
|
||||
|
||||
import android.content.Intent;
|
||||
import android.os.Bundle;
|
||||
import android.view.Menu;
|
||||
|
||||
import java.io.FileDescriptor;
|
||||
import java.io.PrintWriter;
|
||||
@@ -70,12 +69,4 @@ public interface LauncherCallbacks {
|
||||
* Extensions points for adding / replacing some other aspects of the Launcher experience.
|
||||
*/
|
||||
boolean hasSettings();
|
||||
|
||||
/**
|
||||
* Called when launcher integrated quickstep and some quickstep gesture started. It can be
|
||||
* called multiple times for a single gesture an UI or background thread.
|
||||
*
|
||||
* @param isVisible if Launcher was visible when the gesture started.
|
||||
*/
|
||||
void onQuickstepGestureStarted(boolean isVisible);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user