HomeSort by relevance Sort by last modified time
    Searched refs:bottomFadeStrength (Results 1 - 2 of 2) 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;
157 mFadeMatrix.setScale(1, fadeHeight * bottomFadeStrength);
  /frameworks/base/core/java/android/view/
View.java     [all...]

Completed in 143 milliseconds