|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Bitmap in android.app |
|---|
| Fields in android.app declared as Bitmap | |
|---|---|
Bitmap |
ActivityManager.RunningTaskInfo.thumbnail
|
| Methods in android.app with parameters of type Bitmap | |
|---|---|
boolean |
Activity.onCreateThumbnail(Bitmap outBitmap,
Canvas canvas)
|
void |
WallpaperManager.setBitmap(Bitmap bitmap)
|
| Uses of Bitmap in android.content |
|---|
| Methods in android.content with parameters of type Bitmap | |
|---|---|
abstract void |
Context.setWallpaper(Bitmap bitmap)
|
void |
ContextWrapper.setWallpaper(Bitmap bitmap)
|
| Uses of Bitmap in android.gesture |
|---|
| Methods in android.gesture that return Bitmap | |
|---|---|
Bitmap |
Gesture.toBitmap(int width,
int height,
int inset,
int color)
|
Bitmap |
Gesture.toBitmap(int width,
int height,
int edge,
int numSample,
int color)
|
| Uses of Bitmap in android.graphics |
|---|
| Fields in android.graphics with type parameters of type Bitmap | |
|---|---|
static Parcelable.Creator<Bitmap> |
Bitmap.CREATOR
|
| Methods in android.graphics that return Bitmap | |
|---|---|
Bitmap |
Bitmap.copy(Bitmap.Config config,
boolean isMutable)
|
static Bitmap |
Bitmap.createBitmap(Bitmap src)
|
static Bitmap |
Bitmap.createBitmap(Bitmap source,
int x,
int y,
int width,
int height)
|
static Bitmap |
Bitmap.createBitmap(Bitmap source,
int x,
int y,
int width,
int height,
Matrix m,
boolean filter)
|
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)
|
static Bitmap |
Bitmap.createScaledBitmap(Bitmap src,
int dstWidth,
int dstHeight,
boolean filter)
|
static Bitmap |
BitmapFactory.decodeByteArray(byte[] data,
int offset,
int length)
|
static Bitmap |
BitmapFactory.decodeByteArray(byte[] data,
int offset,
int length,
BitmapFactory.Options opts)
|
static Bitmap |
BitmapFactory.decodeFile(java.lang.String pathName)
|
static Bitmap |
BitmapFactory.decodeFile(java.lang.String pathName,
BitmapFactory.Options opts)
|
static Bitmap |
BitmapFactory.decodeFileDescriptor(java.io.FileDescriptor fd)
|
static Bitmap |
BitmapFactory.decodeFileDescriptor(java.io.FileDescriptor fd,
Rect outPadding,
BitmapFactory.Options opts)
|
static Bitmap |
BitmapFactory.decodeResource(Resources res,
int id)
|
static Bitmap |
BitmapFactory.decodeResource(Resources res,
int id,
BitmapFactory.Options opts)
|
static Bitmap |
BitmapFactory.decodeResourceStream(Resources res,
TypedValue value,
java.io.InputStream is,
Rect pad,
BitmapFactory.Options opts)
|
static Bitmap |
BitmapFactory.decodeStream(java.io.InputStream is)
|
static Bitmap |
BitmapFactory.decodeStream(java.io.InputStream is,
Rect outPadding,
BitmapFactory.Options opts)
|
Bitmap |
Bitmap.extractAlpha()
|
Bitmap |
Bitmap.extractAlpha(Paint paint,
int[] offsetXY)
|
| Methods in android.graphics with parameters of type Bitmap | |
|---|---|
static Bitmap |
Bitmap.createBitmap(Bitmap src)
|
static Bitmap |
Bitmap.createBitmap(Bitmap source,
int x,
int y,
int width,
int height)
|
static Bitmap |
Bitmap.createBitmap(Bitmap source,
int x,
int y,
int width,
int height,
Matrix m,
boolean filter)
|
static Bitmap |
Bitmap.createScaledBitmap(Bitmap src,
int dstWidth,
int dstHeight,
boolean filter)
|
void |
Canvas.drawBitmap(Bitmap bitmap,
float left,
float top,
Paint paint)
|
void |
Canvas.drawBitmap(Bitmap bitmap,
Matrix matrix,
Paint paint)
|
void |
Canvas.drawBitmap(Bitmap bitmap,
Rect src,
RectF dst,
Paint paint)
|
void |
Canvas.drawBitmap(Bitmap bitmap,
Rect src,
Rect dst,
Paint paint)
|
void |
Canvas.drawBitmapMesh(Bitmap bitmap,
int meshWidth,
int meshHeight,
float[] verts,
int vertOffset,
int[] colors,
int colorOffset,
Paint paint)
|
void |
Canvas.setBitmap(Bitmap bitmap)
|
| Constructors in android.graphics with parameters of type Bitmap | |
|---|---|
BitmapShader(Bitmap bitmap,
Shader.TileMode tileX,
Shader.TileMode tileY)
|
|
Canvas(Bitmap bitmap)
|
|
NinePatch(Bitmap bitmap,
byte[] chunk,
java.lang.String srcName)
|
|
| Uses of Bitmap in android.graphics.drawable |
|---|
| Methods in android.graphics.drawable that return Bitmap | |
|---|---|
Bitmap |
BitmapDrawable.getBitmap()
|
| Constructors in android.graphics.drawable with parameters of type Bitmap | |
|---|---|
BitmapDrawable(Bitmap bitmap)
|
|
BitmapDrawable(Resources res,
Bitmap bitmap)
|
|
NinePatchDrawable(Bitmap bitmap,
byte[] chunk,
Rect padding,
java.lang.String srcName)
|
|
NinePatchDrawable(Resources res,
Bitmap bitmap,
byte[] chunk,
Rect padding,
java.lang.String srcName)
|
|
| Uses of Bitmap in android.media |
|---|
| Methods in android.media with parameters of type Bitmap | |
|---|---|
int |
FaceDetector.findFaces(Bitmap bitmap,
FaceDetector.Face[] faces)
|
| Uses of Bitmap in android.opengl |
|---|
| Methods in android.opengl with parameters of type Bitmap | |
|---|---|
static int |
GLUtils.getInternalFormat(Bitmap bitmap)
|
static int |
GLUtils.getType(Bitmap bitmap)
|
static void |
GLUtils.texImage2D(int target,
int level,
Bitmap bitmap,
int border)
|
static void |
GLUtils.texImage2D(int target,
int level,
int internalformat,
Bitmap bitmap,
int border)
|
static void |
GLUtils.texImage2D(int target,
int level,
int internalformat,
Bitmap bitmap,
int type,
int border)
|
static void |
GLUtils.texSubImage2D(int target,
int level,
int xoffset,
int yoffset,
Bitmap bitmap)
|
static void |
GLUtils.texSubImage2D(int target,
int level,
int xoffset,
int yoffset,
Bitmap bitmap,
int format,
int type)
|
| Uses of Bitmap in android.provider |
|---|
| Methods in android.provider that return Bitmap | |
|---|---|
static Bitmap |
MediaStore.Images.Media.getBitmap(ContentResolver cr,
Uri url)
|
static Bitmap |
MediaStore.Images.Thumbnails.getThumbnail(ContentResolver cr,
long origId,
int kind,
BitmapFactory.Options options)
|
static Bitmap |
MediaStore.Video.Thumbnails.getThumbnail(ContentResolver cr,
long origId,
int kind,
BitmapFactory.Options options)
|
static Bitmap |
Contacts.People.loadContactPhoto(Context context,
Uri person,
int placeholderImageResource,
BitmapFactory.Options options)
Deprecated. |
| Methods in android.provider with parameters of type Bitmap | |
|---|---|
static java.lang.String |
MediaStore.Images.Media.insertImage(ContentResolver cr,
Bitmap source,
java.lang.String title,
java.lang.String description)
|
| Uses of Bitmap in android.text.style |
|---|
| Constructors in android.text.style with parameters of type Bitmap | |
|---|---|
IconMarginSpan(Bitmap b)
|
|
IconMarginSpan(Bitmap b,
int pad)
|
|
ImageSpan(Bitmap b)
|
|
ImageSpan(Bitmap b,
int verticalAlignment)
|
|
ImageSpan(Context context,
Bitmap b)
|
|
ImageSpan(Context context,
Bitmap b,
int verticalAlignment)
|
|
| Uses of Bitmap in android.view |
|---|
| Methods in android.view that return Bitmap | |
|---|---|
Bitmap |
View.getDrawingCache()
|
Bitmap |
View.getDrawingCache(boolean autoScale)
|
| Uses of Bitmap in android.webkit |
|---|
| Methods in android.webkit that return Bitmap | |
|---|---|
Bitmap |
WebChromeClient.getDefaultVideoPoster()
|
Bitmap |
WebView.getFavicon()
|
Bitmap |
WebHistoryItem.getFavicon()
|
| Methods in android.webkit with parameters of type Bitmap | |
|---|---|
void |
WebViewClient.onPageStarted(WebView view,
java.lang.String url,
Bitmap favicon)
|
void |
WebIconDatabase.IconListener.onReceivedIcon(java.lang.String url,
Bitmap icon)
|
void |
WebChromeClient.onReceivedIcon(WebView view,
Bitmap icon)
|
| Uses of Bitmap in android.widget |
|---|
| Methods in android.widget with parameters of type Bitmap | |
|---|---|
void |
RemoteViews.setBitmap(int viewId,
java.lang.String methodName,
Bitmap value)
|
void |
ImageView.setImageBitmap(Bitmap bm)
|
void |
RemoteViews.setImageViewBitmap(int viewId,
Bitmap bitmap)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||