Package 

Object FadingEdgesDefaults

    • Method Summary

      Modifier and Type Method Description
      final Dp getEdgeWidth() The width of the fade overlays (in dp).
      final Dp getVisibilityThreshold() The scroll distance over which the overlays fade in and out (in dp).
      final Easing getVisibilityEasing() Used for the fading edges’ fade-in and fade-out animations.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getEdgeWidth

         final Dp getEdgeWidth()

        The width of the fade overlays (in dp).

      • getVisibilityThreshold

         final Dp getVisibilityThreshold()

        The scroll distance over which the overlays fade in and out (in dp).

      • getVisibilityEasing

         final Easing getVisibilityEasing()

        Used for the fading edges’ fade-in and fade-out animations. This is a mapping of the degree to which the fading edges’ visibility threshold has been satisfied to the opacity of the fading edges.