Home
last modified time | relevance | path

Searched refs:dimClockView (Results 1 – 3 of 3) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/
DScreensaver.java167 Utils.dimClockView(dimNightMode, mMainClockView); in setClockStyle()
DScreensaverActivity.java119 Utils.dimClockView(true, mMainClockView); in onCreate()
DUtils.java252 public static void dimClockView(boolean dim, View clockView) { in dimClockView() method in Utils