Searched defs:transition (Results 151 - 175 of 214) sorted by relevance

123456789

/frameworks/support/v17/leanback/kitkat/android/support/v17/leanback/transition/
H A DTransitionHelperKitkat.java14 package android.support.v17.leanback.transition;
20 import android.transition.AutoTransition;
21 import android.transition.ChangeBounds;
22 import android.transition.Fade;
23 import android.transition.Scene;
24 import android.transition.Transition;
25 import android.transition.TransitionInflater;
26 import android.transition.TransitionManager;
27 import android.transition.TransitionSet;
28 import android.transition
54 addTransition(Object transitionSet, Object transition) argument
156 setStartDelay(Object transition, long startDelay) argument
160 setDuration(Object transition, long duration) argument
164 exclude(Object transition, int targetId, boolean exclude) argument
168 exclude(Object transition, View targetView, boolean exclude) argument
172 excludeChildren(Object transition, int targetId, boolean exclude) argument
176 excludeChildren(Object transition, View targetView, boolean exclude) argument
180 include(Object transition, int targetId) argument
184 include(Object transition, View targetView) argument
188 addTransitionListener(Object transition, final TransitionListener listener) argument
223 removeTransitionListener(Object transition, final TransitionListener listener) argument
232 runTransition(Object scene, Object transition) argument
236 setInterpolator(Object transition, Object timeInterpolator) argument
240 addTarget(Object transition, View view) argument
[all...]
/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 DCrossfade.java17 package android.transition;
39 * This transition captures bitmap representations of target views before and
42 * <p>Note: This transition is not compatible with {@link TextureView}
49 // a given target view. This would save bitmap comparisons in this transition, for example.
94 * Flag specifying that the transition should not animate any
97 * this transition
103 * Flag specifying that the transition should animate any
122 * transition is run.
143 * transition animation, one of {@link #RESIZE_BEHAVIOR_NONE} and
147 * transition i
[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 DSlide.java16 package android.transition;
36 * This transition tracks changes to the visibility of target views in the
H A DChangeTransform.java16 package android.transition;
38 * scene change and animates those changes during the transition.
42 * transition.
122 * @return <code>true</code> when a changed parent should execute the transition
145 * transition inside the scene root's overlay or <code>false</code>
481 public void onTransitionEnd(Transition transition) { argument
482 transition.removeListener(this);
490 public void onTransitionPause(Transition transition) { argument
495 public void onTransitionResume(Transition transition) { argument
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 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
408 public void onTransitionCancel(Transition transition) {
[all...]
/frameworks/support/transition/api14/android/support/transition/
H A DGhostViewApi14.java17 package android.support.transition;
/frameworks/support/transition/src/android/support/transition/
H A DArcMotion.java17 package android.support.transition;
40 * <p>This may be used in XML as an element inside a transition.</p>
H A DChangeImageTransform.java17 package android.support.transition;
37 * scene change and animates it during the transition.
121 * @param sceneRoot The root of the transition hierarchy.
H A DExplode.java17 package android.support.transition;
31 * This transition tracks changes to the visibility of target views in the
H A DFade.java17 package android.support.transition;
34 * This transition tracks changes to the visibility of target views in the
40 * <p>The ability of this transition to fade out a particular view, and the
58 * <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
76 * Fading mode used in {@link #Fade(int)} to make the transition
83 * Constructs a Fade transition that will fade targets in
86 * @param fadingMode The behavior of this transition, a combination of
94 * Constructs a Fade transition that will fade targets in and out.
133 public void onTransitionEnd(@NonNull Transition transition) {
[all...]
H A DSlide.java17 package android.support.transition;
43 * This transition tracks changes to the visibility of target views in the
H A DTranslationAnimationCreator.java17 package android.support.transition;
29 * will not blink out or shift suddenly when the transition is interrupted.
H A DViewUtils.java17 package android.support.transition;
H A DChangeTransform.java17 package android.support.transition;
41 * scene change and animates those changes during the transition.
45 * transition.
131 * @return <code>true</code> when a changed parent should execute the transition
153 * transition inside the scene root's overlay or <code>false</code>
520 public void onTransitionEnd(@NonNull Transition transition) { argument
521 transition.removeListener(this);
528 public void onTransitionPause(@NonNull Transition transition) { argument
533 public void onTransitionResume(@NonNull Transition transition) { argument
H A DTransitionSet.java17 package android.support.transition;
43 * a {@link ChangeBounds}, followed by a Fade(Fade.OUT) transition.
51 * transition on the affected view targets:</p>
75 * play in sequence; when one child transition ends, the next child
76 * transition begins. Note that a transition does not end until all
78 * transition) end.
83 * Constructs an empty transition set. Add child transitions to the
137 * Adds child transition to this set. The order in which this child transition
150 addTransition(@onNull Transition transition) argument
351 removeTransition(@onNull Transition transition) argument
383 onTransitionStart(@onNull Transition transition) argument
391 onTransitionEnd(@onNull Transition transition) argument
[all...]
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...]
/frameworks/support/transition/tests/src/android/support/transition/
H A DChangeImageTransformTest.java17 package android.support.transition;
34 import android.support.transition.test.R;
H A DFadeTest.java17 package android.support.transition;
H A DFragmentTransitionTest.java17 package android.support.transition;
32 import android.support.transition.test.R;
217 final AutoTransition transition = new AutoTransition();
218 transition.addListener(listener);
219 transition.setDuration(10);
221 return transition;
/frameworks/support/v17/leanback/src/android/support/v17/leanback/transition/
H A DTransitionHelper.java14 package android.support.v17.leanback.transition;
68 void setEnterTransition(android.app.Fragment fragment, Object transition); argument
70 void setExitTransition(android.app.Fragment fragment, Object transition); argument
73 Object transition);
80 void setSharedElementEnterTransition(Window window, Object transition); argument
84 void setSharedElementReturnTransition(Window window, Object transition); argument
92 void setEnterTransition(Window window, Object transition); argument
96 void setReturnTransition(Window window, Object transition); argument
131 void addTransition(Object transitionSet, Object transition); argument
133 void addTransitionListener(Object transition, TransitionListene argument
72 setSharedElementEnterTransition(android.app.Fragment fragment, Object transition) argument
135 removeTransitionListener(Object transition, TransitionListener listener) argument
137 runTransition(Object scene, Object transition) argument
139 exclude(Object transition, int targetId, boolean exclude) argument
141 exclude(Object transition, View targetView, boolean exclude) argument
143 excludeChildren(Object transition, int targetId, boolean exclude) argument
145 excludeChildren(Object transition, View target, boolean exclude) argument
147 include(Object transition, int targetId) argument
149 include(Object transition, View targetView) argument
151 setStartDelay(Object transition, long startDelay) argument
153 setDuration(Object transition, long duration) argument
155 setInterpolator(Object transition, Object timeInterpolator) argument
157 addTarget(Object transition, View view) argument
184 setEnterTransition(android.app.Fragment fragment, Object transition) argument
188 setExitTransition(android.app.Fragment fragment, Object transition) argument
192 setSharedElementEnterTransition(android.app.Fragment fragment, Object transition) argument
216 setSharedElementReturnTransition(Window window, Object transition) argument
235 setEnterTransition(Window window, Object transition) argument
244 setReturnTransition(Window window, Object transition) argument
325 addTransition(Object transitionSet, Object transition) argument
329 exclude(Object transition, int targetId, boolean exclude) argument
333 exclude(Object transition, View targetView, boolean exclude) argument
337 excludeChildren(Object transition, int targetId, boolean exclude) argument
341 excludeChildren(Object transition, View targetView, boolean exclude) argument
345 include(Object transition, int targetId) argument
349 include(Object transition, View targetView) argument
353 setStartDelay(Object transition, long startDelay) argument
357 setDuration(Object transition, long duration) argument
361 addTransitionListener(Object transition, TransitionListener listener) argument
370 removeTransitionListener(Object transition, TransitionListener listener) argument
378 runTransition(Object scene, Object transition) argument
397 setInterpolator(Object transition, Object timeInterpolator) argument
401 addTarget(Object transition, View view) argument
491 addTransition(Object transitionSet, Object transition) argument
496 exclude(Object transition, int targetId, boolean exclude) argument
501 exclude(Object transition, View targetView, boolean exclude) argument
506 excludeChildren(Object transition, int targetId, boolean exclude) argument
511 excludeChildren(Object transition, View targetView, boolean exclude) argument
516 include(Object transition, int targetId) argument
521 include(Object transition, View targetView) argument
526 setStartDelay(Object transition, long startDelay) argument
531 setDuration(Object transition, long duration) argument
536 addTransitionListener(Object transition, TransitionListener listener) argument
541 removeTransitionListener(Object transition, TransitionListener listener) argument
546 runTransition(Object scene, Object transition) argument
551 setInterpolator(Object transition, Object timeInterpolator) argument
556 addTarget(Object transition, View view) argument
575 setEnterTransition(android.app.Fragment fragment, Object transition) argument
580 setExitTransition(android.app.Fragment fragment, Object transition) argument
585 setSharedElementEnterTransition(android.app.Fragment fragment, Object transition) argument
612 setSharedElementReturnTransition(Window window, Object transition) argument
637 beginDelayedTransition(ViewGroup sceneRoot, Object transition) argument
647 setEnterTransition(Window window, Object transition) argument
657 setReturnTransition(Window window, Object transition) argument
712 setSharedElementEnterTransition(Window window, Object transition) argument
720 setSharedElementReturnTransition(Window window, Object transition) argument
736 setEnterTransition(Window window, Object transition) argument
744 setReturnTransition(Window window, Object transition) argument
797 addTransition(Object transitionSet, Object transition) argument
801 exclude(Object transition, int targetId, boolean exclude) argument
805 exclude(Object transition, View targetView, boolean exclude) argument
809 excludeChildren(Object transition, int targetId, boolean exclude) argument
813 excludeChildren(Object transition, View targetView, boolean exclude) argument
817 include(Object transition, int targetId) argument
821 include(Object transition, View targetView) argument
825 setStartDelay(Object transition, long startDelay) argument
829 setDuration(Object transition, long duration) argument
841 addTransitionListener(Object transition, TransitionListener listener) argument
845 removeTransitionListener(Object transition, TransitionListener listener) argument
849 runTransition(Object scene, Object transition) argument
853 setInterpolator(Object transition, Object timeInterpolator) argument
857 addTarget(Object transition, View view) argument
869 setEnterTransition(android.app.Fragment fragment, Object transition) argument
873 setExitTransition(android.app.Fragment fragment, Object transition) argument
877 setSharedElementEnterTransition(android.app.Fragment fragment, Object transition) argument
887 setEnterTransition(android.support.v4.app.Fragment fragment, Object transition) argument
892 setExitTransition(android.support.v4.app.Fragment fragment, Object transition) argument
897 setSharedElementEnterTransition(android.support.v4.app.Fragment fragment, Object transition) argument
923 setEpicenterCallback(Object transition, TransitionEpicenterCallback callback) argument
940 setTransitionListener(Object transition, TransitionListener listener) argument
[all...]
/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardware.java43 * the {@link #GEOFENCE_UNCERTAIN} transition would be triggered. If the accuracy improves later,
44 * an appropriate transition would be triggered. The "reasonably confident" parameter
123 * The constant used to indicate that the transition requested for the geofence is invalid.
227 * called with the following parameters when a transition event occurs.
231 * <li> The transition associated with the geofence. One of
233 * <li> The timestamp when the geofence transition occured.
264 * transition.
507 public void onGeofenceTransition(int geofenceId, int transition, Location location, argument
511 c.onGeofenceTransition(geofenceId, transition, location, timestamp,
/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.

Completed in 320 milliseconds

123456789