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

/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
H A DBitmapRegionTileSource.java163 public enum State { NOT_LOADED, LOADED, ERROR_LOADING }; enum constant in enum:BitmapRegionTileSource.BitmapSource.State
194 mState = State.LOADED;
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DWallpaperCropActivity.java122 if (bitmapSource.getLoadingState() != BitmapSource.State.LOADED) {
172 if (bitmapSource.getLoadingState() == BitmapSource.State.LOADED) {

Completed in 154 milliseconds