Searched refs:OVERLAY_COLOR_BOTH (Results 1 – 3 of 3) sorted by relevance
27 import com.android.customization.model.color.ColorOptionsProvider.OVERLAY_COLOR_BOTH178 assertThat(overlaysJson.getString(OVERLAY_COLOR_BOTH)).isEqualTo("1") in testApply_colorSeedFromWallpaperBoth_shouldReturnBothValue()196 assertThat(overlaysJson.getString(OVERLAY_COLOR_BOTH)).isEqualTo("0") in testApply_colorSeedFromWallpaperDifferent_shouldReturnNonBothValue()
26 import static com.android.customization.model.color.ColorOptionsProvider.OVERLAY_COLOR_BOTH;174 overlaysJson.put(OVERLAY_COLOR_BOTH, isForBoth ? "1" : "0"); in applyOverlays()176 overlaysJson.remove(OVERLAY_COLOR_BOTH); in applyOverlays()
51 String OVERLAY_COLOR_BOTH = "android.theme.customization.color_both"; field