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

123456789

/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...]
H A DFragment.java38 import android.transition.Transition;
39 import android.transition.TransitionInflater;
40 import android.transition.TransitionSet;
391 // The animation and transition information for the fragment. This will be null
1974 * When custom transitions are used with Fragments, the enter transition callback
1991 * When custom transitions are used with Fragments, the exit transition callback
2011 * {@link android.transition.Visibility} as entering is governed by changing visibility from
2012 * {@link View#INVISIBLE} to {@link View#VISIBLE}. If <code>transition</code> is null,
2015 * @param transition The Transition to use to move Views into the initial Scene.
2018 public void setEnterTransition(Transition transition) { argument
2055 setReturnTransition(Transition transition) argument
2095 setExitTransition(Transition transition) argument
2134 setReenterTransition(Transition transition) argument
2171 setSharedElementEnterTransition(Transition transition) argument
2207 setSharedElementReturnTransition(Transition transition) argument
2364 shouldChangeTransition(Transition transition, Transition defaultValue) argument
[all...]
/frameworks/base/core/java/android/widget/
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
2429 requestEnterTransition(Transition transition) argument
2482 startExitTransition(@onNull Transition transition, @Nullable final View anchorRoot, @Nullable final Rect epicenter, @NonNull final TransitionListener listener) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarView.java129 public void startTransition(LayoutTransition transition, ViewGroup container, argument
135 mStartDelay = transition.getStartDelay(transitionType);
136 mDuration = transition.getDuration(transitionType);
137 mInterpolator = transition.getInterpolator(transitionType);
142 public void endTransition(LayoutTransition transition, ViewGroup container, argument
/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/services/core/java/com/android/server/wm/
H A DAppTransition.java94 // transition, mNextAppTransition will be the kind of transition to
97 // made visible or hidden at the next transition.
102 /** Not set up for a transition. */
104 /** No animation for transition. */
201 // These are the possible states for the enter/exit activities during a thumbnail transition
362 /** Returns whether the next thumbnail transition is aspect scaled up. */
368 /** Returns whether the next thumbnail transition is scaling up. */
384 * @return true if and only if we are currently fetching app transition specs from the future
421 // Prolong the start for the transition whe
1875 appTransitionToString(int transition) argument
[all...]
/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
/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/base/core/java/android/view/
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
1402 * @see #setTransitionManager(android.transition.TransitionManager)
1896 * {@link android.transition.Visibility} as entering is governed by changing visibility from
1897 * {@link View#INVISIBLE} to {@link View#VISIBLE}. If <code>transition</code> is null,
1900 * @param transition Th
1903 setEnterTransition(Transition transition) argument
1920 setReturnTransition(Transition transition) argument
1934 setExitTransition(Transition transition) argument
1950 setReenterTransition(Transition transition) argument
2019 setSharedElementEnterTransition(Transition transition) argument
2034 setSharedElementReturnTransition(Transition transition) argument
2065 setSharedElementExitTransition(Transition transition) argument
2078 setSharedElementReenterTransition(Transition transition) argument
[all...]
H A DViewGroup.java507 // views during a transition when they otherwise would have become gone/invisible
3034 * when executing an Activity transition. If this is false, child elements will move
3035 * individually during the transition.
3037 * @return True if the ViewGroup should be acted on together during an Activity transition.
3058 * in Activity transitions. If false, the ViewGroup won't transition,
3059 * only its children. If true, the entire ViewGroup will transition
3679 // In case view is detached while transition is running
5289 * object. By default, the transition object is null (so layout changes are not animated).
5291 * <p>Replacing a non-null transition will cause that previous transition t
5299 setLayoutTransition(LayoutTransition transition) argument
7073 requestTransitionStart(LayoutTransition transition) argument
[all...]
H A DViewRootImpl.java257 // For recents to freeform transition we need to keep drawing after the app receives information
1333 * depends upon, like the bounding rectangles of the affected views). So we add the transition
1336 * @param transition The LayoutTransition to be started on the next traversal.
1340 public void requestTransitionStart(LayoutTransition transition) { argument
1341 if (mPendingTransitions == null || !mPendingTransitions.contains(transition)) {
1345 mPendingTransitions.add(transition);
/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;
2787 Transition transition = defaultValue;
2788 if (transitionId != -1 && transitionId != R.transition.no_transition) {
2790 transition = inflater.inflateTransition(transitionId);
2791 if (transition instanceof TransitionSet &&
2792 ((TransitionSet)transition)
3192 setReturnTransition(Transition transition) argument
3202 setReenterTransition(Transition transition) argument
3212 setSharedElementReturnTransition(Transition transition) argument
3222 setSharedElementReenterTransition(Transition transition) argument
[all...]
/frameworks/base/services/core/java/com/android/server/location/
H A DGnssLocationProvider.java1968 * Called from native to report GPS Geofence transition
1971 private void reportGeofenceTransition(int geofenceId, Location location, int transition, argument
1980 transition,
/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 660 milliseconds

123456789