mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Adding support for multiple overlay callbacks
Bug: 193244407 Test: Presubmit Change-Id: Ic345972056752238e7e46226533fd8f33d664213
This commit is contained in:
@@ -40,10 +40,4 @@ public interface LauncherExterns {
|
||||
* Sets the overlay on the target activity
|
||||
*/
|
||||
void setLauncherOverlay(LauncherOverlay overlay);
|
||||
|
||||
/**
|
||||
* Executes the command, next time the overlay is hidden
|
||||
*/
|
||||
void runOnOverlayHidden(Runnable runnable);
|
||||
|
||||
}
|
||||
|
||||
@@ -93,6 +93,6 @@ public interface LauncherOverlayManager extends Application.ActivityLifecycleCal
|
||||
|
||||
interface LauncherOverlayCallbacks {
|
||||
|
||||
void onScrollChanged(float progress);
|
||||
void onOverlayScrollChanged(float progress);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user