Home
last modified time | relevance | path

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

/external/proguard/src/proguard/gui/splash/
DSplashPanel.java56 public SplashPanel(Sprite sprite, double processorLoad) in SplashPanel() argument
58 this(sprite, processorLoad, (long)Integer.MAX_VALUE); in SplashPanel()
71 public SplashPanel(Sprite sprite, double processorLoad, long stopTime) in SplashPanel() argument
74 this.sleepFactor = (1.0-processorLoad) / processorLoad; in SplashPanel()