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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
FadedEdgeDrawHelper.java 113 final float fadeHeight = mFadingEdgeLength;
114 int length = (int) fadeHeight;
129 drawTop = topFadeStrength * fadeHeight > 1.0f;
131 drawBottom = bottomFadeStrength * fadeHeight > 1.0f;
136 drawLeft = leftFadeStrength * fadeHeight > 1.0f;
138 drawRight = rightFadeStrength * fadeHeight > 1.0f;
142 mFadeMatrix.setScale(1, fadeHeight * topFadeStrength);
157 mFadeMatrix.setScale(1, fadeHeight * bottomFadeStrength);
166 mFadeMatrix.setScale(1, fadeHeight * leftFadeStrength);
175 mFadeMatrix.setScale(1, fadeHeight * rightFadeStrength)
    [all...]
  /frameworks/base/core/java/android/view/
View.java     [all...]

Completed in 105 milliseconds