Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DAlbumSlotRenderer.java114 entry.isWaitDisplayed = true; in renderSlot()
115 } else if (entry.isWaitDisplayed) { in renderSlot()
116 entry.isWaitDisplayed = false; in renderSlot()
DAlbumSlidingWindow.java53 public boolean isWaitDisplayed; field in AlbumSlidingWindow.AlbumEntry