Searched refs:getLoadingState (Results 1 – 6 of 6) sorted by relevance
157 if (bitmapSource.getLoadingState() != BitmapSource.State.LOADED) { in init()232 req.src.getLoadingState() == BitmapSource.State.LOADED); in handleMessage()
163 if (bitmapSource.getLoadingState() == BitmapSource.State.LOADED) { in onClick()252 if (bitmapSource.getLoadingState() == BitmapSource.State.LOADED) { in onClick()307 if (bitmapSource.getLoadingState() == BitmapSource.State.LOADED) { in onClick()
260 public int getLoadingState(int offset) { in getLoadingState() method in SinglePhotoDataAdapter
523 public int getLoadingState(int offset) { in getLoadingState() method in PhotoDataAdapter
102 public int getLoadingState(int offset); in getLoadingState() method611 mLoadingState = mModel.getLoadingState(0); in reload()793 mLoadingState = mModel.getLoadingState(mIndex); in reload()
224 public State getLoadingState() { in getLoadingState() method in BitmapRegionTileSource.BitmapSource