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()
160 currentEffectId = currentlyAppliedEffectId ?: "", in getWallpaperModel()
368 public void setCurrentlyAppliedEffectId(String currentlyAppliedEffectId) {369 mCurrentlyAppliedEffectId = currentlyAppliedEffectId;