HomeSort by relevance Sort by last modified time
    Searched full:splashpanel (Results 1 - 5 of 5) sorted by null

  /external/proguard/src/proguard/gui/splash/
SplashPanel.java 35 public class SplashPanel extends JPanel
50 * Creates a new SplashPanel with the given Sprite, which will be animated
56 public SplashPanel(Sprite sprite, double processorLoad)
63 * Creates a new SplashPanel with the given Sprite, which will be animated
71 public SplashPanel(Sprite sprite, double processorLoad, long stopTime)
82 SplashPanel.this.start();
116 // Repaint the SplashPanel one last time.
143 * This Runnable makes sure its SplashPanel gets repainted regularly,
188 * This Runnable repaints its SplashPanel.
194 SplashPanel.this.repaint()
    [all...]
  /external/proguard/lib/
proguardgui.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguardgui.jar 
  /external/proguard/src/proguard/gui/
ProGuardGUI.java 65 private final SplashPanel splashPanel;
295 splashPanel = new SplashPanel(splash, 0.5, 5500L);
296 splashPanel.setPreferredSize(new Dimension(0, 200));
308 proGuardPanel.add(splashPanel, splashPanelConstraints);
    [all...]
  /prebuilts/tools/common/proguard/
proguard4.7.zip 

Completed in 90 milliseconds