Merge "Add header protection for Taskbar All Apps search bar." into udc-dev

This commit is contained in:
Brian Isganitis
2023-05-04 22:20:46 +00:00
committed by Android (Google) Code Review
4 changed files with 36 additions and 7 deletions
@@ -99,7 +99,7 @@ public abstract class AbstractSlideInView<T extends Context & ActivityContext>
protected @Nullable OnCloseListener mOnCloseBeginListener;
protected List<OnCloseListener> mOnCloseListeners = new ArrayList<>();
private final AnimatedFloat mSlideInViewScale =
protected final AnimatedFloat mSlideInViewScale =
new AnimatedFloat(this::onScaleProgressChanged, VIEW_NO_SCALE);
protected boolean mIsBackProgressing;
@Nullable private Drawable mContentBackground;