Home
last modified time | relevance | path

Searched refs:currentlyAppliedEffectId (Results 1 – 3 of 3) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/floatingsheetcontent/
DWallpaperActionSelectionBottomSheetContent.kt31 private var currentlyAppliedEffectId: String?, variable in com.android.wallpaper.widget.floatingsheetcontent.WallpaperActionSelectionBottomSheetContent
53 if (currentlyAppliedEffectId == it.effectId) { in onViewCreated()
71 currentlyAppliedEffectId = selectedCredential in setCurrentlyAppliedEffect()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DCreativeWallpaperInfo.java354 public void setCurrentlyAppliedEffectId(String currentlyAppliedEffectId) {
355 mCurrentlyAppliedEffectId = currentlyAppliedEffectId;
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/converter/
DWallpaperModelFactory.kt154 currentEffectId = currentlyAppliedEffectId ?: "", in getWallpaperModel()