Skip to content

Commit 635fb49

Browse files
committed
Propagate change Id1393cef to tablet UI.
Bug: 5854958 Change-Id: I5c9976307ab13398ad2533a57f45d647040c3d4a
1 parent 2c9ae75 commit 635fb49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/SystemUI/src/com/android/systemui/statusbar/tablet/TabletStatusBar.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -589,9 +589,9 @@ public boolean onTouch(View v, MotionEvent ev) {
589589
});
590590

591591
// tuning parameters
592-
final int LIGHTS_GOING_OUT_SYSBAR_DURATION = 600;
593-
final int LIGHTS_GOING_OUT_SHADOW_DURATION = 1000;
594-
final int LIGHTS_GOING_OUT_SHADOW_DELAY = 500;
592+
final int LIGHTS_GOING_OUT_SYSBAR_DURATION = 750;
593+
final int LIGHTS_GOING_OUT_SHADOW_DURATION = 750;
594+
final int LIGHTS_GOING_OUT_SHADOW_DELAY = 0;
595595

596596
final int LIGHTS_COMING_UP_SYSBAR_DURATION = 200;
597597
// final int LIGHTS_COMING_UP_SYSBAR_DELAY = 50;

0 commit comments

Comments
 (0)