码迷,mamicode.com
首页 > 其他好文 > 详细

BitmapDrawable

时间:2017-08-30 18:34:25      阅读:144      评论:0      收藏:0      [点我收藏+]

标签:play   get   isp   pre   create   display   base   init   metrics   




/**
* Create drawable from a bitmap, setting initial target density based on
* the display metrics of the resources.
*/
public BitmapDrawable(Resources res, Bitmap bitmap) {
this(new BitmapState(bitmap), res);
mBitmapState.mTargetDensity = mTargetDensity;
}

BitmapDrawable

标签:play   get   isp   pre   create   display   base   init   metrics   

原文地址:http://www.cnblogs.com/jianglijs/p/7454570.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!