Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
DMLand.java161 private int mTimeOfDay; field in MLand
197 mTimeOfDay = irand(0, SKIES.length - 1); in MLand()
391 SKIES[mTimeOfDay] in reset()
413 boolean showingSun = (mTimeOfDay == DAY || mTimeOfDay == SUNSET) && frand() > 0.25; in reset()
419 if (mTimeOfDay == DAY) { in reset()
431 final boolean dark = mTimeOfDay == NIGHT || mTimeOfDay == TWILIGHT; in reset()
452 if (HAVE_STARS && r1 < 0.3 && mTimeOfDay != DAY) { in reset()
613 mTimeOfDay = irand(0, SKIES.length - 1); // for next reset