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