Home
last modified time | relevance | path

Searched refs:destinationToFlags (Results 1 – 4 of 4) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DWallpaperSetter.java180 mPreferences.storeLatestWallpaper(WallpaperPersister.destinationToFlags(destination), in setCurrentLiveWallpaper()
203 WallpaperPersister.destinationToFlags(destination)); in setWallpaperComponent()
226 mPreferences.storeLatestWallpaper(WallpaperPersister.destinationToFlags(destination), in setCurrentLiveWallpaperFromRestore()
DWallpaperPersister.java226 static int destinationToFlags(@Destination int destination) { in destinationToFlags() method
DDefaultWallpaperPersister.java595 .getDrawable(WallpaperPersister.destinationToFlags(mDestination))) in doInBackground()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DLivePreviewFragment.java25 import static com.android.wallpaper.module.WallpaperPersister.destinationToFlags;
122 mWallpaperConnection.setWallpaperFlags(destinationToFlags(destination)); in setWallpaper()