Searched refs:getLoadingState (Results 1 – 11 of 11) sorted by relevance
43 public static UIConversationLog getLoadingState() { in getLoadingState() method in UIConversationLog
76 mutableLiveData.postValue(UIConversationLog.getLoadingState()); in createUIConversationLog()
44 if (bitmapSource.getLoadingState() == BitmapSource.State.LOADED) { in onClick()
39 if (bitmapSource.getLoadingState() == BitmapSource.State.LOADED) { in onClick()
42 if (bitmapSource.getLoadingState() == BitmapSource.State.LOADED) { in onClick()
132 if (bitmapSource.getLoadingState() != BitmapSource.State.LOADED) { in init()219 loadSuccess = req.src.getLoadingState() == BitmapSource.State.LOADED; in handleMessage()
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()
198 public State getLoadingState() { in getLoadingState() method in BitmapRegionTileSource.BitmapSource
374 } else if (metadata.getLoadingState() == SliceMetadata.LOADED_ALL) { in loadAllSlices()