Searched refs:KEY_COLORS (Results 1 – 2 of 2) sorted by relevance
42 protected static final String KEY_COLORS = "colors"; field in ColorPickerDialog99 mColors = savedInstanceState.getIntArray(KEY_COLORS); in onCreate()209 outState.putIntArray(KEY_COLORS, mColors); in onSaveInstanceState()
172 private val wallpaperColors: WallpaperColors? = bundle.getParcelable(KEY_COLORS) in <lambda>()747 private const val KEY_COLORS = "wallpaper_colors" in <lambda>() constant