Uses of Class
edu.cmu.sun.folds.IndexRange.Overlap

Packages that use IndexRange.Overlap
edu.cmu.sun.folds Handles all of the logic level work for the folded scrolling interaction. 
 

Uses of IndexRange.Overlap in edu.cmu.sun.folds
 

Methods in edu.cmu.sun.folds that return IndexRange.Overlap
 IndexRange.Overlap IndexRange.getOverlap(IndexRange r)
          Get the overlap between this range and another.
static IndexRange.Overlap IndexRange.getOverlap(IndexRange r1, IndexRange r2)
          Determines the overlap between two ranges.