Searched refs:bgShape (Results 1 – 2 of 2) sorted by relevance
305 Drawable bgShape = shapeDrawable.getConstantState().newDrawable(); in setColorAndIconsSection() local306 bgShape.setTint(accentColor); in setColorAndIconsSection()309 bg.setImageDrawable(bgShape); in setColorAndIconsSection()
437 Drawable bgShape = mShapeDrawable.getConstantState().newDrawable(); in bindPreview() local438 bgShape.setTint(accentColor); in bindPreview()441 bg.setImageDrawable(bgShape); in bindPreview()