HomeSort by relevance Sort by last modified time
    Searched refs:ActivityOptions (Results 1 - 12 of 12) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/app/
Animation.java 24 import android.app.ActivityOptions;
98 ActivityOptions opts = ActivityOptions.makeCustomAnimation(Animation.this,
112 ActivityOptions opts = ActivityOptions.makeCustomAnimation(Animation.this,
123 ActivityOptions opts = ActivityOptions.makeScaleUpAnimation(
142 ActivityOptions opts = ActivityOptions.makeThumbnailScaleUpAnimation(
  /frameworks/base/core/java/android/app/
ActivityOptions.java 32 public class ActivityOptions {
116 * Create an ActivityOptions specifying a custom animation to run when
125 * @return Returns a new ActivityOptions object that you can use to
128 public static ActivityOptions makeCustomAnimation(Context context,
134 * Create an ActivityOptions specifying a custom animation to run when
148 * @return Returns a new ActivityOptions object that you can use to
152 public static ActivityOptions makeCustomAnimation(Context context,
154 ActivityOptions opts = new ActivityOptions();
180 * Callback for use with {@link ActivityOptions#makeThumbnailScaleUpAnimation
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SearchPanelView.java 20 import android.app.ActivityOptions;
49 StatusBarPanel, ActivityOptions.OnAnimationStartedListener {
79 ActivityOptions opts = ActivityOptions.makeCustomAnimation(mContext,
  /frameworks/base/services/java/com/android/server/am/
ActivityRecord.java 24 import android.app.ActivityOptions;
100 ActivityOptions pendingOptions; // most recently given options
591 pendingOptions = new ActivityOptions(options);
599 case ActivityOptions.ANIM_CUSTOM:
606 case ActivityOptions.ANIM_SCALE_UP:
617 case ActivityOptions.ANIM_THUMBNAIL:
618 case ActivityOptions.ANIM_THUMBNAIL_DELAYED:
619 boolean delayed = (animationType == ActivityOptions.ANIM_THUMBNAIL_DELAYED);
    [all...]
ActivityStack.java 28 import android.app.ActivityOptions;
    [all...]
ActivityManagerService.java 37 import android.app.ActivityOptions;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsPanelView.java 23 import android.app.ActivityOptions;
768 ActivityOptions opts = ActivityOptions.makeDelayedThumbnailScaleUpAnimation(
770 new ActivityOptions.OnAnimationStartedListener() {
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java 54 import android.app.ActivityOptions;
529 int mNextAppTransitionType = ActivityOptions.ANIM_NONE;
    [all...]
  /frameworks/base/core/java/android/widget/
RemoteViews.java 19 import android.app.ActivityOptions;
161 ActivityOptions opts = ActivityOptions.makeScaleUpAnimation(view,
    [all...]
  /packages/apps/Phone/src/com/android/phone/
InCallScreen.java 20 import android.app.ActivityOptions;
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java 31 import android.app.ActivityOptions;
    [all...]
  /prebuilts/sdk/current/
android.jar 

Completed in 753 milliseconds