Home | History | Annotate | Download | only in splash

Lines Matching refs:timing

24  * This Timing is constant over time.
28 public class ConstantTiming implements Timing
30 private final double timing;
43 * @param timing the constant value of the timing.
45 public ConstantTiming(double timing)
47 this.timing = timing;
51 // Implementation for Timing.
55 return timing;