Searched refs:transition (Results 201 - 225 of 288) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/transition/
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...]
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,
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
/frameworks/support/transition/src/android/support/transition/
H A DChangeBounds.java17 package android.support.transition;
46 * This transition captures the layout bounds of target views before and after
47 * the scene change and animates those changes during the transition.
49 * <p>A ChangeBounds transition can be described in a resource file by using the
193 * {@link android.transition.ChangeClipBounds} is not compatible with ChangeBounds
394 public void onTransitionCancel(@NonNull Transition transition) {
400 public void onTransitionEnd(@NonNull Transition transition) {
404 transition.removeListener(this);
408 public void onTransitionPause(@NonNull Transition transition) {
413 public void onTransitionResume(@NonNull Transition transition) {
[all...]
H A DChangeClipBounds.java17 package android.support.transition;
32 * scene change and animates those changes during the transition.
H A DMatrixUtils.java17 package android.support.transition;
H A DPatternPathMotion.java17 package android.support.transition;
34 * <p>This may be used in XML as an element inside a transition.</p>
H A DScene.java17 package android.support.transition;
161 * combination of the these. No transition will be run when the
162 * scene is entered. To get transition behavior in scene changes,
163 * use one of the methods in {@link android.support.transition.TransitionManager} instead.
224 * @see android.support.transition.Scene(android.view.ViewGroup, android.view.ViewGroup)
244 * @see android.support.transition.Scene(android.view.ViewGroup, android.view.ViewGroup)
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
/frameworks/support/design/src/android/support/design/internal/
H A DBottomNavigationMenuView.java27 import android.support.transition.AutoTransition;
28 import android.support.transition.TransitionManager;
29 import android.support.transition.TransitionSet;
/frameworks/support/fragment/java/android/support/v4/app/
H A DFragment.java210 // The animation and transition information for the fragment. This will be null
1740 * When custom transitions are used with Fragments, the enter transition callback
1751 * When custom transitions are used with Fragments, the exit transition callback
1765 * {@link android.transition.Visibility} as entering is governed by changing visibility from
1766 * {@link View#INVISIBLE} to {@link View#VISIBLE}. If <code>transition</code> is null,
1769 * @param transition The Transition to use to move Views into the initial Scene.
1771 public void setEnterTransition(Object transition) { argument
1772 ensureAnimationInfo().mEnterTransition = transition;
1779 * {@link android.transition.Visibility} as entering is governed by changing visibility from
1796 * {@link android.transition
1805 setReturnTransition(Object transition) argument
1842 setExitTransition(Object transition) argument
1878 setReenterTransition(Object transition) argument
1911 setSharedElementEnterTransition(Object transition) argument
1943 setSharedElementReturnTransition(Object transition) argument
[all...]
/frameworks/support/v17/leanback/kitkat/android/support/v17/leanback/transition/
H A DSlideKitkat.java16 package android.support.v17.leanback.transition;
26 import android.transition.TransitionValues;
27 import android.transition.Visibility;
/frameworks/support/transition/api14/android/support/transition/
H A DViewGroupUtilsApi14.java17 package android.support.transition;
/frameworks/base/core/java/android/app/
H A DActivityOptions.java37 import android.transition.Transition;
38 import android.transition.TransitionListenerAdapter;
39 import android.transition.TransitionManager;
155 * Descriptions of app transition animations to be played during the activity launch.
607 * Create an ActivityOptions to transition between Activities using cross-Activity scene
614 * enabled on the calling Activity to cause an exit transition. The same must be in
615 * the called Activity to get an entering transition.</p>
617 * @param sharedElement The View to transition to the started Activity.
622 * @see android.transition.Transition#setEpicenterCallback(
623 * android.transition
1444 onTransitionEnd(Transition transition) 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/libs/input/
H A DPointerController.h100 virtual void fade(Transition transition);
101 virtual void unfade(Transition transition);
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DZenFooter.java23 import android.transition.AutoTransition;
24 import android.transition.TransitionManager;
H A DVolumeDialogImpl.java47 import android.transition.AutoTransition;
48 import android.transition.Transition;
49 import android.transition.TransitionManager;
983 AutoTransition transition = new AutoTransition();
984 transition.setDuration(mExpandButtonAnimationDuration);
985 transition.setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN);
986 transition.addListener(new Transition.TransitionListener() {
988 public void onTransitionStart(Transition transition) {
992 public void onTransitionEnd(Transition transition) {
998 public void onTransitionCancel(Transition transition) {
[all...]
/frameworks/support/transition/tests/src/android/support/transition/
H A DExplodeTest.java17 package android.support.transition;
28 import android.support.transition.test.R;
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DVerticalGridFragment.java21 import android.support.v17.leanback.transition.TransitionHelper;
247 R.transition.lb_vertical_grid_entrance_transition);
H A DVerticalGridSupportFragment.java18 import android.support.v17.leanback.transition.TransitionHelper;
244 R.transition.lb_vertical_grid_entrance_transition);
/frameworks/base/services/core/java/com/android/server/wm/
H A DAccessibilityController.java171 public void onAppWindowTransitionLocked(WindowState windowState, int transition) { argument
173 mDisplayMagnifier.onAppWindowTransitionLocked(windowState, transition);
178 public void onWindowTransitionLocked(WindowState windowState, int transition) { argument
180 mDisplayMagnifier.onWindowTransitionLocked(windowState, transition);
346 public void onAppWindowTransitionLocked(WindowState windowState, int transition) { argument
348 Slog.i(LOG_TAG, "Window transition: "
349 + AppTransition.appTransitionToString(transition)
354 switch (transition) {
367 public void onWindowTransitionLocked(WindowState windowState, int transition) { argument
369 Slog.i(LOG_TAG, "Window transition
[all...]

Completed in 411 milliseconds

1234567891011>>