Home | History | Annotate | Download | only in view

Lines Matching refs:fadingEdgeLength

943         final int fadingEdgeLength = (mHorizontal
946 final int topWithoutFadingEdge = top + fadingEdgeLength;
947 final int bottomWithoutFadingEdge = top + (mHorizontal ? getWidth() : getHeight()) - fadingEdgeLength;