Home
last modified time | relevance | path

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

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