HomeSort by relevance Sort by last modified time
    Searched refs:createBitmap (Results 26 - 50 of 208) sorted by null

12 3 4 5 6 7 8 9

  /cts/tests/tests/graphics/src/android/graphics/cts/
Bitmap_CompressFormatTest.java 65 Bitmap b = Bitmap.createBitmap(10, 24, Config.ARGB_8888);
ShaderTest.java 56 Bitmap bitmap = Bitmap.createBitmap(color, width, height, Bitmap.Config.RGB_565);
NinePatchTest.java 86 Bitmap bitmap = Bitmap.createBitmap(COLOR, 10, 10, Bitmap.Config.ARGB_4444);
117 Bitmap bitmap = Bitmap.createBitmap(expected.getWidth(), expected.getHeight(),
125 bitmap = Bitmap.createBitmap(expected.getWidth(), expected.getHeight(),
132 bitmap = Bitmap.createBitmap(expected.getWidth(), expected.getHeight(),
142 bitmap = Bitmap.createBitmap(expected.getWidth(), expected.getHeight(),
PaintFlagsDrawFilterTest.java 71 Bitmap b = Bitmap.createBitmap(BITMAP_WIDTH, BITMAP_HEIGHT, Config.ARGB_8888);
80 Bitmap combinedBitmap = Bitmap.createBitmap(BITMAP_WIDTH, BITMAP_HEIGHT, Config.ARGB_8888);
Canvas_VertexModeTest.java 62 Bitmap bitmap = Bitmap.createBitmap(10, 27, Config.RGB_565);
AvoidXfermodeTest.java 67 Bitmap b = Bitmap.createBitmap(BITMAP_WIDTH, BITMAP_HEIGHT, Config.ARGB_8888);
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/actions/
AbstractSeekBar.java 52 Bitmap bitmap = Bitmap.createBitmap(scaledWidth, h, Bitmap.Config.ARGB_8888);
  /packages/apps/Launcher2/src/com/android/launcher2/
HolographicViewHelper.java 61 final Bitmap b = Bitmap.createBitmap(
Utilities.java 79 return Bitmap.createBitmap(icon,
140 final Bitmap bitmap = Bitmap.createBitmap(textureWidth, textureHeight,
221 final Bitmap disabled = Bitmap.createBitmap(bitmap.getWidth(), bitmap.getHeight(),
  /cts/tests/tests/app/src/android/app/cts/
ActivityManagerRunningTaskInfoTest.java 82 mRunningTaskInfo.thumbnail = Bitmap.createBitmap(480, 320,
115 mRunningTaskInfo.thumbnail = Bitmap.createBitmap(480, 320,
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
BitmapDecode.java 95 mBitmap3 = Bitmap.createBitmap(pixels, 0, w, w, h,
97 mBitmap4 = Bitmap.createBitmap(pixels, 0, w, w, h,
Xfermodes.java 38 Bitmap bm = Bitmap.createBitmap(w, h, Bitmap.Config.ARGB_8888);
49 Bitmap bm = Bitmap.createBitmap(w, h, Bitmap.Config.ARGB_8888);
106 Bitmap bm = Bitmap.createBitmap(new int[] { 0xFFFFFFFF, 0xFFCCCCCC,
  /external/skia/samplecode/
SampleMipMap.cpp 8 static SkBitmap createBitmap(int n) {
38 fBitmap = createBitmap(N);
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BitmapFactory_Delegate.java 112 bm = Bitmap_Delegate.createBitmap(ninePatch.getImage(), true /*isMutable*/,
127 bm = Bitmap_Delegate.createBitmap(is, true, density);
  /packages/apps/Browser/tests/src/com/android/browser/tests/
BP2UriObserverTests.java 56 Bitmap favicon = Bitmap.createBitmap(16, 16, Config.ARGB_8888);
92 Bitmap favicon = Bitmap.createBitmap(16, 16, Config.ARGB_8888);
  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
ArcShapeTest.java 63 Bitmap bitmap = Bitmap.createBitmap(TEST_WIDTH, TEST_HEIGHT, Config.ARGB_8888);
OvalShapeTest.java 58 Bitmap bitmap = Bitmap.createBitmap(TEST_WIDTH, TEST_HEIGHT, Config.ARGB_8888);
  /cts/tests/tests/permission/src/android/permission/cts/
NoSystemFunctionPermissionTest.java 85 Bitmap bitmap = Bitmap.createBitmap(1, 1, Bitmap.Config.RGB_565);
  /development/samples/RenderScript/HelloCompute/src/com/example/android/rs/hellocompute/
HelloCompute.java 42 mBitmapOut = Bitmap.createBitmap(mBitmapIn.getWidth(), mBitmapIn.getHeight(),
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
BitmapUtils.java 131 Bitmap target = Bitmap.createBitmap(width, height, getConfig(bitmap));
176 Bitmap target = Bitmap.createBitmap(size, size, getConfig(bitmap));
195 Bitmap target = Bitmap.createBitmap(size, size, getConfig(bitmap));
222 Bitmap bitmap = Bitmap.createBitmap(source, 0, 0, w, h, m, true);
  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
WidgetUtils.java 70 Bitmap target = Bitmap.createBitmap(
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/filters/
DoodleFilter.java 67 Bitmap bitmap = Bitmap.createBitmap(src.width(), src.height(), Bitmap.Config.ARGB_8888);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
BitmapTileProvider.java 69 Bitmap result = Bitmap.createBitmap(tileSize, tileSize, mConfig);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/voice/
WaveformImage.java 42 final Bitmap b = Bitmap.createBitmap(w, h, Bitmap.Config.ARGB_8888);
  /packages/apps/VideoEditor/src/com/android/videoeditor/
ProjectPickerAdapter.java 208 final Bitmap bitmap = Bitmap.createBitmap(mItemWidth, mItemHeight,
277 final Bitmap bitmap = Bitmap.createBitmap(mWidth, mHeight,
300 result = Bitmap.createBitmap(mWidth, mHeight, Bitmap.Config.ARGB_8888);

Completed in 1376 milliseconds

12 3 4 5 6 7 8 9