Reuse stash handle alpha animation constants
Taskbar and bubble bar stash handle should use a similar animation for stash and unstash. Remove duplicate alpha animation constants and use only the ones defined in taskbar controller for taskbar and bubble bar. Bug: 345680453 Flag: EXEMPT refactor Test: m Change-Id: I9edf847fc4148bc731051de60a883011e6bfb848
This commit is contained in:
@@ -152,12 +152,12 @@ public class TaskbarStashController implements TaskbarControllers.LoggableTaskba
|
||||
/**
|
||||
* How long to delay the icon/stash handle alpha.
|
||||
*/
|
||||
private static final long TASKBAR_STASH_ALPHA_START_DELAY = 33;
|
||||
public static final long TASKBAR_STASH_ALPHA_START_DELAY = 33;
|
||||
|
||||
/**
|
||||
* How long the icon/stash handle alpha animation plays.
|
||||
*/
|
||||
private static final long TASKBAR_STASH_ALPHA_DURATION = 50;
|
||||
public static final long TASKBAR_STASH_ALPHA_DURATION = 50;
|
||||
|
||||
/**
|
||||
* How long to delay the icon/stash handle alpha for the home to app taskbar animation.
|
||||
|
||||
Reference in New Issue
Block a user