HomeSort by relevance Sort by last modified time
    Searched full:bottomfadestrength (Results 1 - 1 of 1) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
FadedEdgeDrawHelper.java 109 float bottomFadeStrength = 0.0f;
130 bottomFadeStrength = Math.max(0.0f, Math.min(1.0f, bottomFadingEdgeStrength));
131 drawBottom = bottomFadeStrength * fadeHeight > 1.0f;
156 mFadeMatrix.setScale(1, fadeHeight * bottomFadeStrength);

Completed in 611 milliseconds