HomeSort by relevance Sort by last modified time
    Searched refs:createBitmap (Results 101 - 125 of 584) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/base/core/java/com/android/internal/util/
UserIcons.java 53 Bitmap bitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
  /frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/util/
DrawingTestHelper.java 70 mBitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
  /frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
Healing.java 50 Bitmap bitmap = Bitmap.createBitmap(rec.width(), rec.height(), Bitmap.Config.ALPHA_8);
100 mUndoBitmap = Bitmap.createBitmap(mRoiBounds.width(), mRoiBounds.height(),
177 mUndoBitmap = Bitmap.createBitmap(mRoiBounds.width(), mRoiBounds.height(),
190 Bitmap ret = Bitmap.createBitmap(image, x, y, width, height);
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/content/
FileProviderExample.java 65 final Bitmap bitmap = Bitmap.createBitmap(
  /frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
PlaybackSeekDataProviderSample.java 52 Bitmap bmp = Bitmap.createBitmap(160, 160, Bitmap.Config.ARGB_8888);
  /packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
BitmapUtils.java 94 return Bitmap.createBitmap(bm, x, y, width, height);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
IconFactory.java 54 Bitmap icon = Bitmap.createBitmap(iconWidth, iconHeight,
  /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);
  /packages/apps/TV/tests/unit/src/com/android/tv/util/
ImageCacheTest.java 35 private static final Bitmap ORIG = Bitmap.createBitmap(100, 100, Bitmap.Config.RGB_565);
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
IconTest.java 73 Icon.createWithBitmap(Bitmap.createBitmap(16, 16, Bitmap.Config.ARGB_8888)));
110 mIcon = Icon.createWithBitmap(Bitmap.createBitmap(16, 16, Bitmap.Config.ARGB_8888));
123 mIcon = Icon.createWithBitmap(Bitmap.createBitmap(16, 16, Bitmap.Config.ARGB_8888));
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
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,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
PipNotificationController.java 204 .setLargeIcon(createBitmap(iconDrawable).createAshmemBitmap());
222 private Bitmap createBitmap(Drawable d) {
223 Bitmap bitmap = Bitmap.createBitmap(d.getIntrinsicWidth(), d.getIntrinsicHeight(),
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
BitmapUtils.java 121 Bitmap target = Bitmap.createBitmap(width, height, getConfig(bitmap));
157 Bitmap target = Bitmap.createBitmap(size, size, getConfig(bitmap));
184 Bitmap bitmap = Bitmap.createBitmap(source, 0, 0, w, h, m, true);
  /frameworks/opt/setupwizard/library/recyclerview/test/instrumentation/src/com/android/setupwizardlib/test/
DividerItemDecorationTest.java 74 Bitmap expectedBitmap = Bitmap.createBitmap(20, 20, Bitmap.Config.ARGB_4444);
119 Bitmap expectedBitmap = Bitmap.createBitmap(20, 20, Bitmap.Config.ARGB_4444);
149 Bitmap bitmap = Bitmap.createBitmap(20, 20, Bitmap.Config.ARGB_4444);
  /frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/
Healing.java 50 Bitmap bitmap = Bitmap.createBitmap(rec.width(), rec.height(), Bitmap.Config.ALPHA_8);
133 mUndoBitmap = Bitmap.createBitmap(mRoiBounds.width(), mRoiBounds.height(),
146 Bitmap ret = Bitmap.createBitmap(image, x, y, width, height);
  /packages/apps/Camera2/src/com/android/camera/one/v2/imagesaver/
YuvImageBackendImageSaver.java 139 final Bitmap bitmap = Bitmap.createBitmap(payload.data,
145 final Bitmap bitmapIntermediate = Bitmap.createBitmap(payload.data,
150 final Bitmap bitmapIntermediateRotated = Bitmap.createBitmap(
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
BitmapUtils.java 121 Bitmap target = Bitmap.createBitmap(width, height, getConfig(bitmap));
157 Bitmap target = Bitmap.createBitmap(size, size, getConfig(bitmap));
184 Bitmap bitmap = Bitmap.createBitmap(source, 0, 0, w, h, m, true);
  /packages/apps/Launcher2/src/com/android/launcher2/
Utilities.java 77 return Bitmap.createBitmap(icon,
138 final Bitmap bitmap = Bitmap.createBitmap(textureWidth, textureHeight,
222 final Bitmap disabled = Bitmap.createBitmap(bitmap.getWidth(), bitmap.getHeight(),
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
BitmapPool.java 307 b = createBitmap(width, height);
318 private Bitmap createBitmap(final int width, final int height) {
319 return Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
  /cts/tests/tests/graphics/src/android/graphics/cts/
CanvasTest.java 97 mMutableBitmap = Bitmap.createBitmap(BITMAP_WIDTH, BITMAP_HEIGHT, Config.ARGB_8888);
105 mMutableBitmap = Bitmap.createBitmap(BITMAP_WIDTH, BITMAP_HEIGHT, Config.ARGB_8888);
138 mMutableBitmap = Bitmap.createBitmap(BITMAP_WIDTH, 31, Config.ARGB_8888);
152 Bitmap normal = Bitmap.createBitmap(10, 10, Config.ARGB_8888);
164 mCanvas.setBitmap(Bitmap.createBitmap(10, 10, Config.ARGB_8888));
173 mCanvas.setBitmap(Bitmap.createBitmap(20, 20, Config.ARGB_8888));
180 Canvas c = new Canvas(Bitmap.createBitmap(10, 10, Config.ARGB_8888));
187 c.setBitmap(Bitmap.createBitmap(10, 10, Config.ARGB_8888));
    [all...]
  /frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
ImageProcessingActivity2.java 209 mBitmapOut1 = Bitmap.createBitmap(1920, 1080, Bitmap.Config.ARGB_8888);
210 mBitmapOut2 = Bitmap.createBitmap(1920, 1080, Bitmap.Config.ARGB_8888);
217 mBitmapOut1 = Bitmap.createBitmap(1280, 720, Bitmap.Config.ARGB_8888);
218 mBitmapOut2 = Bitmap.createBitmap(1280, 720, Bitmap.Config.ARGB_8888);
225 mBitmapOut1 = Bitmap.createBitmap(800, 450, Bitmap.Config.ARGB_8888);
226 mBitmapOut2 = Bitmap.createBitmap(800, 450, Bitmap.Config.ARGB_8888);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
PlaybackControlsRow.java 543 createBitmap(repeatDrawable.getBitmap(), repeatAllColor));
546 createBitmap(repeatOneDrawable.getBitmap(), repeatOneColor));
606 createBitmap(uncoloredDrawable.getBitmap(), highlightColor));
664 createBitmap(uncoloredDrawable.getBitmap(), highlightColor));
725 createBitmap(uncoloredDrawable.getBitmap(), highlightColor));
737 static Bitmap createBitmap(Bitmap bitmap, int color) {
    [all...]
  /frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/
TestUtils.java 60 final Bitmap bitmap = Bitmap.createBitmap(bitmapWidth, bitmapHeight,
122 Bitmap bitmap = Bitmap.createBitmap(drawableWidth, drawableHeight,
187 Bitmap bitmap = Bitmap.createBitmap(drawableWidth, drawableHeight, Bitmap.Config.ARGB_8888);
  /packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/cards/
CardView.java 58 private Bitmap mBitmap = Bitmap.createBitmap(1, 1, Config.ARGB_8888);
258 Bitmap bmpBackground = Bitmap.createBitmap(
312 mBitmap = Bitmap.createBitmap(canvas.getWidth(), canvas.getHeight(), Config.ARGB_8888);

Completed in 1820 milliseconds

1 2 3 45 6 7 8 91011>>