Searched refs:transition (Results 251 - 275 of 284) sorted by last modified time

<<1112

/frameworks/base/core/java/android/transition/
H A DSlide.java16 package android.transition;
36 * This transition tracks changes to the visibility of target views in the
H A DTransition.java17 package android.transition;
56 * captured property values. A custom transition knows what property values
58 * changes to those values. For example, the {@link Fade} transition tracks
72 * <p>Transitions can be declared in XML resource files inside the <code>res/transition</code>
74 * subclasses along with attributes to define some of the attributes of that transition.
75 * For example, here is a minimal resource file that declares a {@link ChangeBounds} transition:
77 * {@sample development/samples/ApiDemos/res/transition/changebounds.xml ChangeBounds}
79 * <p>This TransitionSet contains {@link android.transition.Explode} for visibility,
80 * {@link android.transition.ChangeBounds}, {@link android.transition
2297 onTransitionStart(Transition transition) argument
2308 onTransitionEnd(Transition transition) argument
2320 onTransitionCancel(Transition transition) argument
2332 onTransitionPause(Transition transition) argument
2343 onTransitionResume(Transition transition) argument
2359 Transition transition; field in class:Transition.AnimationInfo
2361 AnimationInfo(View view, String name, Transition transition, WindowId windowId, TransitionValues values) argument
2439 onGetEpicenter(Transition transition) argument
[all...]
H A DTransitionInflater.java17 package android.transition;
70 * @param resource The resource id of the transition to load
73 * transition cannot be loaded
98 * @param resource The resource id of the transition manager to load
101 * transition manager cannot be loaded
131 Transition transition = null;
149 transition = new Fade(mContext, attrs);
151 transition = new ChangeBounds(mContext, attrs);
153 transition = new Slide(mContext, attrs);
155 transition
238 getTargetIds(XmlPullParser parser, AttributeSet attrs, Transition transition) argument
[all...]
H A DTransitionListenerAdapter.java17 package android.transition;
21 * android.transition.Transition.TransitionListener}.
31 public void onTransitionStart(Transition transition) { argument
38 public void onTransitionEnd(Transition transition) { argument
45 public void onTransitionCancel(Transition transition) { argument
52 public void onTransitionPause(Transition transition) { argument
59 public void onTransitionResume(Transition transition) { argument
H A DTransitionManager.java17 package android.transition;
33 * transition objects with calls to {@link #setTransition(Scene, Transition)}
38 * only necessary if the application wants different transition behavior
42 * <code>res/transition</code> directory. TransitionManager resources consist of
44 * <code>transition</code> tags, each of which describe the relationship of
45 * that transition to the from/to scene information in that tag.
49 * {@sample development/samples/ApiDemos/res/transition/transitions_mgr.xml TransitionManager}
55 * <code>transition</code> attribute, there is a reference to a resource
56 * file in the <code>res/transition</code> directory which describes that
57 * transition
91 setDefaultTransition(Transition transition) argument
117 setTransition(Scene scene, Transition transition) argument
133 setTransition(Scene fromScene, Scene toScene, Transition transition) argument
184 changeScene(Scene scene, Transition transition) argument
223 sceneChangeRunTransition(final ViewGroup sceneRoot, final Transition transition) argument
247 MultiListener(Transition transition, ViewGroup sceneRoot) argument
321 sceneChangeSetup(ViewGroup sceneRoot, Transition transition) argument
381 go(Scene scene, Transition transition) argument
421 beginDelayedTransition(final ViewGroup sceneRoot, Transition transition) argument
[all...]
H A DTransitionPropagation.java16 package android.transition;
22 * in {@link android.transition.Transition#createAnimator(ViewGroup,
23 * TransitionValues, TransitionValues)}. A Transition such as {@link android.transition.Explode}
24 * defaults to using {@link android.transition.CircularPropagation} and Views closer to the
27 * Views will react simultaneously to the start of the transition.
36 * @param sceneRoot The root of the View hierarchy running the transition.
37 * @param transition The transition that created the Animator
40 * @return A start delay to use with the Animator created by <code>transition</code>. The
45 public abstract long getStartDelay(ViewGroup sceneRoot, Transition transition, argument
[all...]
H A DTransitionSet.java17 package android.transition;
37 * a {@link ChangeBounds}, followed by a Fade(Fade.OUT) transition.
46 * transition on the affected view targets:</p>
69 * play in sequence; when one child transition ends, the next child
70 * transition begins. Note that a transition does not end until all
72 * transition) end.
77 * Constructs an empty transition set. Add child transitions to the
130 * Adds child transition to this set. The order in which this child transition
142 addTransition(Transition transition) argument
327 removeTransition(Transition transition) argument
356 onTransitionStart(Transition transition) argument
364 onTransitionEnd(Transition transition) argument
[all...]
H A DTransitionUtils.java17 package android.transition;
H A DTransitionValues.java17 package android.transition;
27 * Data structure which holds cached values for the transition.
33 * example, the platform might store a property "alpha" in a transition
H A DTransitionValuesMaps.java17 package android.transition;
H A DTranslationAnimationCreator.java16 package android.transition;
23 import android.transition.Transition.TransitionListener;
31 * will not blink out or shift suddenly when the transition is interrupted.
53 Transition transition) {
78 transition.addListener(listener);
141 public void onTransitionStart(Transition transition) { argument
145 public void onTransitionEnd(Transition transition) { argument
148 transition.removeListener(this);
152 public void onTransitionCancel(Transition transition) { argument
156 public void onTransitionPause(Transition transition) { argument
51 createAnimation(View view, TransitionValues values, int viewPosX, int viewPosY, float startX, float startY, float endX, float endY, TimeInterpolator interpolator, Transition transition) argument
160 onTransitionResume(Transition transition) argument
[all...]
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 DVisibilityPropagation.java16 package android.transition;
/frameworks/base/core/java/android/view/
H A DViewGroup.java507 // views during a transition when they otherwise would have become gone/invisible
3027 * when executing an Activity transition. If this is false, child elements will move
3028 * individually during the transition.
3030 * @return True if the ViewGroup should be acted on together during an Activity transition.
3051 * in Activity transitions. If false, the ViewGroup won't transition,
3052 * only its children. If true, the entire ViewGroup will transition
3657 // In case view is detached while transition is running
5267 * object. By default, the transition object is null (so layout changes are not animated).
5269 * <p>Replacing a non-null transition will cause that previous transition t
5277 setLayoutTransition(LayoutTransition transition) argument
7051 requestTransitionStart(LayoutTransition transition) argument
[all...]
H A DViewRootImpl.java260 // For recents to freeform transition we need to keep drawing after the app receives information
1327 * depends upon, like the bounding rectangles of the affected views). So we add the transition
1330 * @param transition The LayoutTransition to be started on the next traversal.
1334 public void requestTransitionStart(LayoutTransition transition) { argument
1335 if (mPendingTransitions == null || !mPendingTransitions.contains(transition)) {
1339 mPendingTransitions.add(transition);
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
1373 * @see #setTransitionManager(android.transition.TransitionManager)
1867 * {@link android.transition.Visibility} as entering is governed by changing visibility from
1868 * {@link View#INVISIBLE} to {@link View#VISIBLE}. If <code>transition</code> is null,
1871 * @param transition Th
1874 setEnterTransition(Transition transition) argument
1891 setReturnTransition(Transition transition) argument
1905 setExitTransition(Transition transition) argument
1921 setReenterTransition(Transition transition) argument
1990 setSharedElementEnterTransition(Transition transition) argument
2005 setSharedElementReturnTransition(Transition transition) argument
2036 setSharedElementExitTransition(Transition transition) argument
2049 setSharedElementReenterTransition(Transition transition) argument
[all...]
/frameworks/base/core/java/android/view/autofill/
H A DAutofillPopupWindow.java26 import android.transition.Transition;
315 * @param transitionEpicenter The transition epicenter if animating.
332 * @param transitionEpicenter The transition epicenter if animating.
/frameworks/base/core/java/android/widget/
H A DMenuPopupWindow.java23 import android.transition.Transition;
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
2420 requestEnterTransition(Transition transition) argument
2473 startExitTransition(@onNull Transition transition, @Nullable final View anchorRoot, @Nullable final Rect epicenter, @NonNull final TransitionListener listener) argument
[all...]
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java86 import android.transition.Scene;
87 import android.transition.Transition;
88 import android.transition.TransitionInflater;
89 import android.transition.TransitionManager;
90 import android.transition.TransitionSet;
2780 Transition transition = defaultValue;
2781 if (transitionId != -1 && transitionId != R.transition.no_transition) {
2783 transition = inflater.inflateTransition(transitionId);
2784 if (transition instanceof TransitionSet &&
2785 ((TransitionSet)transition)
3185 setReturnTransition(Transition transition) argument
3195 setReenterTransition(Transition transition) argument
3205 setSharedElementReturnTransition(Transition transition) argument
3215 setSharedElementReenterTransition(Transition transition) argument
[all...]
/frameworks/base/core/java/com/android/internal/transition/
H A DEpicenterTranslateClipReveal.java16 package com.android.internal.transition;
27 import android.transition.TransitionValues;
28 import android.transition.Visibility;
40 * epicenter bounds during a visibility transition.
H A DTransitionConstants.java16 package com.android.internal.transition;
/frameworks/base/
H A Dcompiled-classes-phone4112 android.transition.ArcMotion
4113 android.transition.AutoTransition
4114 android.transition.ChangeBounds
4115 android.transition.ChangeBounds$1
4116 android.transition.ChangeBounds$2
4117 android.transition.ChangeBounds$3
4118 android.transition.ChangeBounds$4
4119 android.transition.ChangeBounds$5
4120 android.transition.ChangeBounds$6
4121 android.transition
[all...]
/frameworks/base/core/java/android/animation/
H A DLayoutTransition.java41 * <p>One of the core concepts of these transition animations is that there are two types of
42 * changes that cause the transition and four different animations that run because of
43 * those changes. The changes that trigger the transition are items being added to a container
44 * (referred to as an "appearing" transition) or removed from a container (also known as
49 * the transition may want different animations for the changing items depending on whether
71 * <p>The animations specified for the transition, both the defaults and any custom animations
72 * set on the transition object, are templates only. That is, these animations exist to hold the
75 * set automatically in the process of setting up the transition each time it runs. Each of the
84 * values when the transition begins. Custom animations will be similarly populated with
129 * from the container. This transition typ
1476 startTransition(LayoutTransition transition, ViewGroup container, View view, int transitionType) argument
1491 endTransition(LayoutTransition transition, ViewGroup container, View view, int transitionType) argument
[all...]
/frameworks/base/core/java/android/app/
H A DActivity.java79 import android.transition.Scene;
80 import android.transition.TransitionManager;
4505 * Cancels pending inputs and if an Activity Transition is to be run, starts the transition.
4522 * exit transition is running, including whether the background of the activity
4523 * is animating as a part of that transition.
4525 * @return true if a transition is currently running on this activity, false otherwise.
5215 * or {@link #finish} to specify an explicit transition animation to
5661 * Called when an activity you launched with an activity transition exposes this
5662 * Activity through a returning activity transition, giving you the resultCode
6854 * Postpone the entering activity transition whe
[all...]

Completed in 490 milliseconds

<<1112