Searched refs:getLoadingState (Results 1 – 9 of 9) sorted by relevance
132 if (bitmapSource.getLoadingState() != BitmapSource.State.LOADED) { in init()219 loadSuccess = req.src.getLoadingState() == BitmapSource.State.LOADED; in handleMessage()
44 if (bitmapSource.getLoadingState() == BitmapSource.State.LOADED) { in onClick()
42 if (bitmapSource.getLoadingState() == BitmapSource.State.LOADED) { in onClick()
39 if (bitmapSource.getLoadingState() == BitmapSource.State.LOADED) { in onClick()
102 public int getLoadingState(int offset); in getLoadingState() method611 mLoadingState = mModel.getLoadingState(0); in reload()793 mLoadingState = mModel.getLoadingState(mIndex); in reload()
260 public int getLoadingState(int offset) { in getLoadingState() method in SinglePhotoDataAdapter
523 public int getLoadingState(int offset) { in getLoadingState() method in PhotoDataAdapter
240 } else if (metadata.getLoadingState() == SliceMetadata.LOADED_ALL) { in loadAllSlices()
198 public State getLoadingState() { in getLoadingState() method in BitmapRegionTileSource.BitmapSource