HomeSort by relevance Sort by last modified time
    Searched full:createbitmap (Results 51 - 75 of 264) sorted by null

1 23 4 5 6 7 8 91011

  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
RectShapeTest.java 51 Bitmap bitmap = Bitmap.createBitmap(TEST_WIDTH, TEST_HEIGHT, Config.ARGB_8888);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
AlphaBitmap.java 67 mBitmap3 = Bitmap.createBitmap(200, 200, Bitmap.Config.ALPHA_8);
  /development/samples/Support4Demos/src/com/example/android/supportv4/content/
FileProviderExample.java 65 final Bitmap bitmap = Bitmap.createBitmap(
  /development/samples/devbytes/animation/KeyframeAnimation/src/com/example/android/keyframeanimation/
KeyframeAnimation.java 75 Bitmap bitmap = Bitmap.createBitmap(400, 400, Bitmap.Config.ARGB_8888);
  /external/jmonkeyengine/engine/src/android/com/jme3/asset/
AndroidImageInfo.java 92 Bitmap newBitmap = Bitmap.createBitmap(bitmap, 0, 0, bitmap.getWidth(), bitmap.getHeight(), flipMat, false);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
TextGammaActivity.java 49 Bitmap b = Bitmap.createBitmap(gamma.getWidth(), gamma.getHeight(),
  /packages/apps/Gallery/src/com/android/camera/
Util.java 70 Bitmap b2 = Bitmap.createBitmap(
165 Bitmap b2 = Bitmap.createBitmap(targetWidth, targetHeight,
214 b1 = Bitmap.createBitmap(source, 0, 0,
227 Bitmap b2 = Bitmap.createBitmap(
  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
WidgetUtils.java 70 Bitmap target = Bitmap.createBitmap(
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
BitmapTileProvider.java 80 result = Bitmap.createBitmap(tileSize, tileSize, mConfig);
TileImageViewAdapter.java 113 bitmap = Bitmap.createBitmap(tileSize, tileSize, Config.ARGB_8888);
172 Bitmap result = Bitmap.createBitmap(tileSize, tileSize, Config.ARGB_8888);
  /packages/apps/Gallery2/src/com/android/photos/
BitmapRegionTileSource.java 64 bitmap = Bitmap.createBitmap(tileSize, tileSize, Bitmap.Config.ARGB_8888);
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/action/
ShareMockupAction.java 48 Bitmap mockup = Bitmap.createBitmap(w, h, Bitmap.Config.ARGB_8888);
  /frameworks/base/graphics/java/android/graphics/
Bitmap.java 487 Bitmap b = Bitmap.createBitmap(src, 0, 0, width, height, m, filter);
504 public static Bitmap createBitmap(Bitmap src) {
505 return createBitmap(src, 0, 0, src.getWidth(), src.getHeight());
521 public static Bitmap createBitmap(Bitmap source, int x, int y, int width, int height) {
522 return createBitmap(source, x, y, width, height, null, false);
548 public static Bitmap createBitmap(Bitmap source, int x, int y, int width, int height,
596 bitmap = createBitmap(neww, newh, newConfig, source.hasAlpha());
607 bitmap = createBitmap(neww, newh, transformed ? Config.ARGB_8888 : newConfig,
640 public static Bitmap createBitmap(int width, int height, Config config) {
641 return createBitmap(width, height, config, true)
    [all...]
  /frameworks/base/core/jni/android/graphics/
GraphicsJNI.h 55 static jobject createBitmap(JNIEnv* env, SkBitmap* bitmap, jbyteArray buffer,
59 static jobject createBitmap(JNIEnv* env, SkBitmap* bitmap, bool isMutable,
  /frameworks/base/policy/src/com/android/internal/policy/impl/
IconUtilities.java 154 final Bitmap bitmap = Bitmap.createBitmap(textureWidth, textureHeight,
180 final Bitmap result = Bitmap.createBitmap(mIconTextureWidth, mIconTextureHeight,
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BitmapFactory_Delegate.java 115 bm = Bitmap_Delegate.createBitmap(ninePatch.getImage(), true /*isMutable*/,
130 bm = Bitmap_Delegate.createBitmap(is, true, density);
  /frameworks/ex/carousel/test/src/com/android/carouseltest/
CarouselTestActivity.java 85 Bitmap bitmap = Bitmap.createBitmap(TEXTURE_WIDTH, TEXTURE_HEIGHT,
103 Bitmap bitmap = Bitmap.createBitmap(DETAIL_TEXTURE_WIDTH, DETAIL_TEXTURE_HEIGHT,
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/glrenderer/
TextureTest.java 131 mBitmap = Bitmap.createBitmap(47, 42, config);
201 Bitmap bitmap = Bitmap.createBitmap(47, 42, config);
  /packages/apps/Launcher2/src/com/android/launcher2/
WidgetPreviewLoader.java 198 unusedBitmap = Bitmap.createBitmap(mPreviewBitmapWidth, mPreviewBitmapHeight,
458 defaultPreview = Bitmap.createBitmap(previewWidth, previewHeight,
507 preview = Bitmap.createBitmap(previewWidth, previewHeight, Config.ARGB_8888);
542 tempBitmap = Bitmap.createBitmap(maxWidth, maxHeight, Config.ARGB_8888);
568 preview = Bitmap.createBitmap(maxWidth, maxHeight, Config.ARGB_8888);
  /packages/apps/VideoEditor/src/com/android/videoeditor/
ProjectPickerAdapter.java 211 final Bitmap bitmap = Bitmap.createBitmap(mItemWidth, mItemHeight,
280 final Bitmap bitmap = Bitmap.createBitmap(mWidth, mHeight,
303 result = Bitmap.createBitmap(mWidth, mHeight, Bitmap.Config.ARGB_8888);
  /cts/tests/tests/effect/src/android/effect/cts/
EffectTest.java 119 Bitmap testBitmap = Bitmap.createBitmap(2, 2, Bitmap.Config.ARGB_8888);
  /cts/tests/tests/graphics/src/android/graphics/cts/
BlurMaskFilterTest.java 42 Bitmap b = Bitmap.createBitmap(BITMAP_WIDTH, BITMAP_HEIGHT, Config.ARGB_8888);
ColorMatrixColorFilterTest.java 44 Bitmap bitmap = Bitmap.createBitmap(1, 1, Config.ARGB_8888);
CornerPathEffectTest.java 55 Bitmap bitmap = Bitmap.createBitmap(BITMAP_WIDTH, BITMAP_HEIGHT, Config.ARGB_8888);
DashPathEffectTest.java 45 Bitmap bitmap = Bitmap.createBitmap(BITMAP_WIDTH, BITMAP_HEIGHT, Config.ARGB_8888);

Completed in 400 milliseconds

1 23 4 5 6 7 8 91011