Home
last modified time | relevance | path

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

/development/samples/training/threadsample/src/com/example/android/threadsample/
DPhotoDecodeRunnable.java39 private static final long SLEEP_TIME_MILLISECONDS = 250; field in PhotoDecodeRunnable
251 Thread.sleep(SLEEP_TIME_MILLISECONDS); in run()