public class ViewGroupBindingAdapter
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | ViewGroupBindingAdapter.OnAnimationEnd | 
| static interface  | ViewGroupBindingAdapter.OnAnimationRepeat | 
| static interface  | ViewGroupBindingAdapter.OnAnimationStart | 
| static interface  | ViewGroupBindingAdapter.OnChildViewAdded | 
| static interface  | ViewGroupBindingAdapter.OnChildViewRemoved | 
| Constructor and Description | 
|---|
| ViewGroupBindingAdapter() | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | setAnimateLayoutChanges(android.view.ViewGroup view,
                       boolean animate) | 
| static void | setListener(android.view.ViewGroup view,
           ViewGroupBindingAdapter.OnAnimationStart start,
           ViewGroupBindingAdapter.OnAnimationEnd end,
           ViewGroupBindingAdapter.OnAnimationRepeat repeat) | 
| static void | setListener(android.view.ViewGroup view,
           ViewGroupBindingAdapter.OnChildViewAdded added,
           ViewGroupBindingAdapter.OnChildViewRemoved removed) | 
public static void setAnimateLayoutChanges(android.view.ViewGroup view,
                           boolean animate)
public static void setListener(android.view.ViewGroup view,
               ViewGroupBindingAdapter.OnChildViewAdded added,
               ViewGroupBindingAdapter.OnChildViewRemoved removed)
public static void setListener(android.view.ViewGroup view,
               ViewGroupBindingAdapter.OnAnimationStart start,
               ViewGroupBindingAdapter.OnAnimationEnd end,
               ViewGroupBindingAdapter.OnAnimationRepeat repeat)