Java 类com.bumptech.glide.load.resource.gifbitmap.GifBitmapWrapperTransformation 实例源码

项目:saarang-iosched    文件:DrawableRequestBuilder.java   
public DrawableRequestBuilder<ModelType> bitmapTransform(Transformation<Bitmap> bitmapTransformation) {
    return transform(new GifBitmapWrapperTransformation(context, bitmapTransformation));
}
项目:AppDevFestSudeste2015    文件:DrawableRequestBuilder.java   
public DrawableRequestBuilder<ModelType> bitmapTransform(Transformation<Bitmap> bitmapTransformation) {
    return transform(new GifBitmapWrapperTransformation(context, bitmapTransformation));
}
项目:devfestnorte-app    文件:DrawableRequestBuilder.java   
public DrawableRequestBuilder<ModelType> bitmapTransform(Transformation<Bitmap> bitmapTransformation) {
    return transform(new GifBitmapWrapperTransformation(context, bitmapTransformation));
}
项目:saarang-iosched    文件:DrawableRequestBuilder.java   
public DrawableRequestBuilder<ModelType> bitmapTransform(Transformation<Bitmap> bitmapTransformation) {
    return transform(new GifBitmapWrapperTransformation(context, bitmapTransformation));
}