Searched defs:Transition (Results 1 - 4 of 4) 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.java51 * A Transition holds information about animations that will be run on its
54 * perform custom animations themselves. Any Transition has two main jobs:
73 * directory. Transition resources consist of a tag name for one of the Transition
115 * {@link android.R.styleable#Transition}, {@link android.R.styleable#TransitionSet},
120 public abstract class Transition implements Cloneable { class in inherits:Cloneable
122 private static final String LOG_TAG = "Transition";
203 // Scene Root is set at createAnimator() time in the cloned Transition
218 // Number of per-target instances of this Transition currently running. This count is
252 * Constructs a Transition objec
257 public Transition() {} method in class:Transition
268 public Transition(Context context, AttributeSet attrs) { method in class:Transition
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 3802 milliseconds