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

1 2 3 45 6 7 8 91011>>

  /frameworks/layoutlib/bridge/src/android/graphics/
BitmapFactory_Delegate.java 75 bm = Bitmap_Delegate.createBitmap(ninePatch.getImage(), bitmapCreateFlags,
92 bm = Bitmap_Delegate.createBitmap(is, bitmapCreateFlags, density);
  /frameworks/support/core/ktx/src/main/java/androidx/core/graphics/drawable/
Drawable.kt 60 val bitmap = Bitmap.createBitmap(width, height, config ?: Config.ARGB_8888)
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TileImageViewAdapter.java 113 bitmap = Bitmap.createBitmap(tileSize, tileSize, Config.ARGB_8888);
172 Bitmap result = Bitmap.createBitmap(tileSize, tileSize, Config.ARGB_8888);
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
BitmapUtil.java 165 final Bitmap cropped = Bitmap.createBitmap(src, srcX, srcY, srcCroppedW, srcCroppedH, m,
203 Bitmap output = Bitmap.createBitmap(targetSize, targetSize, Bitmap.Config.ARGB_8888);
  /packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/
UploadedTexture.java 66 ? Bitmap.createBitmap(1, length, config)
67 : Bitmap.createBitmap(length, 1, config);
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/views/
MultiTouchView.java 96 mBitmap = Bitmap.createBitmap(w, h, Bitmap.Config.ARGB_8888);
156 final Bitmap bmp = Bitmap.createBitmap(colors, 0, w, w, h, Bitmap.Config.ARGB_8888);
  /cts/hostsidetests/theme/app/src/android/theme/app/
GenerateBitmapTask.java 57 mBitmap = Bitmap.createBitmap(mView.getWidth(), mView.getHeight(),
  /cts/tests/autofillservice/src/android/autofillservice/cts/
AbstractAutoFillActivity.java 90 final Bitmap dest = Bitmap.createBitmap(
  /cts/tests/tests/text/src/android/text/cts/
EmojiTest.java 212 Bitmap bitmap = Bitmap.createBitmap(getDrawingCache());
236 Bitmap bitmap = Bitmap.createBitmap(getDrawingCache());
260 Bitmap bitmap = Bitmap.createBitmap(getDrawingCache());
295 bitmap = Bitmap.createBitmap(picture.getWidth(), picture.getHeight(),
  /cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/
PerPixelBitmapVerifier.java 79 mDifferenceBitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
SamplePointVerifier.java 66 mDifferenceBitmap = Bitmap.createBitmap(ActivityTestBase.TEST_WIDTH,
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
AutofillHighlightTests.java 40 Bitmap goldenBitmap = Bitmap.createBitmap(ActivityTestBase.TEST_WIDTH,
  /cts/tests/tests/uirendering/src/android/uirendering/cts/util/
BitmapAsserter.java 82 Bitmap croppedBitmap = Bitmap.createBitmap(bitmap, 0, 0, width, height);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
LivePointerIconButton.java 51 Bitmap bitmap = Bitmap.createBitmap(cursorSize, cursorSize, Bitmap.Config.ARGB_8888);
  /development/samples/RenderScript/HelloCompute/src/com/example/android/rs/hellocompute/
HelloCompute.java 42 mBitmapOut = Bitmap.createBitmap(mBitmapIn.getWidth(), mBitmapIn.getHeight(),
  /development/samples/devbytes/graphics/BitmapAllocation/src/com/example/android/bitmapallocation/
BitmapAllocation.java 63 mCurrentBitmap = Bitmap.createBitmap(mBitmapOptions.outWidth,
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
TransformationUtils.java 62 result = Bitmap.createBitmap(width, height, toCrop.getConfig() == null
113 toReuse = Bitmap.createBitmap(targetWidth, targetHeight, config);
203 result = Bitmap.createBitmap(
264 // From Bitmap.createBitmap.
273 result = Bitmap.createBitmap(newWidth, newHeight, toOrient.getConfig());
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowIconTest.java 33 Bitmap bitmap = Bitmap.createBitmap(100, 100, Bitmap.Config.ARGB_8888);
  /frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/
CanvasPerfTest.java 75 Bitmap bitmap = Bitmap.createBitmap(80, 80, Config.ARGB_8888);
  /frameworks/base/core/java/com/android/internal/util/
UserIcons.java 53 Bitmap bitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
  /frameworks/base/libs/hwui/tests/common/scenes/
MagnifierAnimation.cpp 33 magnifier = TestUtils::createBitmap(200, 100);
  /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/main/java/com/example/android/supportv4/content/
FileProviderExample.java 67 final Bitmap bitmap = Bitmap.createBitmap(
  /frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
PlaybackSeekDataProviderSample.java 52 Bitmap bmp = Bitmap.createBitmap(160, 160, Bitmap.Config.ARGB_8888);

Completed in 1459 milliseconds

1 2 3 45 6 7 8 91011>>