Home
last modified time | relevance | path

Searched refs:getLoadingState (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
DWallpaperCropActivity.java122 if (bitmapSource.getLoadingState() != BitmapSource.State.LOADED) { in init()
172 if (bitmapSource.getLoadingState() == BitmapSource.State.LOADED) { in setCropViewTileSource()
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
DBitmapRegionTileSource.java199 public State getLoadingState() { in getLoadingState() method in BitmapRegionTileSource.BitmapSource