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

<<11121314151617181920>>

  /packages/apps/WallpaperPicker/src/com/android/photos/
BitmapRegionTileSource.java 107 Bitmap newBitmap = Bitmap.createBitmap(
365 bitmap = Bitmap.createBitmap(tileSize, tileSize, Bitmap.Config.ARGB_8888);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
ByodPresentMediaDialog.java 165 scaled = Bitmap.createBitmap(scaled, 0, 0, scaled.getWidth(),
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
CtsMediaTextureRender.java 292 Bitmap bmp = Bitmap.createBitmap(colors, width, height, Bitmap.Config.ARGB_8888);
  /cts/tests/inputmethod/src/android/view/inputmethod/cts/util/
NavigationBarInfo.java 189 final Bitmap bottomNavBarBitmap = Bitmap.createBitmap(fullBitmap, 0,
  /cts/tests/tests/content/src/android/content/pm/cts/
ComponentInfoTest.java 73 Bitmap bitmap = Bitmap.createBitmap(size, size, Bitmap.Config.ARGB_8888);
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ColorDrawableTest.java 163 final Bitmap b = Bitmap.createBitmap(1, 1, Config.ARGB_8888);
DrawableTestUtils.java 203 final Bitmap b = Bitmap.createBitmap(w, h, Bitmap.Config.ARGB_8888);
TransitionDrawableTest.java 68 mBitmap = Bitmap.createBitmap(CANVAS_WIDTH, CANVAS_HEIGHT, Config.ARGB_8888);
  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
RoundRectShapeTest.java 78 Bitmap bitmap = Bitmap.createBitmap(TEST_WIDTH, TEST_HEIGHT, Config.ARGB_8888);
  /cts/tests/tests/media/src/android/media/cts/
TextureRender.java 288 Bitmap bmp = Bitmap.createBitmap(colors, width, height, Bitmap.Config.ARGB_8888);
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
TextureTestRenderer.java 77 mBitmap = Bitmap.createBitmap(colors, 4, 4, Bitmap.Config.ARGB_8888);
  /cts/tests/tests/preference2/src/android/preference2/cts/
TestUtils.java 73 bt = Bitmap.createBitmap(
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
ColorSpaceTests.java 54 mMask = Bitmap.createBitmap(res.getWidth(), res.getHeight(), Bitmap.Config.ALPHA_8);
EdgeEffectTests.java 99 Bitmap bitmap = Bitmap.createBitmap(WIDTH, HEIGHT, Bitmap.Config.ARGB_8888);
Rgba16fTests.java 97 Bitmap mask = Bitmap.createBitmap(res.getWidth(), res.getHeight(),
  /developers/samples/android/tv/ChannelsPrograms/Application/src/main/java/com/example/android/tv/channelsprograms/util/
TvUtil.java 139 Bitmap.createBitmap(
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
FingerPaint.java 78 mBitmap = Bitmap.createBitmap(w, h, Bitmap.Config.ARGB_8888);
  /development/samples/RenderScript/Levels/src/com/android/rs/levels/
LevelsRSActivity.java 190 Bitmap b2 = Bitmap.createBitmap(b.getWidth(), b.getHeight(), b.getConfig());
  /development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/
CardView.java 104 Bitmap bitmapWithBorder = Bitmap.createBitmap(bitmapDrawable.getIntrinsicWidth() +
  /development/samples/devbytes/graphics/ImagePixelization/src/com/example/android/imagepixelization/
ImagePixelization.java 162 mPixelatedBitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
  /frameworks/base/core/java/android/transition/
Crossfade.java 271 Bitmap bitmap = Bitmap.createBitmap(view.getWidth(), view.getHeight(),
  /frameworks/base/core/java/android/util/
LauncherIcons.java 76 Bitmap shadow = Bitmap.createBitmap(bitmapSize, bitmapSize, Bitmap.Config.ARGB_8888);
  /frameworks/base/core/tests/coretests/src/android/view/textclassifier/
TextClassificationTest.java 57 final Bitmap bitmap = Bitmap.createBitmap(colors, width, height, Bitmap.Config.ARGB_8888);
  /frameworks/base/libs/hwui/tests/unit/
RecordingCanvasTests.cpp 277 sk_sp<Bitmap> bitmap(TestUtils::createBitmap(25, 25));
743 sk_sp<Bitmap> bitmap(TestUtils::createBitmap(100, 100));
752 sk_sp<Bitmap> bitmap = TestUtils::createBitmap(100, 100);
771 sk_sp<Bitmap> bitmap = TestUtils::createBitmap(100, 100);
    [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
GLFrame.java 244 Bitmap result = Bitmap.createBitmap(getFormat().getWidth(),

Completed in 1153 milliseconds

<<11121314151617181920>>