Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DCreativeCategory.java172 String currentEffectId = cursor.getString( in readCreativeWallpapers() local
182 creativeWallpaperInfo.setCurrentlyAppliedEffectId(currentEffectId); in readCreativeWallpapers()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/data/
DCreativeWallpaperEffectsData.kt25 val currentEffectId: String, constant in com.android.wallpaper.picker.data.CreativeWallpaperEffectsData
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/data/repository/
DCreativeEffectsRepository.kt88 toggled = effectsId == data.currentEffectId, in <lambda>()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/converter/
DWallpaperModelFactory.kt154 currentEffectId = currentlyAppliedEffectId ?: "", in getWallpaperModel()