Searched refs:RETRY_COUNT (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DSlideshowPage.java240 private static final int RETRY_COUNT = 5; field in class:SlideshowPage.ShuffleSource
264 for (int i = 0; i < RETRY_COUNT && item == null; ++i) {

Completed in 348 milliseconds