Searched refs:mLoadingState (Results 1 – 4 of 4) sorted by relevance
43 private final LoadingState mLoadingState; field in IncrementalStates124 oldLoadingState = mLoadingState.isLoading(); in setProgress()130 newLoadingState = mLoadingState.isLoading(); in setProgress()144 mLoadingState.isLoading(), in getIncrementalStatesInfo()145 mLoadingState.getProgress()); in getIncrementalStatesInfo()153 mLoadingState.setProgress(progress); in updateProgressLocked()158 mLoadingState.setProgress(1.0f); in updateProgressLocked()159 if (mLoadingState.isLoading()) { in updateProgressLocked()160 mLoadingState.adoptNewLoadingStateLocked(false); in updateProgressLocked()225 return l.mLoadingState.equals(mLoadingState); in equals()[all …]
53 private int mLoadingState = LOADING_INIT; field in SinglePhotoDataAdapter138 mLoadingState = LOADING_FAIL; in onDecodeThumbComplete()141 mLoadingState = LOADING_COMPLETE; in onDecodeThumbComplete()261 return mLoadingState; in getLoadingState()
598 private int mLoadingState = Model.LOADING_INIT; field in PhotoView.FullPicture611 mLoadingState = mModel.getLoadingState(0); in reload()735 if (mLoadingState == Model.LOADING_FAIL) { in drawTileView()779 private int mLoadingState = Model.LOADING_INIT; field in PhotoView.ScreenNailPicture793 mLoadingState = mModel.getLoadingState(mIndex); in reload()856 if (mLoadingState == Model.LOADING_FAIL) { in draw()
290 private AdapterViewState mLoadingState; field in ScrollAdapterView728 mLoadingState = null;1176 if (mLoadingState != null && mItemsOnOffAxis != mLoadingState.itemsOnOffAxis) {1177 mLoadingState = null;1435 } else if (mLoadingState != null) {1437 selection = mLoadingState.index;1443 mLoadingState = null;2731 mLoadingState = ss.theState;