Home
last modified time | relevance | path

Searched refs:LinearInt (Results 1 – 3 of 3) sorted by relevance

/external/proguard/src/proguard/gui/splash/
DLinearInt.java28 public class LinearInt implements VariableInt class
41 public LinearInt(int fromValue, int toValue, Timing timing) in LinearInt() method in LinearInt
DSplashPanel.java217 new LinearInt(200, 600, new SineTiming(2345L, 0L)), in main()
218 new LinearInt(200, 400, new SineTiming(3210L, 0L)), in main()
/external/proguard/src/proguard/gui/
DProGuardGUI.java267 new LinearInt(-10, 120, new SmoothTiming(500, 1000))))), in ProGuardGUI()
278 new LinearInt(1000, 60, new SmoothTiming(1000, 2000)), in ProGuardGUI()
281 new LinearInt(1000, 400, new SmoothTiming(1500, 2500)), in ProGuardGUI()
284 new LinearInt(1000, 10, new SmoothTiming(2000, 3000)), in ProGuardGUI()
287 new LinearInt(1000, 350, new SmoothTiming(2500, 3500)), in ProGuardGUI()