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

/frameworks/native/services/inputflinger/
H A DPointerControllerInterface.h61 enum Transition { enum in class:android::PointerControllerInterface
69 virtual void fade(Transition transition) = 0;
75 virtual void unfade(Transition transition) = 0;
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedStateListDrawable.java72 private Transition mTransition;
129 throw new IllegalArgumentException("Transition drawable must not be null");
161 final Transition currentTransition = mTransition;
207 final Transition transition;
234 private static abstract class Transition { class in class:AnimatedStateListDrawable
247 private static class AnimatableTransition extends Transition {
266 private static class AnimationDrawableTransition extends Transition {
308 private static class AnimatedVectorDrawableTransition extends Transition {
/frameworks/base/core/java/android/transition/
H A DTransition.java50 * A Transition holds information about animations that will be run on its
53 * perform custom animations themselves. Any Transition has two main jobs:
72 * directory. Transition resources consist of a tag name for one of the Transition
114 * {@link android.R.styleable#Transition}, {@link android.R.styleable#TransitionSet},
119 public abstract class Transition implements Cloneable { class in inherits:Cloneable
121 private static final String LOG_TAG = "Transition";
202 // Scene Root is set at createAnimator() time in the cloned Transition
217 // Number of per-target instances of this Transition currently running. This count is
251 * Constructs a Transition objec
256 public Transition() {} method in class:Transition
267 public Transition(Context context, AttributeSet attrs) { method in class:Transition
[all...]

Completed in 279 milliseconds