mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Adding callback to notify LauncherCallbacks when quickstep starts
Bug: 73081875 Change-Id: Ieccba6ecb16553ed5211f277b49e9f2ed2d7c745
This commit is contained in:
@@ -71,4 +71,12 @@ 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