Home | History | Annotate | Download | only in widget

Lines Matching refs:fadeLength

2098             final float fadeLength = getVerticalFadingEdgeLength();
2099 return top < mPaddingTop ? -(top - mPaddingTop) / fadeLength : fadeEdge;
2116 final float fadeLength = getVerticalFadingEdgeLength();
2118 (bottom - height + mPaddingBottom) / fadeLength : fadeEdge;