Home | History | Annotate | Download | only in recent

Lines Matching refs:fadeHeight

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);