Uses of Class
edu.cmu.sun.folds.LayoutMatcher.Mode

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

Uses of LayoutMatcher.Mode in edu.cmu.sun.folds
 

Fields in edu.cmu.sun.folds declared as LayoutMatcher.Mode
(package private)  LayoutMatcher.Mode LayoutMatcher.mode
          The mode of operation for the matchLayouts() call.
 

Methods in edu.cmu.sun.folds that return LayoutMatcher.Mode
static LayoutMatcher.Mode LayoutMatcher.Mode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LayoutMatcher.Mode[] LayoutMatcher.Mode.values()
          Returns an array containing the constants of this enum type, in the order they're declared.