Searched refs:DURATION (Results 1 – 1 of 1) sorted by relevance
1608 private static final long DURATION = 400; // ms field in RenderPreviewManager.SwapAnimation1617 end = begin + DURATION; in SwapAnimation()1642 double portion = (now - begin) / (double) DURATION; in tick()1653 portion = (now - begin) / (double) DURATION; in tick()