Uses of Class
relativelayout.Binding

Packages that use Binding
relativelayout   
 

Uses of Binding in relativelayout
 

Methods in relativelayout with parameters of type Binding
 void RelativeConstraints.addBinding(Binding theBinding)
          Adds an Binding to this constraint.
 void RelativeConstraints.addBindings(Binding... theBindings)
          Adds all of the specified Bindings to this constraint.
 

Constructors in relativelayout with parameters of type Binding
InconsistentConstraintException(Binding aBinding, Binding anotherBinding)
          Constructor for InconsistentConstraintException.
InvalidBindingException(Binding binding)
          Constructor for InvalidBindingException.
RelativeConstraints(Binding... theBindings)
          Constructor for RelativeConstraints.