Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 91b1e138 authored by Steve Kondik's avatar Steve Kondik
Browse files

Sexied up DeskClock from Nathan Zachary.

Change-Id: I7a14ad406ff75a899edd5e4f2b4830b9c46676f0
http://forum.cyanogenmod.com/index.php?/topic/1946-small-aesthetic-change/
parent 73c5eef0
Loading
Loading
Loading
Loading
−19 B (796 B)
Loading image diff...
−3 B (569 B)
Loading image diff...
+4 −4
Original line number Diff line number Diff line
@@ -105,15 +105,15 @@ public class DeskClock extends Activity {
    // Intent to broadcast for dock settings.
    private static final String DOCK_SETTINGS_ACTION = "com.android.settings.DOCK_SETTINGS";

    // Delay before engaging the burn-in protection mode (green-on-black).
    // Delay before engaging the burn-in protection mode (cyan-on-black).
    private final long SCREEN_SAVER_TIMEOUT = 5* 60 * 1000; // 5 min

    // Repositioning delay in screen saver.
    private final long SCREEN_SAVER_MOVE_DELAY = 60 * 1000; // 1 min

    // Color to use for text & graphics in screen saver mode.
    private final int SCREEN_SAVER_COLOR = 0xFF308030;
    private final int SCREEN_SAVER_COLOR_DIM = 0xFF183018;
    private final int SCREEN_SAVER_COLOR = 0xFF00C0FF;
    private final int SCREEN_SAVER_COLOR_DIM = 0xFF004880;

    // Opacity of black layer between clock display and wallpaper.
    private final float DIM_BEHIND_AMOUNT_NORMAL = 0.4f;