HomeSort by relevance Sort by last modified time
    Searched refs:topFadeStrength (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
FadedEdgeDrawHelper.java 108 float topFadeStrength = 0.0f;
128 topFadeStrength = Math.max(0.0f, Math.min(1.0f, topFadingEdgeStrength));
129 drawTop = topFadeStrength * fadeHeight > 1.0f;
142 mFadeMatrix.setScale(1, fadeHeight * topFadeStrength);
  /frameworks/base/core/java/android/view/
View.java     [all...]

Completed in 49 milliseconds