Searched defs:MIN_SPLASH_DISPLAY (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/
H A DSplashScreen.java68 private static final int MIN_SPLASH_DISPLAY = 3000; field in class:SplashScreen
282 * MIN_SPLASH_DISPLAY).
290 long sleepTime = MIN_SPLASH_DISPLAY - (t2 - splashDisplayStartTime);
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/
H A DSplashScreen.java69 private static final int MIN_SPLASH_DISPLAY = 3000; field in class:SplashScreen
283 * MIN_SPLASH_DISPLAY).
291 long sleepTime = MIN_SPLASH_DISPLAY - (t2 - splashDisplayStartTime);
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/
H A DSplashScreen.java69 private static final int MIN_SPLASH_DISPLAY = 3000; field in class:SplashScreen
283 * MIN_SPLASH_DISPLAY).
291 long sleepTime = MIN_SPLASH_DISPLAY - (t2 - splashDisplayStartTime);
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/
H A DSplashScreen.java68 private static final int MIN_SPLASH_DISPLAY = 3000; field in class:SplashScreen
282 * MIN_SPLASH_DISPLAY).
290 long sleepTime = MIN_SPLASH_DISPLAY - (t2 - splashDisplayStartTime);
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/
H A DSplashScreen.java69 private static final int MIN_SPLASH_DISPLAY = 3000; field in class:SplashScreen
283 * MIN_SPLASH_DISPLAY).
291 long sleepTime = MIN_SPLASH_DISPLAY - (t2 - splashDisplayStartTime);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/
H A DSplashScreen.java65 private static final int MIN_SPLASH_DISPLAY = 3000; field in class:SplashScreen
271 * MIN_SPLASH_DISPLAY).
279 long sleepTime = MIN_SPLASH_DISPLAY - (t2 - splashDisplayStartTime);

Completed in 31 milliseconds