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

/frameworks/base/core/java/android/transition/
H A DFade.java51 * <p>A Fade transition can be described in a resource file by using the
53 * attributes of {@link android.R.styleable#Fade} and
57 public class Fade extends Visibility { class in inherits:Visibility
61 private static final String LOG_TAG = "Fade";
66 * Fading mode used in {@link #Fade(int)} to make the transition
72 * Fading mode used in {@link #Fade(int)} to make the transition
81 * Constructs a Fade transition that will fade targets in and out.
83 public Fade() { method in class:Fade
88 * Constructs a Fade transition that will fade targets in
94 public Fade(in method in class:Fade
[all...]

Completed in 35 milliseconds