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/
RecentsScrollViewPerformanceHelper.java 108 final float fadeHeight = mFadingEdgeLength;
109 int length = (int) fadeHeight;
124 drawTop = topFadeStrength * fadeHeight > 1.0f;
126 drawBottom = bottomFadeStrength * fadeHeight > 1.0f;
131 drawLeft = leftFadeStrength * fadeHeight > 1.0f;
133 drawRight = rightFadeStrength * fadeHeight > 1.0f;
137 matrix.setScale(1, fadeHeight * topFadeStrength);
144 matrix.setScale(1, fadeHeight * bottomFadeStrength);
152 matrix.setScale(1, fadeHeight * leftFadeStrength);
160 matrix.setScale(1, fadeHeight * rightFadeStrength)
    [all...]
  /frameworks/base/core/java/android/view/
View.java     [all...]

Completed in 38 milliseconds