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