Home
last modified time | relevance | path

Searched refs:OVERLAY_LIGHTNESS_INCREMENT (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskViewHeader.java69 private static final float OVERLAY_LIGHTNESS_INCREMENT = -0.0625f; field in TaskViewHeader
434 mTmpHSL[2] = Math.min(1f, mTmpHSL[2] + OVERLAY_LIGHTNESS_INCREMENT * (1.0f - dimAlpha)); in updateBackgroundColor()