HomeSort by relevance Sort by last modified time
    Searched defs:LayoutTransition (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/android/animation/
LayoutTransition.java 34 * 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 {
239 * These are the types of transition animations that the LayoutTransition is reacting
261 * Constructs a LayoutTransition object. By default, the object will listen to layout
265 public LayoutTransition() {
319 * Enables the specified transitionType for this LayoutTransition object
    [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 

Completed in 580 milliseconds