Searched refs:OVERLAY_LIGHTNESS_INCREMENT (Results 1 – 1 of 1) sorted by relevance
69 private static final float OVERLAY_LIGHTNESS_INCREMENT = -0.0625f; field in TaskViewHeader434 mTmpHSL[2] = Math.min(1f, mTmpHSL[2] + OVERLAY_LIGHTNESS_INCREMENT * (1.0f - dimAlpha)); in updateBackgroundColor()