use of com.bumptech.glide.request.target.ImageViewTargetFactory in project glide by bumptech.
the class GlideContextTest method setUp.
@Before
public void setUp() {
Application app = RuntimeEnvironment.application;
transitionOptions = new HashMap<>();
context = new GlideContext(app, new LruArrayPool(), new Registry(), new ImageViewTargetFactory(), new RequestOptions(), transitionOptions, mock(Engine.class), Log.DEBUG);
}
Aggregations