Searched defs:LayoutTransition (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/animation/
H A DLayoutTransition.java34 * transitions for a layout container, create a LayoutTransition object and set it on any
35 * ViewGroup by calling {@link ViewGroup#setLayoutTransition(LayoutTransition)}. This will cause
37 * custom animations, use the {@link LayoutTransition#setAnimator(int, Animator)
85 * Using LayoutTransition at multiple levels of a nested view hierarchy may not work due to the
88 * this utility, because the before/after locations calculated by LayoutTransition
95 public class LayoutTransition { class
251 * These are the types of transition animations that the LayoutTransition is reacting
273 * Constructs a LayoutTransition object. By default, the object will listen to layout
277 public LayoutTransition() { method in class:LayoutTransition
331 * Enables the specified transitionType for this LayoutTransition objec
[all...]

Completed in 574 milliseconds