summaryrefslogtreecommitdiffstats
path: root/framesequence
diff options
context:
space:
mode:
authorChris Craik <ccraik@google.com>2014-05-23 22:37:22 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-05-23 22:37:22 +0000
commitf2a8acf36af8f65dc5473d18d868c5ae26fff542 (patch)
treeb916579ac95fc6b19584300be1d0d56b2c02f0b7 /framesequence
parent00a9b46b5a85c2e7ff03d94e517f732d397eb020 (diff)
parent754e925727f8cb5e6a581e23cf543fd52b63accf (diff)
downloadandroid_frameworks_ex-f2a8acf36af8f65dc5473d18d868c5ae26fff542.tar.gz
android_frameworks_ex-f2a8acf36af8f65dc5473d18d868c5ae26fff542.tar.bz2
android_frameworks_ex-f2a8acf36af8f65dc5473d18d868c5ae26fff542.zip
am 754e9257: am 653af875: am 4d2f71e4: Fix framesequence sample app
* commit '754e925727f8cb5e6a581e23cf543fd52b63accf': Fix framesequence sample app
Diffstat (limited to 'framesequence')
-rw-r--r--framesequence/samples/RastermillSamples/src/com/android/rastermill/samples/AnimatedGifTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/framesequence/samples/RastermillSamples/src/com/android/rastermill/samples/AnimatedGifTest.java b/framesequence/samples/RastermillSamples/src/com/android/rastermill/samples/AnimatedGifTest.java
index af84a60..2328975 100644
--- a/framesequence/samples/RastermillSamples/src/com/android/rastermill/samples/AnimatedGifTest.java
+++ b/framesequence/samples/RastermillSamples/src/com/android/rastermill/samples/AnimatedGifTest.java
@@ -110,7 +110,7 @@ public class AnimatedGifTest extends Activity {
super.onPause();
ImageView imageView = (ImageView) findViewById(R.id.imageview);
- mDrawable.recycle();
+ mDrawable.destroy();
if (!mProvider.isEmpty()) throw new IllegalStateException("All bitmaps not recycled");
mDrawable = null;