Searched refs:baseLayer (Results 1 – 2 of 2) sorted by relevance
187 Drawable baseLayer = getBaseBackgroundLayer(); in setTint() local188 baseLayer.mutate().setTintMode(PorterDuff.Mode.SRC_ATOP); in setTint()189 baseLayer.setTint(tintColor); in setTint()
96 private val baseLayer: GradientDrawable constant in com.android.systemui.controls.ui.ControlViewHolder126 baseLayer = ld.findDrawableByLayerId(R.id.background) as GradientDrawable367 val oldBaseColor = baseLayer.color?.defaultColor ?: newBaseColor in startBackgroundAnimation()414 baseLayer.setColor(newBaseColor) in applyBackgroundChange()