Searched refs:transition (Results 176 - 200 of 270) sorted by relevance

1234567891011

/frameworks/base/core/java/android/widget/
H A DPopupWindow.java35 import android.transition.Transition;
36 import android.transition.Transition.EpicenterCallback;
37 import android.transition.Transition.TransitionListener;
38 import android.transition.TransitionInflater;
39 import android.transition.TransitionListenerAdapter;
40 import android.transition.TransitionManager;
41 import android.transition.TransitionSet;
160 /** View that holds the background and may animate during a transition. */
408 * Sets the enter transition to be used when the popup window is shown.
410 * @param enterTransition the enter transition, o
2430 requestEnterTransition(Transition transition) argument
2483 startExitTransition(@onNull Transition transition, @Nullable final View anchorRoot, @Nullable final Rect epicenter, @NonNull final TransitionListener listener) argument
[all...]
/frameworks/support/transition/src/androidTest/java/androidx/transition/
H A DChangeClipBoundsTest.java17 package androidx.transition;
30 import androidx.transition.test.R;
H A DSceneTest.java17 package androidx.transition;
29 import androidx.transition.test.R;
/frameworks/base/core/java/android/transition/
H A DChangeScroll.java17 package android.transition;
27 * This transition captures the scroll properties of targets before and after
H A DChangeBounds.java17 package android.transition;
44 * This transition captures the layout bounds of target views before and after
45 * the scene change and animates those changes during the transition.
47 * <p>A ChangeBounds transition can be described in a resource file by using the
191 * {@link android.transition.ChangeClipBounds} is not compatible with ChangeBounds
217 * of every view using this transition. The flag is not enabled by
220 * the transition to determine which parents are the same.
222 * @param reparent true if the transition should track the parent
224 * @deprecated Use {@link android.transition.ChangeTransform} to handle
321 public void onTransitionCancel(Transition transition) {
[all...]
H A DChangeClipBounds.java16 package android.transition;
30 * scene change and animates those changes during the transition.
H A DPatternPathMotion.java16 package android.transition;
32 * <p>This may be used in XML as an element inside a transition.</p>
H A DRecolor.java17 package android.transition;
30 * This transition tracks changes during scene changes to the
H A DScene.java17 package android.transition;
163 * combination of the these. No transition will be run when the
164 * scene is entered. To get transition behavior in scene changes,
/frameworks/support/car/src/main/java/androidx/car/widget/
H A DActionBar.java30 import android.transition.ChangeBounds;
31 import android.transition.Fade;
32 import android.transition.TransitionManager;
33 import android.transition.TransitionSet;
/frameworks/support/fragment/src/androidTest/java/androidx/fragment/app/
H A DTransitionFragment.java26 import android.transition.Transition;
/frameworks/support/fragment/src/main/java/androidx/fragment/app/
H A DFragmentTransitionImpl.java41 * Returns {@code true} if this implementation can handle the specified {@link transition}.
43 public abstract boolean canHandle(Object transition); argument
46 * Returns a clone of a transition or null if it is null
48 public abstract Object cloneTransition(Object transition); argument
51 * Wraps a transition in a TransitionSet and returns the set. If transition is null, null is
54 public abstract Object wrapTransitionInSet(Object transition); argument
66 * Sets a transition epicenter to the rectangle of a given View.
81 * This method adds views as targets to the transition, but only if the transition
120 beginDelayedTransition(ViewGroup sceneRoot, Object transition) argument
[all...]
H A DFragment.java220 // The animation and transition information for the fragment. This will be null
1904 * When custom transitions are used with Fragments, the enter transition callback
1915 * When custom transitions are used with Fragments, the exit transition callback
1929 * {@link android.transition.Visibility} as entering is governed by changing visibility from
1930 * {@link View#INVISIBLE} to {@link View#VISIBLE}. If <code>transition</code> is null,
1933 * @param transition The Transition to use to move Views into the initial Scene.
1935 public void setEnterTransition(@Nullable Object transition) { argument
1936 ensureAnimationInfo().mEnterTransition = transition;
1943 * {@link android.transition.Visibility} as entering is governed by changing visibility from
1961 * {@link android.transition
1971 setReturnTransition(@ullable Object transition) argument
2011 setExitTransition(@ullable Object transition) argument
2050 setReenterTransition(@ullable Object transition) argument
2085 setSharedElementEnterTransition(@ullable Object transition) argument
2120 setSharedElementReturnTransition(@ullable Object transition) argument
[all...]
/frameworks/support/transition/src/main/java/androidx/transition/
H A DChangeScroll.java17 package androidx.transition;
31 * This transition captures the scroll properties of targets before and after
H A DGhostViewApi21.java17 package androidx.transition;
H A DImageViewUtils.java17 package androidx.transition;
H A DViewUtilsApi21.java17 package androidx.transition;
H A DChangeBounds.java17 package androidx.transition;
47 * This transition captures the layout bounds of target views before and after
48 * the scene change and animates those changes during the transition.
50 * <p>A ChangeBounds transition can be described in a resource file by using the
194 * {@link android.transition.ChangeClipBounds} is not compatible with ChangeBounds
395 public void onTransitionCancel(@NonNull Transition transition) {
401 public void onTransitionEnd(@NonNull Transition transition) {
405 transition.removeListener(this);
409 public void onTransitionPause(@NonNull Transition transition) {
414 public void onTransitionResume(@NonNull Transition transition) {
[all...]
H A DChangeClipBounds.java17 package androidx.transition;
33 * scene change and animates those changes during the transition.
H A DMatrixUtils.java17 package androidx.transition;
H A DPatternPathMotion.java17 package androidx.transition;
35 * <p>This may be used in XML as an element inside a transition.</p>
H A DScene.java17 package androidx.transition;
162 * combination of the these. No transition will be run when the
163 * scene is entered. To get transition behavior in scene changes,
164 * use one of the methods in {@link androidx.transition.TransitionManager} instead.
225 * @see androidx.transition.Scene(android.view.ViewGroup, android.view.ViewGroup)
245 * @see androidx.transition.Scene(android.view.ViewGroup, android.view.ViewGroup)
H A DViewGroupUtilsApi14.java17 package androidx.transition;
/frameworks/base/core/java/android/view/
H A DWindow.java44 import android.transition.Scene;
45 import android.transition.Transition;
46 import android.transition.TransitionManager;
134 * {@link #setTransitionManager(android.transition.TransitionManager)}. If none is set,
592 * @param suppressWindowTransition True if the resulting exit and enter window transition
604 * @param suppressWindowTransition True if the resulting exit and enter window transition
1415 * @see #setTransitionManager(android.transition.TransitionManager)
1909 * {@link android.transition.Visibility} as entering is governed by changing visibility from
1910 * {@link View#INVISIBLE} to {@link View#VISIBLE}. If <code>transition</code> is null,
1913 * @param transition Th
1916 setEnterTransition(Transition transition) argument
1933 setReturnTransition(Transition transition) argument
1947 setExitTransition(Transition transition) argument
1963 setReenterTransition(Transition transition) argument
2032 setSharedElementEnterTransition(Transition transition) argument
2047 setSharedElementReturnTransition(Transition transition) argument
2078 setSharedElementExitTransition(Transition transition) argument
2091 setSharedElementReenterTransition(Transition transition) argument
[all...]
/frameworks/support/leanback/kitkat/androidx/leanback/transition/
H A DSlideKitkat.java16 package androidx.leanback.transition;
24 import android.transition.TransitionValues;
25 import android.transition.Visibility;

Completed in 246 milliseconds

1234567891011