Home | History | Annotate | Download | only in egg

Lines Matching refs:DAY

156     private static final int DAY = 0, NIGHT = 1, TWILIGHT = 2, SUNSET = 3;
158 { 0xFFc0c0FF, 0xFFa0a0FF }, // DAY
256 boolean showingSun = (mTimeOfDay == DAY || mTimeOfDay == SUNSET) && frand() > 0.25;
262 if (mTimeOfDay == DAY) {
295 if (HAVE_STARS && r1 < 0.3 && mTimeOfDay != DAY) {