|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectnet.tsz.afinal.bitmap.core.BitmapDecoder
public class BitmapDecoder
| 方法摘要 | |
|---|---|
static int |
calculateInSampleSize(BitmapFactory.Options options,
int reqWidth,
int reqHeight)
|
static Bitmap |
decodeSampledBitmapFromDescriptor(java.io.FileDescriptor fileDescriptor,
int reqWidth,
int reqHeight)
|
static Bitmap |
decodeSampledBitmapFromFile(java.lang.String filename,
int reqWidth,
int reqHeight)
|
static Bitmap |
decodeSampledBitmapFromResource(Resources res,
int resId,
int reqWidth,
int reqHeight)
|
| 从类 java.lang.Object 继承的方法 |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 方法详细信息 |
|---|
public static Bitmap decodeSampledBitmapFromResource(Resources res,
int resId,
int reqWidth,
int reqHeight)
public static Bitmap decodeSampledBitmapFromFile(java.lang.String filename,
int reqWidth,
int reqHeight)
public static Bitmap decodeSampledBitmapFromDescriptor(java.io.FileDescriptor fileDescriptor,
int reqWidth,
int reqHeight)
public static int calculateInSampleSize(BitmapFactory.Options options,
int reqWidth,
int reqHeight)
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||