Home
last modified time | relevance | path

Searched defs:bitmap (Results 1 – 25 of 38) sorted by relevance

12

/development/samples/training/bitmapfun/BitmapFun/src/main/java/com/example/android/bitmapfun/util/
DRecyclingBitmapDrawable.java40 public RecyclingBitmapDrawable(Resources res, Bitmap bitmap) { in RecyclingBitmapDrawable()
99 Bitmap bitmap = getBitmap(); in hasValidBitmap() local
DImageWorker.java107 public void setLoadingImage(Bitmap bitmap) { in setLoadingImage()
253 Bitmap bitmap = null; in doInBackground() local
361 public AsyncDrawable(Resources res, Bitmap bitmap, BitmapWorkerTask bitmapWorkerTask) { in AsyncDrawable()
DImageCache.java309 Bitmap bitmap = null; in getBitmapFromDiskCache() local
354 Bitmap bitmap = null; in getBitmapFromReusableSet() local
599 Bitmap bitmap = value.getBitmap(); in getBitmapSize() local
/development/samples/training/ContactsList/src/com/example/android/contactslist/util/
DImageLoader.java78 Bitmap bitmap = null; in loadImage() local
210 Bitmap bitmap = null; in doInBackground() local
247 protected void onPostExecute(Bitmap bitmap) { in onPostExecute()
263 protected void onCancelled(Bitmap bitmap) { in onCancelled()
295 public AsyncDrawable(Resources res, Bitmap bitmap, BitmapWorkerTask bitmapWorkerTask) { in AsyncDrawable()
312 private void setImageBitmap(ImageView imageView, Bitmap bitmap) { in setImageBitmap()
DImageCache.java101 public void addBitmapToCache(String data, Bitmap bitmap) { in addBitmapToCache()
138 public static int getBitmapSize(Bitmap bitmap) { in getBitmapSize()
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
DImageDownloader.java111 Bitmap bitmap = getBitmapFromCache(url); in download() local
206 final Bitmap bitmap = sHardBitmapCache.get(url); in getBitmapFromCache() local
219 final Bitmap bitmap = bitmapReference.get(); in getBitmapFromCache() local
278 final Bitmap bitmap = BitmapFactory.decodeByteArray(data, 0, data.length); in doInBackground() local
316 protected void onPostExecute(Bitmap bitmap) { in onPostExecute()
DContactPhotoBinder.java79 Bitmap bitmap = BitmapFactory.decodeStream(stream); in bind() local
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DDensityActivity.java135 Bitmap bitmap; in addBitmapDrawable() local
161 Bitmap bitmap; in addCanvasBitmap() local
185 Bitmap bitmap; in loadAndPrintDpi() local
199 public ScaledBitmapView(Context context, Bitmap bitmap) { in ScaledBitmapView()
DTriangleRenderer.java93 Bitmap bitmap; in onSurfaceCreated() local
DStaticTriangleRenderer.java191 Bitmap bitmap; in load() local
/development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
DBitmapUtils.java63 Bitmap bitmap = getBitmap(resources, resourceId); in loadPhotos() local
76 Bitmap bitmap = sBitmapResourceMap.get(resourceId); in getBitmap() local
DPictureDetailsActivity.java80 Bitmap bitmap = BitmapUtils.getBitmap(getResources(), in onCreate() local
/development/samples/devbytes/animation/PictureViewer/src/com/example/android/pictureviewer/
DPictureViewer.java64 Bitmap bitmap = BitmapFactory.decodeResource(getResources(), in onCreate() local
/development/samples/devbytes/animation/KeyframeAnimation/src/com/example/android/keyframeanimation/
DKeyframeAnimation.java75 Bitmap bitmap = Bitmap.createBitmap(400, 400, Bitmap.Config.ARGB_8888); in getDrawableForFrameNumber() local
/development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
DCustomArrayAdapter.java104 Bitmap bitmap = BitmapFactory.decodeResource(mContext.getResources(), in getView() local
116 public static Bitmap getCroppedBitmap(Bitmap bitmap) { in getCroppedBitmap()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DPrintBitmap.java77 Bitmap bitmap = ((BitmapDrawable) mImageView.getDrawable()).getBitmap(); in print() local
/development/samples/devbytes/graphics/ImagePixelization/src/com/example/android/imagepixelization/
DImagePixelization.java155 public BitmapDrawable customImagePixelization(float pixelizationFactor, Bitmap bitmap) { in customImagePixelization()
216 public BitmapDrawable builtInPixelization(float pixelizationFactor, Bitmap bitmap) { in builtInPixelization()
278 public BitmapDrawable pixelizeImage(float pixelizationFactor, Bitmap bitmap) { in pixelizeImage()
/development/samples/devbytes/graphics/BitmapScaling/src/com/example/android/bitmapscaling/
DBitmapScaling.java46 Bitmap bitmap = BitmapFactory.decodeResource(getResources(), in onCreate() local
/development/ndk/platforms/android-8/samples/bitmap-plasma/src/com/example/plasma/
DPlasma.java46 private static native void renderPlasma(Bitmap bitmap, long time_ms); in renderPlasma()
/development/samples/Support4Demos/src/com/example/android/supportv4/content/
DFileProviderExample.java65 final Bitmap bitmap = Bitmap.createBitmap( in saveThumbnail() local
/development/apps/GestureBuilder/src/com/android/gesture/builder/
DGestureBuilderActivity.java353 final Bitmap bitmap = gesture.toBitmap(mThumbnailSize, mThumbnailSize, in doInBackground() local
359 mAdapter.addBitmap(namedGesture.gesture.getID(), bitmap); in doInBackground() local
417 void addBitmap(Long id, Bitmap bitmap) { in addBitmap()
/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
DCustomArrayAdapter.java109 public Bitmap getCroppedBitmap(Bitmap bitmap) { in getCroppedBitmap()
/development/samples/HelloEffects/src/com/example/android/mediafx/
DHelloEffects.java75 Bitmap bitmap = BitmapFactory.decodeResource(getResources(), in loadTextures() local
/development/samples/Snake/src/com/example/android/snake/
DTileView.java100 Bitmap bitmap = Bitmap.createBitmap(mTileSize, mTileSize, Bitmap.Config.ARGB_8888); in loadTile() local
/development/samples/devbytes/animation/ListViewDraggingAnimation/src/com/example/android/listviewdragginganimation/
DDynamicListView.java171 Bitmap bitmap = getBitmapFromView(v); in getBitmapWithBorder() local
189 Bitmap bitmap = Bitmap.createBitmap(v.getWidth(), v.getHeight(), Bitmap.Config.ARGB_8888); in getBitmapFromView() local

12