| Modifier and Type | Field and Description |
|---|---|
Bitmap |
Notification.largeIcon |
Bitmap |
ActivityManager.RunningTaskInfo.thumbnail |
| Modifier and Type | Method and Description |
|---|---|
Notification.BigPictureStyle |
Notification.BigPictureStyle.bigLargeIcon(Bitmap b) |
Notification.BigPictureStyle |
Notification.BigPictureStyle.bigPicture(Bitmap b) |
static ActivityOptions |
ActivityOptions.makeThumbnailScaleUpAnimation(View source,
Bitmap thumbnail,
int startX,
int startY) |
boolean |
Activity.onCreateThumbnail(Bitmap outBitmap,
Canvas canvas) |
void |
WallpaperManager.setBitmap(Bitmap bitmap) |
Notification.Builder |
Notification.Builder.setLargeIcon(Bitmap icon) |
| Modifier and Type | Method and Description |
|---|---|
void |
ContextWrapper.setWallpaper(Bitmap bitmap) |
abstract void |
Context.setWallpaper(Bitmap bitmap)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Bitmap |
Gesture.toBitmap(int width,
int height,
int inset,
int color) |
Bitmap |
Gesture.toBitmap(int width,
int height,
int edge,
int numSample,
int color) |
| Modifier and Type | Field and Description |
|---|---|
Bitmap |
BitmapFactory.Options.inBitmap |
| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<Bitmap> |
Bitmap.CREATOR |
| Modifier and Type | Method and Description |
|---|---|
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(String pathName) |
static Bitmap |
BitmapFactory.decodeFile(String pathName,
BitmapFactory.Options opts) |
static Bitmap |
BitmapFactory.decodeFileDescriptor(FileDescriptor fd) |
static Bitmap |
BitmapFactory.decodeFileDescriptor(FileDescriptor fd,
Rect outPadding,
BitmapFactory.Options opts) |
Bitmap |
BitmapRegionDecoder.decodeRegion(Rect rect,
BitmapFactory.Options options) |
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,
InputStream is,
Rect pad,
BitmapFactory.Options opts) |
static Bitmap |
BitmapFactory.decodeStream(InputStream is) |
static Bitmap |
BitmapFactory.decodeStream(InputStream is,
Rect outPadding,
BitmapFactory.Options opts) |
Bitmap |
Bitmap.extractAlpha() |
Bitmap |
Bitmap.extractAlpha(Paint paint,
int[] offsetXY) |
| Modifier and Type | Method and Description |
|---|---|
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) |
boolean |
Bitmap.sameAs(Bitmap other) |
void |
Canvas.setBitmap(Bitmap bitmap) |
| Constructor and Description |
|---|
BitmapShader(Bitmap bitmap,
Shader.TileMode tileX,
Shader.TileMode tileY) |
Canvas(Bitmap bitmap) |
NinePatch(Bitmap bitmap,
byte[] chunk,
String srcName) |
| Modifier and Type | Method and Description |
|---|---|
Bitmap |
BitmapDrawable.getBitmap() |
| Constructor and Description |
|---|
BitmapDrawable(Bitmap bitmap)
Deprecated.
|
BitmapDrawable(Resources res,
Bitmap bitmap) |
NinePatchDrawable(Bitmap bitmap,
byte[] chunk,
Rect padding,
String srcName)
Deprecated.
|
NinePatchDrawable(Resources res,
Bitmap bitmap,
byte[] chunk,
Rect padding,
String srcName) |
| Modifier and Type | Method and Description |
|---|---|
static Bitmap |
ThumbnailUtils.createVideoThumbnail(String filePath,
int kind) |
static Bitmap |
ThumbnailUtils.extractThumbnail(Bitmap source,
int width,
int height) |
static Bitmap |
ThumbnailUtils.extractThumbnail(Bitmap source,
int width,
int height,
int options) |
Bitmap |
MediaMetadataRetriever.getFrameAtTime() |
Bitmap |
MediaMetadataRetriever.getFrameAtTime(long timeUs) |
Bitmap |
MediaMetadataRetriever.getFrameAtTime(long timeUs,
int option) |
| Modifier and Type | Method and Description |
|---|---|
static Bitmap |
ThumbnailUtils.extractThumbnail(Bitmap source,
int width,
int height) |
static Bitmap |
ThumbnailUtils.extractThumbnail(Bitmap source,
int width,
int height,
int options) |
int |
FaceDetector.findFaces(Bitmap bitmap,
FaceDetector.Face[] faces) |
RemoteControlClient.MetadataEditor |
RemoteControlClient.MetadataEditor.putBitmap(int key,
Bitmap bitmap) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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 |
MediaStore.Images.Thumbnails.getThumbnail(ContentResolver cr,
long origId,
long groupId,
int kind,
BitmapFactory.Options options) |
static Bitmap |
MediaStore.Video.Thumbnails.getThumbnail(ContentResolver cr,
long origId,
long groupId,
int kind,
BitmapFactory.Options options) |
static Bitmap |
Contacts.People.loadContactPhoto(Context context,
Uri person,
int placeholderImageResource,
BitmapFactory.Options options)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
MediaStore.Images.Media.insertImage(ContentResolver cr,
Bitmap source,
String title,
String description) |
| Modifier and Type | Method and Description |
|---|---|
void |
Allocation.copy2DRangeFrom(int xoff,
int yoff,
Bitmap data) |
void |
Allocation.copyFrom(Bitmap b) |
void |
Allocation.copyTo(Bitmap b) |
static Allocation |
Allocation.createCubemapFromBitmap(RenderScript rs,
Bitmap b) |
static Allocation |
Allocation.createCubemapFromBitmap(RenderScript rs,
Bitmap b,
Allocation.MipmapControl mips,
int usage) |
static Allocation |
Allocation.createCubemapFromCubeFaces(RenderScript rs,
Bitmap xpos,
Bitmap xneg,
Bitmap ypos,
Bitmap yneg,
Bitmap zpos,
Bitmap zneg) |
static Allocation |
Allocation.createCubemapFromCubeFaces(RenderScript rs,
Bitmap xpos,
Bitmap xneg,
Bitmap ypos,
Bitmap yneg,
Bitmap zpos,
Bitmap zneg,
Allocation.MipmapControl mips,
int usage) |
static Allocation |
Allocation.createFromBitmap(RenderScript rs,
Bitmap b) |
static Allocation |
Allocation.createFromBitmap(RenderScript rs,
Bitmap b,
Allocation.MipmapControl mips,
int usage) |
| Constructor and Description |
|---|
IconMarginSpan(Bitmap b) |
IconMarginSpan(Bitmap b,
int pad) |
ImageSpan(Bitmap b)
Deprecated.
|
ImageSpan(Bitmap b,
int verticalAlignment)
Deprecated.
|
ImageSpan(Context context,
Bitmap b) |
ImageSpan(Context context,
Bitmap b,
int verticalAlignment) |
| Modifier and Type | Method and Description |
|---|---|
Bitmap |
TextureView.getBitmap() |
Bitmap |
TextureView.getBitmap(Bitmap bitmap) |
Bitmap |
TextureView.getBitmap(int width,
int height) |
Bitmap |
View.getDrawingCache() |
Bitmap |
View.getDrawingCache(boolean autoScale) |
| Modifier and Type | Method and Description |
|---|---|
Bitmap |
TextureView.getBitmap(Bitmap bitmap) |
| Modifier and Type | Method and Description |
|---|---|
Bitmap |
WebChromeClient.getDefaultVideoPoster() |
Bitmap |
WebView.getFavicon() |
Bitmap |
WebHistoryItem.getFavicon() |
| Modifier and Type | Method and Description |
|---|---|
void |
WebViewClient.onPageStarted(WebView view,
String url,
Bitmap favicon) |
void |
WebIconDatabase.IconListener.onReceivedIcon(String url,
Bitmap icon) |
void |
WebChromeClient.onReceivedIcon(WebView view,
Bitmap icon) |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteViews.setBitmap(int viewId,
String methodName,
Bitmap value) |
void |
ImageView.setImageBitmap(Bitmap bm) |
void |
RemoteViews.setImageViewBitmap(int viewId,
Bitmap bitmap) |
Copyright © 2008-2013. All Rights Reserved.