reduce bar notification time
This commit is contained in:
parent
f79b030ccb
commit
4c03a6ac89
|
@ -31,7 +31,7 @@ import static yugecin.opsudance.core.InstanceContainer.*;
|
||||||
public class BarNotificationState implements ResolutionChangedListener {
|
public class BarNotificationState implements ResolutionChangedListener {
|
||||||
|
|
||||||
private final int IN_TIME = 200;
|
private final int IN_TIME = 200;
|
||||||
private final int DISPLAY_TIME = 5700 + IN_TIME;
|
private final int DISPLAY_TIME = 2700 + IN_TIME;
|
||||||
private final int OUT_TIME = 200;
|
private final int OUT_TIME = 200;
|
||||||
private final int TOTAL_TIME = DISPLAY_TIME + OUT_TIME;
|
private final int TOTAL_TIME = DISPLAY_TIME + OUT_TIME;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user