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

<<11

/frameworks/base/core/java/android/view/autofill/
H A DAutofillPopupWindow.java27 import android.transition.Transition;
397 * @param transitionEpicenter The transition epicenter if animating.
414 * @param transitionEpicenter The transition epicenter if animating.
/frameworks/base/config/
H A Dpreloaded-classes3063 android.transition.AutoTransition
3064 android.transition.ChangeBounds
3065 android.transition.ChangeBounds$1
3066 android.transition.ChangeBounds$2
3067 android.transition.ChangeBounds$3
3068 android.transition.ChangeBounds$4
3069 android.transition.ChangeBounds$5
3070 android.transition.ChangeBounds$6
3071 android.transition.ChangeClipBounds
3072 android.transition
[all...]
H A Dboot-image-profile.txt319 HPLandroid/app/ActivityTransitionCoordinator$ContinueTransitionListener;->onTransitionEnd(Landroid/transition/Transition;)V
320 HPLandroid/app/ActivityTransitionCoordinator$ContinueTransitionListener;->onTransitionStart(Landroid/transition/Transition;)V
321 HPLandroid/app/ActivityTransitionCoordinator$FixedEpicenterCallback;->onGetEpicenter(Landroid/transition/Transition;)Landroid/graphics/Rect;
330 HPLandroid/app/ActivityTransitionCoordinator;->configureTransition(Landroid/transition/Transition;Z)Landroid/transition/Transition;
333 HPLandroid/app/ActivityTransitionCoordinator;->findIncludedViews(Landroid/transition/Transition;Ljava/util/ArrayList;Landroid/util/ArraySet;)V
341 HPLandroid/app/ActivityTransitionCoordinator;->getViewsTransition()Landroid/transition/Transition;
350 HPLandroid/app/ActivityTransitionCoordinator;->noLayoutSuppressionForVisibilityTransitions(Landroid/transition/Transition;)V
363 HPLandroid/app/ActivityTransitionCoordinator;->setTargets(Landroid/transition/Transition;Z)Landroid/transition/Transitio
[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 DBackStackRecord.java523 public FragmentTransaction setTransition(int transition) { argument
524 mTransition = transition;
H A DActivity.java79 import android.transition.Scene;
80 import android.transition.TransitionManager;
4619 * Cancels pending inputs and if an Activity Transition is to be run, starts the transition.
4636 * exit transition is running, including whether the background of the activity
4637 * is animating as a part of that transition.
4639 * @return true if a transition is currently running on this activity, false otherwise.
5337 * or {@link #finish} to specify an explicit transition animation to
5787 * Called when an activity you launched with an activity transition exposes this
5788 * Activity through a returning activity transition, giving you the resultCode
6996 * Postpone the entering activity transition whe
[all...]
/frameworks/support/fragment/src/main/java/androidx/fragment/app/
H A DBackStackRecord.java506 public FragmentTransaction setTransition(int transition) { argument
507 mTransition = transition;
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DListRowPresenter.java25 import androidx.leanback.transition.TransitionHelper;
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DZenModePanel.java1040 public void startTransition(LayoutTransition transition, argument
1047 public void endTransition(LayoutTransition transition, argument
/frameworks/base/core/java/android/view/
H A DViewGroup.java564 // views during a transition when they otherwise would have become gone/invisible
3096 * when executing an Activity transition. If this is false, child elements will move
3097 * individually during the transition.
3099 * @return True if the ViewGroup should be acted on together during an Activity transition.
3120 * in Activity transitions. If false, the ViewGroup won't transition,
3121 * only its children. If true, the entire ViewGroup will transition
3755 // In case view is detached while transition is running
5407 * object. By default, the transition object is null (so layout changes are not animated).
5409 * <p>Replacing a non-null transition will cause that previous transition t
5417 setLayoutTransition(LayoutTransition transition) argument
7220 requestTransitionStart(LayoutTransition transition) argument
[all...]
H A DViewRootImpl.java268 // For recents to freeform transition we need to keep drawing after the app receives information
1401 * depends upon, like the bounding rectangles of the affected views). So we add the transition
1404 * @param transition The LayoutTransition to be started on the next traversal.
1408 public void requestTransitionStart(LayoutTransition transition) { argument
1409 if (mPendingTransitions == null || !mPendingTransitions.contains(transition)) {
1413 mPendingTransitions.add(transition);
/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransition.java135 // transition, mNextAppTransition will be the kind of transition to
138 // made visible or hidden at the next transition.
185 * Refers to the transition to activity started by using {@link
194 // These are the possible states for the enter/exit activities during a thumbnail transition
356 /** Returns whether the next thumbnail transition is aspect scaled up. */
362 /** Returns whether the next thumbnail transition is scaling up. */
383 * @return true if and only if we are currently fetching app transition specs from the future
457 * boost the priorities to a more important value whenever an app transition is going to happen
458 * soon or an app transition i
1941 appTransitionToString(int transition) argument
[all...]
/frameworks/base/services/core/jni/
H A Dcom_android_server_location_GnssLocationProvider.cpp590 GeofenceTransition transition,
608 GeofenceTransition transition,
618 transition,
605 gnssGeofenceTransitionCb( int32_t geofenceId, const GnssLocation& location, GeofenceTransition transition, hardware::gnss::V1_0::GnssUtcTime timestamp) argument
/frameworks/support/leanback/src/main/java/androidx/leanback/app/
H A DGuidedStepFragment.java45 import androidx.leanback.transition.TransitionHelper;
85 * {@link #setUiStyle(int)} to select fragment transition and remember the stack entry where it
162 * used to select fragment transition. The value is initially {@link #UI_STYLE_ENTRANCE} and
172 * the transition settings after fragment has been created, in order to force current
173 * GuidedStepFragment run a return transition of {@link #UI_STYLE_ENTRANCE}</li>
189 * <li>Enter transition slides in from END(right), exit transition same as
207 * <li>Enter transition slides in from two sides, exit transition slide out to START(left).
208 * Background will be faded in. Note: Changing exit transition b
[all...]
H A DGuidedStepSupportFragment.java42 import androidx.leanback.transition.TransitionHelper;
82 * {@link #setUiStyle(int)} to select fragment transition and remember the stack entry where it
157 * used to select fragment transition. The value is initially {@link #UI_STYLE_ENTRANCE} and
167 * the transition settings after fragment has been created, in order to force current
168 * GuidedStepSupportFragment run a return transition of {@link #UI_STYLE_ENTRANCE}</li>
184 * <li>Enter transition slides in from END(right), exit transition same as
202 * <li>Enter transition slides in from two sides, exit transition slide out to START(left).
203 * Background will be faded in. Note: Changing exit transition b
[all...]
/frameworks/base/services/core/java/com/android/server/location/
H A DGnssLocationProvider.java2044 * Called from native to report GPS Geofence transition
2047 private void reportGeofenceTransition(int geofenceId, Location location, int transition, argument
2056 transition,
/frameworks/support/leanback/src/androidTest/java/androidx/leanback/app/
H A DDetailsFragmentTest.java49 import androidx.leanback.transition.TransitionHelper;
900 // the pending enter transition flag should be automatically cleared
994 // the pending enter transition flag should be automatically cleared
1135 // when enter transition is not supported, mCanUseHost is immmediately true
1138 // calling switchToVideo() between prepareEntranceTransition and entrance transition
1157 // once Entrance transition is finished, mCanUseHost will be true
H A DDetailsSupportFragmentTest.java46 import androidx.leanback.transition.TransitionHelper;
897 // the pending enter transition flag should be automatically cleared
991 // the pending enter transition flag should be automatically cleared
1132 // when enter transition is not supported, mCanUseHost is immmediately true
1135 // calling switchToVideo() between prepareEntranceTransition and entrance transition
1154 // once Entrance transition is finished, mCanUseHost will be true
/frameworks/base/tools/aapt/
H A DResource.cpp214 || type == "transition" || type == "font"
1339 ASSIGN_IT(transition);
1363 !applyFileOverlay(bundle, assets, &transitions, "transition") ||
1432 err = makeFileResources(bundle, assets, &table, transitions, "transition");
1586 ResourceDirIterator it(transitions, String8("transition"));
3229 const String8 kTransition("transition");
3230 const String8 kTransitionPrefix("transition-");
3243 // tag:attribute pairs that should be checked in transition files.
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 594 milliseconds

<<11