Methods
| Modifier and Type |
Method and Description |
static void |
setAnimateLayoutChanges(android.view.ViewGroup view,
boolean animate) |
static void |
setListener(android.view.ViewGroup view,
ViewGroupBindingAdapter.OnAnimationEnd end) |
static void |
setListener(android.view.ViewGroup view,
ViewGroupBindingAdapter.OnAnimationEnd end,
ViewGroupBindingAdapter.OnAnimationRepeat repeat) |
static void |
setListener(android.view.ViewGroup view,
ViewGroupBindingAdapter.OnAnimationRepeat repeat) |
static void |
setListener(android.view.ViewGroup view,
ViewGroupBindingAdapter.OnAnimationStart start) |
static void |
setListener(android.view.ViewGroup view,
ViewGroupBindingAdapter.OnAnimationStart start,
ViewGroupBindingAdapter.OnAnimationEnd end) |
static void |
setListener(android.view.ViewGroup view,
ViewGroupBindingAdapter.OnAnimationStart start,
ViewGroupBindingAdapter.OnAnimationEnd end,
ViewGroupBindingAdapter.OnAnimationRepeat repeat) |
static void |
setListener(android.view.ViewGroup view,
ViewGroupBindingAdapter.OnAnimationStart start,
ViewGroupBindingAdapter.OnAnimationRepeat repeat) |
static void |
setListener(android.view.ViewGroup view,
ViewGroupBindingAdapter.OnChildViewAdded listener) |
static void |
setListener(android.view.ViewGroup view,
ViewGroupBindingAdapter.OnChildViewAdded added,
ViewGroupBindingAdapter.OnChildViewRemoved removed) |
static void |
setListener(android.view.ViewGroup view,
ViewGroupBindingAdapter.OnChildViewRemoved listener) |