/aosp12/packages/apps/Car/Messenger/src/com/android/car/messenger/core/ui/conversationlist/ |
H A D | UIConversationLog.java | 43 public static UIConversationLog getLoadingState() { in getLoadingState() method in UIConversationLog
|
H A D | ConversationListViewModel.java | 82 mutableLiveData.postValue(UIConversationLog.getLoadingState()); in createUIConversationLog()
|
/aosp12/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/ |
H A D | ResourceWallpaperInfo.java | 44 if (bitmapSource.getLoadingState() == BitmapSource.State.LOADED) { in onClick()
|
H A D | FileWallpaperInfo.java | 42 if (bitmapSource.getLoadingState() == BitmapSource.State.LOADED) { in onClick()
|
H A D | UriWallpaperInfo.java | 39 if (bitmapSource.getLoadingState() == BitmapSource.State.LOADED) { in onClick()
|
/aosp12/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/ |
H A D | WallpaperCropActivity.java | 132 if (bitmapSource.getLoadingState() != BitmapSource.State.LOADED) { in init() 219 loadSuccess = req.src.getLoadingState() == BitmapSource.State.LOADED; in handleMessage()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
H A D | SinglePhotoDataAdapter.java | 260 public int getLoadingState(int offset) { in getLoadingState() method in SinglePhotoDataAdapter
|
H A D | PhotoDataAdapter.java | 523 public int getLoadingState(int offset) { in getLoadingState() method in PhotoDataAdapter
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
H A D | PhotoView.java | 102 public int getLoadingState(int offset); in getLoadingState() method 611 mLoadingState = mModel.getLoadingState(0); in reload() 793 mLoadingState = mModel.getLoadingState(mIndex); in reload()
|
/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/ |
H A D | WallpaperCropActivity.java | 122 if (bitmapSource.getLoadingState() != BitmapSource.State.LOADED) { in init() 172 if (bitmapSource.getLoadingState() == BitmapSource.State.LOADED) { in setCropViewTileSource()
|
/aosp12/packages/apps/WallpaperPicker/src/com/android/photos/ |
H A D | BitmapRegionTileSource.java | 198 public State getLoadingState() { in getLoadingState() method in BitmapRegionTileSource.BitmapSource
|
/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/photos/ |
H A D | BitmapRegionTileSource.java | 199 public State getLoadingState() { in getLoadingState() method in BitmapRegionTileSource.BitmapSource
|
/aosp12/packages/apps/Settings/src/com/android/settings/panel/ |
H A D | PanelFragment.java | 366 } else if (metadata.getLoadingState() == SliceMetadata.LOADED_ALL) { in loadAllSlices()
|