Searched refs:mLoadState (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DExtendedBitmapDrawable.java67 private int mLoadState = LOAD_STATE_UNINITIALIZED; field in class:ExtendedBitmapDrawable
137 setLoadState(mLoadState);
330 if (mLoadState == LOAD_STATE_NOT_YET_LOADED) {
366 return mLoadState;
377 mLoadState, loadState, mCurrKey, this));
418 mLoadState = loadState;

Completed in 58 milliseconds