|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Bitmap.Config | |
|---|---|
| android.graphics | |
| Uses of Bitmap.Config in android.graphics |
|---|
| Fields in android.graphics declared as Bitmap.Config | |
|---|---|
Bitmap.Config |
BitmapFactory.Options.inPreferredConfig
|
| Methods in android.graphics that return Bitmap.Config | |
|---|---|
Bitmap.Config |
Bitmap.getConfig()
|
static Bitmap.Config |
Bitmap.Config.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Bitmap.Config[] |
Bitmap.Config.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in android.graphics with parameters of type Bitmap.Config | |
|---|---|
Bitmap |
Bitmap.copy(Bitmap.Config config,
boolean isMutable)
|
static Bitmap |
Bitmap.createBitmap(int[] colors,
int width,
int height,
Bitmap.Config config)
|
static Bitmap |
Bitmap.createBitmap(int[] colors,
int offset,
int stride,
int width,
int height,
Bitmap.Config config)
|
static Bitmap |
Bitmap.createBitmap(int width,
int height,
Bitmap.Config config)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||