FileDocCategorySizeDatePackage
ActivityOptions.javaAPI DocAndroid 5.1 API1377Sat Mar 14 14:09:34 GMT 2015android.app

ActivityOptions.java

package android.app;
public class ActivityOptions
{
ActivityOptions() { throw new RuntimeException("Stub!"); }
public static  android.app.ActivityOptions makeCustomAnimation(android.content.Context context, int enterResId, int exitResId) { throw new RuntimeException("Stub!"); }
public static  android.app.ActivityOptions makeScaleUpAnimation(android.view.View source, int startX, int startY, int width, int height) { throw new RuntimeException("Stub!"); }
public static  android.app.ActivityOptions makeThumbnailScaleUpAnimation(android.view.View source, android.graphics.Bitmap thumbnail, int startX, int startY) { throw new RuntimeException("Stub!"); }
public static  android.app.ActivityOptions makeSceneTransitionAnimation(android.app.Activity activity, android.view.View sharedElement, java.lang.String sharedElementName) { throw new RuntimeException("Stub!"); }
public static  android.app.ActivityOptions makeSceneTransitionAnimation(android.app.Activity activity, android.util.Pair<android.view.View, java.lang.String>... sharedElements) { throw new RuntimeException("Stub!"); }
public static  android.app.ActivityOptions makeTaskLaunchBehind() { throw new RuntimeException("Stub!"); }
public  void update(android.app.ActivityOptions otherOptions) { throw new RuntimeException("Stub!"); }
public  android.os.Bundle toBundle() { throw new RuntimeException("Stub!"); }
}