Home
last modified time | relevance | path

Searched refs:ActivityOptions (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/core/java/android/app/
DActivityOptions.java32 public class ActivityOptions { class
128 public static ActivityOptions makeCustomAnimation(Context context, in makeCustomAnimation()
152 public static ActivityOptions makeCustomAnimation(Context context, in makeCustomAnimation()
154 ActivityOptions opts = new ActivityOptions(); in makeCustomAnimation()
207 public static ActivityOptions makeScaleUpAnimation(View source, in makeScaleUpAnimation()
209 ActivityOptions opts = new ActivityOptions(); in makeScaleUpAnimation()
240 public static ActivityOptions makeThumbnailScaleUpAnimation(View source, in makeThumbnailScaleUpAnimation()
263 public static ActivityOptions makeThumbnailScaleUpAnimation(View source, in makeThumbnailScaleUpAnimation()
285 public static ActivityOptions makeThumbnailScaleDownAnimation(View source, in makeThumbnailScaleDownAnimation()
290 private static ActivityOptions makeThumbnailAnimation(View source, in makeThumbnailAnimation()
[all …]
/frameworks/support/v4/jellybean/android/support/v4/app/
DActivityOptionsCompatJB.java19 import android.app.ActivityOptions;
30 ActivityOptions.makeCustomAnimation(context, enterResId, exitResId)); in makeCustomAnimation()
36 ActivityOptions.makeScaleUpAnimation(source, startX, startY, startWidth, startHeight)); in makeScaleUpAnimation()
42 ActivityOptions.makeThumbnailScaleUpAnimation(source, thumbnail, startX, startY)); in makeThumbnailScaleUpAnimation()
45 private final ActivityOptions mActivityOptions;
47 private ActivityOptionsCompatJB(ActivityOptions activityOptions) { in ActivityOptionsCompatJB()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
DRecents.java19 import android.app.ActivityOptions;
62 ActivityOptions opts = ActivityOptions.makeCustomAnimation(mContext, in toggleRecents()
172 ActivityOptions opts = ActivityOptions.makeThumbnailScaleDownAnimation( in toggleRecents()
175 new ActivityOptions.OnAnimationStartedListener() { in toggleRecents()
DRecentsPanelView.java24 import android.app.ActivityOptions;
676 ActivityOptions.makeThumbnailScaleUpAnimation( in handleOnClick()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSearchPanelView.java21 import android.app.ActivityOptions;
53 StatusBarPanel, ActivityOptions.OnAnimationStartedListener {
107 ActivityOptions opts = ActivityOptions.makeCustomAnimation(mContext, in startAssistActivity()
/frameworks/base/services/java/com/android/server/am/
DActivityRecord.java25 import android.app.ActivityOptions;
113 ActivityOptions pendingOptions; // most recently given options
668 pendingOptions = new ActivityOptions(options); in updateOptionsLocked()
672 void updateOptionsLocked(ActivityOptions options) { in updateOptionsLocked()
685 case ActivityOptions.ANIM_CUSTOM: in applyOptionsLocked()
692 case ActivityOptions.ANIM_SCALE_UP: in applyOptionsLocked()
703 case ActivityOptions.ANIM_THUMBNAIL_SCALE_UP: in applyOptionsLocked()
704 case ActivityOptions.ANIM_THUMBNAIL_SCALE_DOWN: in applyOptionsLocked()
705 boolean scaleUp = (animationType == ActivityOptions.ANIM_THUMBNAIL_SCALE_UP); in applyOptionsLocked()
732 ActivityOptions takeOptionsLocked() { in takeOptionsLocked()
[all …]
DActivityStackSupervisor.java37 import android.app.ActivityOptions;
690 ActivityOptions.abort(options); in startActivityMayWait()
1126 ActivityOptions.abort(options); in startActivityLocked()
1171 ActivityOptions.abort(options); in startActivityLocked()
1225 ActivityOptions.abort(options); in startActivityLocked()
1244 ActivityOptions.abort(options); in startActivityLocked()
1516 ActivityOptions.abort(options); in startActivityUncheckedLocked()
1611 ActivityOptions.abort(options); in startActivityUncheckedLocked()
1648 ActivityOptions.abort(options); in startActivityUncheckedLocked()
1673 ActivityOptions.abort(options); in startActivityUncheckedLocked()
[all …]
DTaskRecord.java24 import android.app.ActivityOptions;
276 ActivityOptions opts = r.takeOptionsLocked(); in performClearTaskLocked()
DActivityStack.java49 import android.app.ActivityOptions;
1265 ActivityOptions.abort(options); in resumeTopActivityLocked()
1280 ActivityOptions.abort(options); in resumeTopActivityLocked()
1312 ActivityOptions.abort(options); in resumeTopActivityLocked()
1715 ActivityOptions.abort(options); in startActivityLocked()
1818 ActivityOptions.abort(options); in startActivityLocked()
1863 final ActivityOptions resetTargetTaskIfNeededLocked(TaskRecord task, boolean forceReset) { in resetTargetTaskIfNeededLocked()
1864 ActivityOptions topOptions = null; in resetTargetTaskIfNeededLocked()
2148 ActivityOptions topOptions = null; in resetTaskIfNeededLocked()
2988 ActivityOptions.abort(options); in updateTransitLocked()
[all …]
DActivityManagerService.java74 import android.app.ActivityOptions;
3197 ActivityOptions.abort(options); in startNextMatchingActivity()
3202 ActivityOptions.abort(options); in startNextMatchingActivity()
3247 ActivityOptions.abort(options); in startNextMatchingActivity()
7027 ActivityOptions.abort(options);
7036 ActivityOptions.abort(options);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardActivityLauncher.java22 import android.app.ActivityOptions;
163 : ActivityOptions.makeCustomAnimation(context, 0, 0).toBundle(); in launchActivity()
DKeyguardHostView.java25 import android.app.ActivityOptions;
859 ActivityOptions opts = ActivityOptions.makeScaleUpAnimation(view, in onClickHandler()
1718 final ActivityOptions opts = ActivityOptions.makeCustomAnimation(mContext, in showAssistant()
/frameworks/base/docs/html/about/versions/
Dandroid-4.1.jd63 <li><a href="#ActivityOptions">Activity launch animations</a></li>
644 <h3 id="ActivityOptions">Activity launch animations</h3>
648 android.app.ActivityOptions} APIs to build a {@link android.os.Bundle} that you can
653 <p>The {@link android.app.ActivityOptions} class includes a different method for each
656 <dt>{@link android.app.ActivityOptions#makeScaleUpAnimation makeScaleUpAnimation()}</dt>
660 <dt>{@link android.app.ActivityOptions#makeThumbnailScaleUpAnimation
665 <dt>{@link android.app.ActivityOptions#makeCustomAnimation
Djelly-bean.jd1385 <p>You can use a new helper class, <strong>ActivityOptions</strong>, to create and control the anim…
/frameworks/base/core/java/android/widget/
DRemoteViews.java19 import android.app.ActivityOptions;
213 ActivityOptions opts = ActivityOptions.makeScaleUpAnimation(view, in onClickHandler()
/frameworks/base/docs/html/sdk/api_diff/16/
DmissingSinces.txt4 NO DOC BLOCK: android.app.ActivityOptions Class
/frameworks/base/api/
Dcurrent.txt3075 public class ActivityOptions {
3076 …method public static android.app.ActivityOptions makeCustomAnimation(android.content.Context, int,…
3077 …method public static android.app.ActivityOptions makeScaleUpAnimation(android.view.View, int, int,…
3078 …method public static android.app.ActivityOptions makeThumbnailScaleUpAnimation(android.view.View, …
3080 method public void update(android.app.ActivityOptions);
/frameworks/base/docs/html/
Dsitemap.txt897 http://developer.android.com/reference/android/app/ActivityOptions.html