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

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

Completed in 61 milliseconds