Lines Matching refs:Observable
67 <a href="#observable_objects">Observable Objects</a>
75 <a href="#observable_collections">Observable Collections</a>
542 {@link android.databinding.Observable} or is an <a href=
545 implement the Observable* interface, the variables will <strong>not
998 <a href="#observable_objects">Observable objects</a>,
1009 Observable Objects
1013 A class implementing the {@link android.databinding.Observable} interface
1019 The {@link android.databinding.Observable} interface has a mechanism to add and remove
1054 {@link android.databinding.Observable} interface may be implemented using the convenient
1064 A little work is involved in creating {@link android.databinding.Observable} classes, so
1099 Observable Collections
1103 Some applications use more dynamic structures to hold data. Observable