[Search][Keyboard] Update default allApps vertical transition inset

Bug: 184721373
Test: Manual
Change-Id: I96c930a05055caa6ae1789c9d82810c099a0d133
This commit is contained in:
Samuel Fufa
2021-04-19 10:36:30 -05:00
parent fbea50d807
commit 3722bb5620
2 changed files with 2 additions and 2 deletions

View File

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