Merge "[Search][Keyboard] Update default allApps vertical transition inset" into sc-dev

This commit is contained in:
Samuel Fufa
2021-04-20 16:15:51 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -84,7 +84,7 @@
<dimen name="fastscroll_end_margin">-26dp</dimen>
<!-- All Apps -->
<dimen name="all_apps_open_vertical_translate">96dp</dimen>
<dimen name="all_apps_open_vertical_translate">300dp</dimen>
<dimen name="all_apps_search_bar_field_height">48dp</dimen>
<dimen name="all_apps_search_bar_bottom_padding">30dp</dimen>
<dimen name="all_apps_empty_search_message_top_offset">40dp</dimen>
@@ -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;
}