Uses of Class
android.graphics.Bitmap

Packages that use Bitmap
android.app   
android.content   
android.gesture   
android.graphics   
android.graphics.drawable   
android.media   
android.opengl   
android.provider   
android.renderscript   
android.text.style   
android.view   
android.webkit   
android.widget   
 

Uses of Bitmap in android.app
 

Fields in android.app declared as Bitmap
 Bitmap Notification.largeIcon
           
 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)
           
 Notification.Builder Notification.Builder.setLargeIcon(Bitmap icon)
           
 

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 declared as Bitmap
 Bitmap BitmapFactory.Options.inBitmap
           
 

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(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)
           
 

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)
           
 boolean Bitmap.sameAs(Bitmap other)
           
 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, 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, String srcName)
           
NinePatchDrawable(Resources res, Bitmap bitmap, byte[] chunk, Rect padding, String srcName)
           
 

Uses of Bitmap in android.media
 

Methods in android.media that return Bitmap
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)
           
 

Methods in android.media with parameters of type Bitmap
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)
           
 

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 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.  
 

Methods in android.provider with parameters of type Bitmap
static String MediaStore.Images.Media.insertImage(ContentResolver cr, Bitmap source, String title, String description)
           
 

Uses of Bitmap in android.renderscript
 

Methods in android.renderscript with parameters of type Bitmap
 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)
           
 

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 TextureView.getBitmap()
           
 Bitmap TextureView.getBitmap(Bitmap bitmap)
           
 Bitmap TextureView.getBitmap(int width, int height)
           
 Bitmap View.getDrawingCache()
           
 Bitmap View.getDrawingCache(boolean autoScale)
           
 

Methods in android.view with parameters of type Bitmap
 Bitmap TextureView.getBitmap(Bitmap bitmap)
           
 

Uses of Bitmap in android.webkit
 

Methods in android.webkit that return Bitmap
 Bitmap WebChromeClient.getDefaultVideoPoster()
           
 Bitmap WebHistoryItem.getFavicon()
           
 Bitmap WebView.getFavicon()
           
 

Methods in android.webkit with parameters of type Bitmap
 void WebViewClient.onPageStarted(WebView view, String url, Bitmap favicon)
           
 void WebIconDatabase.IconListener.onReceivedIcon(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, String methodName, Bitmap value)
           
 void ImageView.setImageBitmap(Bitmap bm)
           
 void RemoteViews.setImageViewBitmap(int viewId, Bitmap bitmap)
           
 



Copyright © 2008-2012. All Rights Reserved.