Searched defs:clearLoadingBit (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DAlbumPage.java420 // Set the reload bit here to prevent it exit this page in clearLoadingBit().
455 clearLoadingBit(BIT_LOADING_SYNC);
699 clearLoadingBit(BIT_LOADING_SYNC);
725 private void clearLoadingBit(int loadTaskBit) { method in class:AlbumPage
746 clearLoadingBit(BIT_LOADING_RELOAD);
H A DAlbumSetPage.java398 private void clearLoadingBit(int loadingBit) { method in class:AlbumSetPage
450 clearLoadingBit(BIT_LOADING_SYNC);
460 // Set the reload bit here to prevent it exit this page in clearLoadingBit().
715 clearLoadingBit(BIT_LOADING_SYNC);
734 clearLoadingBit(BIT_LOADING_RELOAD);

Completed in 44 milliseconds