android.app.ActivityOptions Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
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 startWidth, int startHeight) { 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 void update(android.app.ActivityOptions otherOptions) { throw new RuntimeException("Stub!"); }
public android.os.Bundle toBundle() { throw new RuntimeException("Stub!"); }
}