Adding support for multiple overlay callbacks

Bug: 193244407
Test: Presubmit
Change-Id: Ic345972056752238e7e46226533fd8f33d664213
This commit is contained in:
Sunny Goyal
2022-11-02 18:58:49 -07:00
parent ef24d5954c
commit 82379187ea
6 changed files with 71 additions and 161 deletions

View File

@@ -93,6 +93,6 @@ public interface LauncherOverlayManager extends Application.ActivityLifecycleCal
interface LauncherOverlayCallbacks {
void onScrollChanged(float progress);
void onOverlayScrollChanged(float progress);
}
}