Searched refs:setColorAndDim (Results 1 – 1 of 1) sorted by relevance
94 public void setColorAndDim(int color, float dimAlpha) { in setColorAndDim() method in TaskViewHeader.HighlightColorDrawable233 mBackground.setColorAndDim(Color.argb(255, 0, 0, 0), 0f); in TaskViewHeader()430 mBackground.setColorAndDim(color, dimAlpha); in updateBackgroundColor()434 mOverlayBackground.setColorAndDim(ColorUtils.HSLToColor(mTmpHSL), dimAlpha); in updateBackgroundColor()