Skip to content

Commit 11dea29

Browse files
dsandlerAndroid (Google) Code Review
authored andcommitted
Merge "Propagate change Id1393cef to tablet UI." into jb-dev
2 parents f8d0494 + 635fb49 commit 11dea29

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)