Removing Launcher dependency in search box layout

Bug: 118758696
Change-Id: Id918c44b8bd2a97ab577481b7584afbe56e8a591
This commit is contained in:
Sunny Goyal
2018-11-20 13:52:55 -08:00
parent 373e2534d3
commit 33611be973
4 changed files with 17 additions and 6 deletions

View File

@@ -221,7 +221,7 @@ public class AllAppsTransitionController implements StateHandler, OnDeviceProfil
/**
* Updates the total scroll range but does not update the UI.
*/
public void setScrollRangeDelta(float delta) {
void setScrollRangeDelta(float delta) {
mScrollRangeDelta = delta;
mShiftRange = mLauncher.getDeviceProfile().heightPx - mScrollRangeDelta;