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

1234567891011>>

/frameworks/support/
H A Dpathmap.mk33 transition \
/frameworks/support/transition/
H A DAndroid.mk21 # android-support-transition \
27 LOCAL_MODULE := android-support-transition
/frameworks/support/transition/api14/android/support/transition/
H A DAnimatorUtilsApi14.java17 package android.support.transition;
H A DImageViewUtilsApi14.java17 package android.support.transition;
/frameworks/support/transition/api19/android/support/transition/
H A DViewUtilsApi19.java17 package android.support.transition;
/frameworks/support/transition/src/android/support/transition/
H A DVisibilityPropagation.java17 package android.support.transition;
H A DVisibility.java17 package android.support.transition;
39 * This transition tracks changes to the visibility of target views in the
58 * Mode used in {@link #setMode(int)} to make the transition
65 * Mode used in {@link #setMode(int)} to make the transition
111 * Changes the transition to support appearing and/or disappearing Views, depending
114 * @param mode The behavior supported by this transition, a combination of
263 * @param sceneRoot The root of the transition hierarchy
269 * overall transition for this scene change. A null value means no animation
294 * override this method to make targets appear with the desired transition. The
298 * @param sceneRoot The root of the transition hierarch
527 onTransitionStart(@onNull Transition transition) argument
532 onTransitionEnd(@onNull Transition transition) argument
538 onTransitionCancel(@onNull Transition transition) argument
542 onTransitionPause(@onNull Transition transition) argument
547 onTransitionResume(@onNull Transition transition) argument
[all...]
H A DChangeScroll.java17 package android.support.transition;
30 * This transition captures the scroll properties of targets before and after
/frameworks/support/transition/tests/src/android/support/transition/
H A DPathMotionTest.java17 package android.support.transition;
H A DPatternPathMotionTest.java17 package android.support.transition;
H A DSlideBadEdgeTest.java17 package android.support.transition;
H A DChangeClipBoundsTest.java17 package android.support.transition;
27 import android.support.transition.test.R;
H A DSceneTest.java17 package android.support.transition;
25 import android.support.transition.test.R;
H A DTransitionSetTest.java17 package android.support.transition;
26 import android.support.transition.test.R;
/frameworks/base/core/java/android/transition/
H A DVisibility.java17 package android.transition;
35 * 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
102 * This tells the Visibility transition to suppress layout during the transition and release
103 * the suppression after the transition.
111 * Changes the transition to support appearing and/or disappearing Views, depending
114 * @param mode The behavior supported by this transition, a combination of
266 * @param sceneRoot The root of the transition hierarch
544 onTransitionEnd(Transition transition) argument
550 onTransitionPause(Transition transition) argument
555 onTransitionResume(Transition transition) argument
[all...]
H A DChangeScroll.java17 package android.transition;
27 * This transition captures the scroll properties of targets before and after
/frameworks/support/v17/leanback/api21/android/support/v17/leanback/transition/
H A DFadeAndShortSlide.java16 package android.support.v17.leanback.transition;
29 import android.transition.Fade;
30 import android.transition.Transition;
31 import android.transition.TransitionValues;
32 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...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DDetailsSupportFragment.java28 import android.support.v17.leanback.transition.TransitionHelper;
29 import android.support.v17.leanback.transition.TransitionListener;
78 * shared element transition for {@link FullWidthDetailsOverviewRowPresenter}.
82 * if shared element transition is not needed, for example if first row is not rendered by
129 // clear the activity enter/sharedElement transition, return transitions are kept.
130 // keep the return transitions and clear enter transition
150 Object transition = TransitionHelper.getEnterTransition(getActivity().getWindow());
151 TransitionHelper.addTransitionListener(transition, mEnterTransitionListener);
165 * Start this task when first DetailsOverviewRow is created, if there is no entrance transition
224 // if transition i
[all...]
/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
2429 requestEnterTransition(Transition transition) argument
2482 startExitTransition(@onNull Transition transition, @Nullable final View anchorRoot, @Nullable final Rect epicenter, @NonNull final TransitionListener listener) argument
[all...]
/frameworks/support/fragment/java/android/support/v4/app/
H A DFragmentTransitionImpl.java40 * Returns {@code true} if this implementation can handle the specified {@link transition}.
42 public abstract boolean canHandle(Object transition); argument
45 * Returns a clone of a transition or null if it is null
47 public abstract Object cloneTransition(Object transition); argument
50 * Wraps a transition in a TransitionSet and returns the set. If transition is null, null is
53 public abstract Object wrapTransitionInSet(Object transition); argument
65 * Sets a transition epicenter to the rectangle of a given View.
80 * This method adds views as targets to the transition, but only if the transition
119 beginDelayedTransition(ViewGroup sceneRoot, Object transition) argument
[all...]
/frameworks/support/fragment/tests/java/android/support/v4/app/
H A DTransitionFragment.java28 import android.transition.Transition;
/frameworks/support/transition/api21/android/support/transition/
H A DGhostViewApi21.java17 package android.support.transition;
H A DViewUtilsApi21.java17 package android.support.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
1402 * @see #setTransitionManager(android.transition.TransitionManager)
1896 * {@link android.transition.Visibility} as entering is governed by changing visibility from
1897 * {@link View#INVISIBLE} to {@link View#VISIBLE}. If <code>transition</code> is null,
1900 * @param transition Th
1903 setEnterTransition(Transition transition) argument
1920 setReturnTransition(Transition transition) argument
1934 setExitTransition(Transition transition) argument
1950 setReenterTransition(Transition transition) argument
2019 setSharedElementEnterTransition(Transition transition) argument
2034 setSharedElementReturnTransition(Transition transition) argument
2065 setSharedElementExitTransition(Transition transition) argument
2078 setSharedElementReenterTransition(Transition transition) argument
[all...]

Completed in 5288 milliseconds

1234567891011>>