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

<<11121314151617181920>>

  /frameworks/base/core/java/android/view/
ViewDebug.java 608 Bitmap bitmap = Bitmap.createBitmap(
755 b = Bitmap.createBitmap(root.getResources().getDisplayMetrics(),
    [all...]
TextureView.java 566 return getBitmap(Bitmap.createBitmap(getResources().getDisplayMetrics(),
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapFactoryTest.java 404 Bitmap bitmap = Bitmap.createBitmap(pixelCount, 1, Config.ARGB_8888);
449 Bitmap reuseBuffer = Bitmap.createBitmap(1000000, 1, Bitmap.Config.ALPHA_8);
599 mDefaultCreationDensity = Bitmap.createBitmap(1, 1, Config.ARGB_8888).getDensity();
730 Bitmap source = Bitmap.createBitmap(100, 100, Config.ARGB_8888);
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
BoringLayoutTest.java 333 Bitmap mutableBitmap = Bitmap.createBitmap(10, 28, Config.ARGB_8888);
354 final Bitmap bmp = Bitmap.createBitmap(l.getWidth(), l.getHeight(), Bitmap.Config.RGB_565);
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/
Plot.java 180 bgBuffer = Bitmap.createBitmap(w, h, Bitmap.Config.ARGB_4444);
181 fgBuffer = Bitmap.createBitmap(w, h, Bitmap.Config.ARGB_4444);
  /frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp 508 return bitmap::createBitmap(env, hardwareBitmap.release(), bitmapCreateFlags,
513 return bitmap::createBitmap(env, defaultAllocator.getStorageObjAndReset(),
ImageDecoder.cpp 459 return bitmap::createBitmap(env, hwBitmap.release(), bitmapCreateFlags,
472 return bitmap::createBitmap(env, nativeBitmap.release(), bitmapCreateFlags, ninePatchChunk,
  /frameworks/base/telephony/java/com/android/internal/telephony/uicc/
IccUtils.java 494 return Bitmap.createBitmap(pixels, width, height, Bitmap.Config.ARGB_8888);
537 return Bitmap.createBitmap(resultArray, width, height,
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
ResourceHelper.java 358 Bitmap_Delegate.createBitmap(bmpFile, false /*isMutable*/, density);
429 bitmap = Bitmap_Delegate.createBitmap(ninePatch.getImage(),
  /frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
MainActivity.java 103 mBitmapIn = Bitmap.createBitmap(64, 64, Bitmap.Config.ARGB_8888);
104 mBitmapOut = Bitmap.createBitmap(mBitmapIn.getWidth(), mBitmapIn.getHeight(), mBitmapIn.getConfig());
  /frameworks/support/print/src/main/java/androidx/print/
PrintHelper.java 459 bitmap = Bitmap.createBitmap(bitmap, 0, 0,
804 Bitmap grayscale = Bitmap.createBitmap(original.getWidth(), original.getHeight(),
  /packages/apps/Contacts/src/com/android/contacts/
ShortcutIntentBuilder.java 371 Bitmap bitmap = Bitmap.createBitmap(mIconSize, mIconSize, Bitmap.Config.ARGB_8888);
389 Bitmap roundedBitmap = Bitmap.createBitmap(mIconSize, mIconSize, Bitmap.Config.ARGB_8888);
  /packages/apps/DeskClock/src/com/android/deskclock/
Utils.java 505 public static Bitmap createBitmap(View view) {
506 final Bitmap bitmap = Bitmap.createBitmap(view.getWidth(), view.getHeight(), ARGB_8888);
  /bootable/recovery/tools/recovery_l10n/src/com/android/recovery_l10n/
Main.java 246 Bitmap out = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
  /cts/tests/inputmethod/src/android/view/inputmethod/cts/
NavigationBarColorTest.java 275 return Bitmap.createBitmap(bitmap, 0, bitmap.getHeight() - navigationBarHeight,
  /cts/tests/tests/content/src/android/content/pm/cts/
InstallSessionParamsUnitTest.java 134 {{null, Bitmap.createBitmap(42, 42, Bitmap.Config.ARGB_8888)}, {}},
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
ActivityTestBase.java 124 Bitmap dest = Bitmap.createBitmap(
  /development/apps/WidgetPreview/src/com/android/widgetpreview/
WidgetPreviewActivity.java 243 Bitmap bmp = Bitmap.createBitmap(
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
LabelMaker.java 129 mBitmap = Bitmap.createBitmap(mStrikeWidth, mStrikeHeight, config);
  /development/samples/RenderScript/Levels/src/com/android/rs/levels/
LevelsDalvikActivity.java 171 Bitmap b2 = Bitmap.createBitmap(b.getWidth(), b.getHeight(), b.getConfig());
  /external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
AnimatedGifEncoder.java 379 Bitmap temp = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
  /frameworks/base/core/java/android/app/
WallpaperColors.java 126 Bitmap bitmap = Bitmap.createBitmap(optimalSize.getWidth(), optimalSize.getHeight(),
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/renderer/
PdfManipulationService.java 196 mBitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
TiledImageView.java 364 bitmap = Bitmap.createBitmap(tileSize, tileSize,
  /frameworks/base/telephony/java/android/telephony/
SubscriptionInfo.java 258 Bitmap workingBitmap = Bitmap.createBitmap(metrics, width, height, mIconBitmap.getConfig());

Completed in 1188 milliseconds

<<11121314151617181920>>