Searched refs:currentlyAppliedEffectId (Results 1 – 3 of 3) sorted by relevance
31 private var currentlyAppliedEffectId: String?, variable in com.android.wallpaper.widget.floatingsheetcontent.WallpaperActionSelectionBottomSheetContent53 if (currentlyAppliedEffectId == it.effectId) { in onViewCreated()71 currentlyAppliedEffectId = selectedCredential in setCurrentlyAppliedEffect()
354 public void setCurrentlyAppliedEffectId(String currentlyAppliedEffectId) {355 mCurrentlyAppliedEffectId = currentlyAppliedEffectId;
154 currentEffectId = currentlyAppliedEffectId ?: "", in getWallpaperModel()