Revert^2 "Merging from ub-launcher3-master @ build 6294827"

70a76a61bf
Bug: 151611270
Change-Id: I16e0afcda998d2b1293ff47a66d5562fa4da77dc
This commit is contained in:
Winson Chung
2020-03-16 21:07:10 +00:00
parent 70a76a61bf
commit c18b7a4b04
224 changed files with 2712 additions and 5777 deletions
@@ -15,6 +15,8 @@
*/
package com.android.launcher3.allapps;
import static com.android.launcher3.LauncherAnimUtils.VIEW_ALPHA;
import android.animation.ValueAnimator;
import android.content.Context;
import android.graphics.Point;
@@ -370,7 +372,7 @@ public class FloatingHeaderView extends LinearLayout implements
}
allowTouchForwarding(hasAllAppsContent);
setter.setFloat(mTabLayout, ALPHA, hasAllAppsContent ? 1 : 0, headerFade);
setter.setFloat(mTabLayout, VIEW_ALPHA, hasAllAppsContent ? 1 : 0, headerFade);
}
protected void allowTouchForwarding(boolean allow) {