Searched refs:transition (Results 151 - 175 of 270) sorted by relevance

1234567891011

/frameworks/base/core/java/android/transition/
H A DChangeText.java17 package android.transition;
32 * This transition tracks changes to the text in TextView targets. If the text
33 * changes between the start and end scenes, the transition ensures that the
34 * starting text stays until the transition ends, at which point it changes
55 * their original text during the transition, setting it to the final text when
56 * the transition ends. This is the default behavior.
64 * view at the end of the fade-out animation. This transition is typically
65 * used with a later {@link #CHANGE_BEHAVIOR_IN} transition, allowing more
74 * end text into the affected target view(s). This transition is typically
76 * transition, possibl
[all...]
H A DFade.java17 package android.transition;
32 * This transition tracks changes to the visibility of target views in the
38 * <p>The ability of this transition to fade out a particular view, and the
56 * <p>A Fade transition can be described in a resource file by using the
69 * Fading mode used in {@link #Fade(int)} to make the transition
77 * Fading mode used in {@link #Fade(int)} to make the transition
85 * Constructs a Fade transition that will fade targets in and out.
91 * Constructs a Fade transition that will fade targets in
94 * @param fadingMode The behavior of this transition, a combination of
132 public void onTransitionEnd(Transition transition) {
[all...]
H A DRotate.java17 package android.transition;
25 * This transition captures the rotation property of targets before and after
H A DVisibilityPropagation.java16 package android.transition;
H A DVisibility.java17 package android.transition;
35 * This transition tracks changes to the visibility of target views in the
62 * Mode used in {@link #setMode(int)} to make the transition
69 * Mode used in {@link #setMode(int)} to make the transition
105 * This tells the Visibility transition to suppress layout during the transition and release
106 * the suppression after the transition.
114 * Changes the transition to support appearing and/or disappearing Views, depending
117 * @param mode The behavior supported by this transition, a combination of
269 * @param sceneRoot The root of the transition hierarch
550 onTransitionEnd(Transition transition) argument
556 onTransitionPause(Transition transition) argument
561 onTransitionResume(Transition transition) argument
[all...]
/frameworks/base/core/tests/coretests/src/android/transition/
H A DTransitionTest.java17 package android.transition;
24 import android.transition.Transition.EpicenterCallback;
76 public Rect onGetEpicenter(Transition transition) {
H A DAutoTransitionTest.java17 package android.transition;
/frameworks/support/leanback/src/main/java/androidx/leanback/app/
H A DBaseFragment.java26 import androidx.leanback.transition.TransitionHelper;
27 import androidx.leanback.transition.TransitionListener;
47 * Initial State for ENTRNACE transition.
77 * execute the entrance transition.
98 * either entrance transition completed or skipped
123 * Event for entrance transition is ended through Transition listener.
128 * Event for skipping entrance transition if not supported.
194 * Enables entrance transition.<p>
195 * Entrance transition is the standard slide-in transition tha
[all...]
H A DBaseSupportFragment.java23 import androidx.leanback.transition.TransitionHelper;
24 import androidx.leanback.transition.TransitionListener;
42 * Initial State for ENTRNACE transition.
72 * execute the entrance transition.
93 * either entrance transition completed or skipped
118 * Event for entrance transition is ended through Transition listener.
123 * Event for skipping entrance transition if not supported.
189 * Enables entrance transition.<p>
190 * Entrance transition is the standard slide-in transition tha
[all...]
/frameworks/support/transition/src/main/java/androidx/transition/
H A DFade.java17 package androidx.transition;
35 * This transition tracks changes to the visibility of target views in the
41 * <p>The ability of this transition to fade out a particular view, and the
59 * <p>A Fade transition can be described in a resource file by using the
70 * Fading mode used in {@link #Fade(int)} to make the transition
77 * Fading mode used in {@link #Fade(int)} to make the transition
84 * Constructs a Fade transition that will fade targets in
87 * @param fadingMode The behavior of this transition, a combination of
95 * Constructs a Fade transition that will fade targets in and out.
134 public void onTransitionEnd(@NonNull Transition transition) {
[all...]
H A DStyleable.java17 package androidx.transition;
58 android.R.attr.transition,
H A DAnimatorUtils.java17 package androidx.transition;
H A DViewUtilsApi19.java17 package androidx.transition;
H A DVisibilityPropagation.java17 package androidx.transition;
H A DVisibility.java17 package androidx.transition;
40 * This transition tracks changes to the visibility of target views in the
59 * Mode used in {@link #setMode(int)} to make the transition
66 * Mode used in {@link #setMode(int)} to make the transition
112 * Changes the transition to support appearing and/or disappearing Views, depending
115 * @param mode The behavior supported by this transition, a combination of
264 * @param sceneRoot The root of the transition hierarchy
270 * overall transition for this scene change. A null value means no animation
295 * override this method to make targets appear with the desired transition. The
299 * @param sceneRoot The root of the transition hierarch
531 onTransitionStart(@onNull Transition transition) argument
536 onTransitionEnd(@onNull Transition transition) argument
542 onTransitionCancel(@onNull Transition transition) argument
546 onTransitionPause(@onNull Transition transition) argument
551 onTransitionResume(@onNull Transition transition) argument
[all...]
/frameworks/support/transition/src/androidTest/java/androidx/transition/
H A DBaseTransitionTest.java17 package androidx.transition;
31 import androidx.transition.test.R;
H A DChangeBoundsTest.java17 package androidx.transition;
26 import androidx.transition.test.R;
H A DChangeTransformTest.java17 package androidx.transition;
27 import androidx.transition.test.R;
122 waitForEnd(); // no transition to run because reparent == false
H A DPathMotionTest.java17 package androidx.transition;
H A DPatternPathMotionTest.java17 package androidx.transition;
H A DSlideBadEdgeTest.java17 package androidx.transition;
/frameworks/support/fragment/src/main/java/androidx/fragment/app/
H A DFragmentTransition.java67 "androidx.transition.FragmentTransitionSupport");
70 // support-transition is not loaded; ignore
95 * part of this transition.
97 * as part of this transition.
148 * @param containerId The container ID that is executing the transition.
152 * part of this transition.
154 * as part of this transition.
195 * Configures a transition for a single fragment container for which the transaction was
200 * @param containerId The container ID that is executing the transition.
250 Object transition
994 configureEnteringExitingViews(FragmentTransitionImpl impl, Object transition, Fragment fragment, ArrayList<View> sharedElements, View nonExistentView) argument
[all...]
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DDelayedTransition.java22 import android.transition.TransitionManager;
/frameworks/support/leanback/api21/androidx/leanback/transition/
H A DFadeAndShortSlide.java16 package androidx.leanback.transition;
26 import android.transition.Fade;
27 import android.transition.Transition;
28 import android.transition.TransitionValues;
29 import android.transition.Visibility;
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedStateListDrawable.java42 * keyframes may optionally be defined using transition elements.
47 * <code>&lt;transition></code> element.
66 private static final String ELEMENT_TRANSITION = "transition";
71 /** The currently running transition, if any. */
74 /** Index to be set after the transition ends. */
119 * Adds a new transition between keyframes.
123 * @param transition An {@link Animatable} drawable to use as a transition, may not be null
124 * @param reversible Whether the transition can be reversed
127 @NonNull T transition, boolea
126 addTransition(int fromId, int toId, @NonNull T transition, boolean reversible) argument
[all...]

Completed in 261 milliseconds

1234567891011