use of com.facebook.imagepipeline.animated.util.AnimatedDrawableUtil in project fresco by facebook.
the class AnimatedDrawableCachingBackendImplTest method setup.
@Before
public void setup() {
mActivityManager = (ActivityManager) RuntimeEnvironment.application.getSystemService(Context.ACTIVITY_SERVICE);
mFakeClock = new FakeClock();
mExecutorService = new TestExecutorService(mFakeClock);
mAnimatedDrawableUtil = new AnimatedDrawableUtil();
mDrawableBackend = new TestAnimatedDrawableBackend(WIDTH, HEIGHT, FRAME_DURATIONS);
}
Aggregations