Merge "Deprecate Movie.java"
This commit is contained in:
committed by
Android (Google) Code Review
commit
67190cf8eb
@@ -13778,7 +13778,7 @@ package android.graphics {
|
||||
enum_constant public static final android.graphics.Matrix.ScaleToFit START;
|
||||
}
|
||||
|
||||
public class Movie {
|
||||
public deprecated class Movie {
|
||||
method public static android.graphics.Movie decodeByteArray(byte[], int, int);
|
||||
method public static android.graphics.Movie decodeFile(java.lang.String);
|
||||
method public static android.graphics.Movie decodeStream(java.io.InputStream);
|
||||
|
||||
@@ -17,9 +17,13 @@
|
||||
package android.graphics;
|
||||
|
||||
import android.content.res.AssetManager;
|
||||
import java.io.InputStream;
|
||||
import java.io.FileInputStream;
|
||||
|
||||
import java.io.FileInputStream;
|
||||
import java.io.InputStream;
|
||||
|
||||
/**
|
||||
* @deprecated Prefer {@link android.graphics.drawable.AnimatedImageDrawable}.
|
||||
*/
|
||||
public class Movie {
|
||||
private long mNativeMovie;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user