Searched refs:OVERLAY_COLOR_INDEX (Results 1 – 3 of 3) sorted by relevance
28 import com.android.customization.model.color.ColorOptionsProvider.OVERLAY_COLOR_INDEX115 assertThat(overlaysJson.getString(OVERLAY_COLOR_INDEX)).isEqualTo(value) in testApplyPresetColorOption()135 assertThat(overlaysJson.getString(OVERLAY_COLOR_INDEX)).isEqualTo(value) in testApplyWallpaperColorOption()
45 String OVERLAY_COLOR_INDEX = "android.theme.customization.color_index"; field
27 import static com.android.customization.model.color.ColorOptionsProvider.OVERLAY_COLOR_INDEX;165 overlaysJson.put(OVERLAY_COLOR_INDEX, String.valueOf(colorOption.getIndex())); in applyOverlays()