Searched refs:SLIDE_TIME (Results 1 – 1 of 1) sorted by relevance
207 static final long SLIDE_TIME = 10000; field in Utils.ScreensaverMoveSaverRunnable279 s.setDuration(SLIDE_TIME); in run()281 s.play(shrink.setDuration(SLIDE_TIME/2)); in run()282 s.play(grow.setDuration(SLIDE_TIME/2)).after(shrink); in run()