Searched refs:transition (Results 251 - 275 of 288) sorted by relevance

<<1112

/frameworks/base/core/java/android/app/
H A DActivityTransitionState.java21 import android.transition.Transition;
89 * Has an exit transition been started? If so, we don't want to double-exit.
94 * Postpone painting and starting the enter transition until this is false.
99 * Potential exit transition coordinators.
H A DBackStackRecord.java523 public FragmentTransaction setTransition(int transition) { argument
524 mTransition = transition;
/frameworks/base/core/java/android/transition/
H A DChangeImageTransform.java16 package android.transition;
35 * scene change and animates it during the transition.
141 * @param sceneRoot The root of the transition hierarchy.
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 DExplode.java16 package android.transition;
30 * This transition tracks changes to the visibility of target views in the
H A DSlide.java16 package android.transition;
36 * This transition tracks changes to the visibility of target views in the
H A DTransitionUtils.java17 package android.transition;
/frameworks/base/core/java/android/view/autofill/
H A DAutofillPopupWindow.java26 import android.transition.Transition;
342 * @param transitionEpicenter The transition epicenter if animating.
359 * @param transitionEpicenter The transition epicenter if animating.
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/page/
H A DGridFragment.java21 import android.support.v17.leanback.transition.TransitionHelper;
/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/page/
H A DGridFragment.java21 import android.support.v17.leanback.transition.TransitionHelper;
/frameworks/support/transition/api14/android/support/transition/
H A DViewOverlayApi14.java17 package android.support.transition;
/frameworks/support/transition/src/android/support/transition/
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 DSlide.java17 package android.support.transition;
43 * This transition tracks changes to the visibility of target views in the
/frameworks/support/transition/tests/src/android/support/transition/
H A DArcMotionTest.java17 package android.support.transition;
H A DVisibilityTest.java17 package android.support.transition;
H A DFadeTest.java17 package android.support.transition;
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DVerticalGridPresenter.java19 import android.support.v17.leanback.transition.TransitionHelper;
393 * Changes the visibility of views. The entrance transition will be run against the views that
398 * @param afterEntrance true if children of vertical grid participating in entrance transition
H A DGuidedActionsStylist.java34 import android.support.v17.leanback.transition.TransitionEpicenterCallback;
35 import android.support.v17.leanback.transition.TransitionHelper;
36 import android.support.v17.leanback.transition.TransitionListener;
931 * override the method, instead app can provide its own drawable that supports transition
1071 * Expands or collapse the sub actions list view with transition animation
1083 * Returns true if it is running an expanding or collapsing transition, false otherwise.
1084 * @return True if it is running an expanding or collapsing transition, false otherwise.
1094 * @return True if it is running an expanding or collapsing transition, false otherwise.
1101 * Start transition to expand or collapse GuidedActionStylist.
1161 * @param withTransition True to run transition animatio
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DMenuPopupWindow.java31 import android.transition.Transition;
/frameworks/base/config/
H A Dcompiled-classes-phone4169 android.transition.ArcMotion
4170 android.transition.AutoTransition
4171 android.transition.ChangeBounds
4172 android.transition.ChangeBounds$1
4173 android.transition.ChangeBounds$2
4174 android.transition.ChangeBounds$3
4175 android.transition.ChangeBounds$4
4176 android.transition.ChangeBounds$5
4177 android.transition.ChangeBounds$6
4178 android.transition
[all...]
H A Dpreloaded-classes2147 android.transition.AutoTransition
2148 android.transition.ChangeBounds
2149 android.transition.ChangeBounds$1
2150 android.transition.ChangeBounds$2
2151 android.transition.ChangeBounds$3
2152 android.transition.ChangeBounds$4
2153 android.transition.ChangeBounds$5
2154 android.transition.ChangeBounds$6
2155 android.transition.ChangeClipBounds
2156 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/support/fragment/java/android/support/v4/app/
H A DBackStackRecord.java501 public FragmentTransaction setTransition(int transition) { argument
502 mTransition = transition;
/frameworks/base/services/core/jni/
H A Dcom_android_server_location_GnssLocationProvider.cpp488 GeofenceTransition transition,
506 GeofenceTransition transition,
516 transition,
503 gnssGeofenceTransitionCb( int32_t geofenceId, const android::hardware::gnss::V1_0::GnssLocation& location, GeofenceTransition transition, hardware::gnss::V1_0::GnssUtcTime timestamp) argument

Completed in 2276 milliseconds

<<1112