All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.app.ActivityOptions Maven / Gradle / Ivy

Go to download

provide android hidden api definition ,helper for android super framework development

There is a newer version: 1.11
Show newest version
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!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy