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

1 23 4 5 6 7 8 91011>>

  /cts/tests/tests/uirendering/src/android/uirendering/cts/util/
BitmapDumper.java 85 visualizerBitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
87 Bitmap croppedBitmap = Bitmap.createBitmap(testedBitmap, 0, 0, width, height);
  /cts/tests/tests/view/src/android/view/cts/util/
DrawingUtils.java 46 final Bitmap bitmap = Bitmap.createBitmap(viewWidth, viewHeight, Bitmap.Config.ARGB_8888);
53 final Bitmap goldenBitmap = Bitmap.createBitmap(viewWidth, viewHeight,
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Patterns.java 34 Bitmap bm = Bitmap.createBitmap(40, 40, Bitmap.Config.RGB_565);
44 Bitmap bm = Bitmap.createBitmap(64, 64, Bitmap.Config.ARGB_8888);
  /frameworks/base/core/java/com/android/internal/util/
ImageUtils.java 65 mTempCompactBitmap = Bitmap.createBitmap(
150 Bitmap result = Bitmap.createBitmap(scaledWidth, scaledHeight, Config.ARGB_8888);
  /frameworks/base/tests/Internal/src/android/app/
WallpaperColorsTest.java 53 Bitmap image = Bitmap.createBitmap(30, 30, Bitmap.Config.ARGB_8888);
94 Bitmap image = Bitmap.createBitmap(300, 300, Bitmap.Config.ARGB_8888);
  /frameworks/rs/tests/lldb/java/InfiniteLoop/src/com/android/rs/infiniteloop/
MainActivity.java 56 mBitmapIn = Bitmap.createBitmap(500, 500, Bitmap.Config.ARGB_8888);
59 mBitmapsOut[i] = Bitmap.createBitmap(mBitmapIn.getWidth(),
  /frameworks/rs/tests/lldb/java/KernelVariables/src/com/android/rs/kernelvariables/
MainActivity.java 42 mBitmapIn = Bitmap.createBitmap(500, 500, Bitmap.Config.ARGB_8888);
43 mBitmapOut = Bitmap.createBitmap(mBitmapIn.getWidth(),
  /packages/apps/Launcher2/src/com/android/launcher2/
HolographicViewHelper.java 74 final Bitmap b = Bitmap.createBitmap(
92 final Bitmap b = Bitmap.createBitmap(
  /frameworks/base/core/tests/coretests/src/android/graphics/drawable/
IconTest.java 45 final Bitmap bm1 = Bitmap.createBitmap(100, 200, Bitmap.Config.ARGB_8888);
46 final Bitmap bm2 = Bitmap.createBitmap(100, 200, Bitmap.Config.RGB_565);
63 final Bitmap test1 = Bitmap.createBitmap(draw1.getIntrinsicWidth(),
65 final Bitmap test2 = Bitmap.createBitmap(draw2.getIntrinsicWidth(),
67 final Bitmap test3 = Bitmap.createBitmap(draw3.getIntrinsicWidth(),
112 final Bitmap bm1 = Bitmap.createBitmap(150, 150, Bitmap.Config.ARGB_8888);
121 final Bitmap test1 = Bitmap.createBitmap(
151 final Bitmap test1 = Bitmap.createBitmap(draw1.getIntrinsicWidth(),
178 final Bitmap test1 = Bitmap.createBitmap(draw1.getIntrinsicWidth(),
211 final Bitmap test1 = Bitmap.createBitmap(draw1.getIntrinsicWidth()
    [all...]
  /cts/tests/pdf/src/android/graphics/pdf/cts/
Utils.java 123 Bitmap bm = Bitmap.createBitmap(bmWidth, bmHeight, Bitmap.Config.ARGB_8888);
157 renderedBm = Bitmap.createBitmap(page.getWidth(), page.getHeight(),
180 Bitmap transformedBm = Bitmap.createBitmap(bmWidth, bmHeight, Bitmap.Config.ARGB_8888);
186 clippedBm = Bitmap.createBitmap(bmWidth, bmHeight, Bitmap.Config.ARGB_8888);
  /cts/tests/tests/graphics/src/android/graphics/cts/
Bitmap_CompressFormatTest.java 52 Bitmap b = Bitmap.createBitmap(10, 24, Config.ARGB_8888);
Canvas_VertexModeTest.java 54 Bitmap bitmap = Bitmap.createBitmap(10, 27, Config.RGB_565);
PaintFlagsDrawFilterTest.java 65 Bitmap b = Bitmap.createBitmap(BITMAP_WIDTH, BITMAP_HEIGHT, Config.ARGB_8888);
74 Bitmap combinedBitmap = Bitmap.createBitmap(BITMAP_WIDTH, BITMAP_HEIGHT, Config.ARGB_8888);
122 Bitmap grid = Bitmap.createBitmap(kWidth, kHeight, Config.ARGB_8888);
134 Bitmap dst = Bitmap.createBitmap(kWidth * kScale, kHeight * kScale, Config.ARGB_8888);
RadialGradientTest.java 48 Bitmap bitmap = Bitmap.createBitmap(3, 1, Config.ARGB_8888);
  /cts/tests/tests/security/src/android/security/cts/
Movie33897722.java 70 Bitmap bitmap = Bitmap.createBitmap(drawWidth, drawHeight, Bitmap.Config.ARGB_8888);
  /cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/
GoldenImageVerifier.java 45 mDifferenceBitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
ShaderTests.java 50 Bitmap shaderBitmap = Bitmap.createBitmap(1, 1, Bitmap.Config.ARGB_8888);
71 Bitmap shaderBitmap = Bitmap.createBitmap(1, 1, Bitmap.Config.ARGB_8888);
112 mBitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ALPHA_8);
119 Bitmap shaderBitmap = Bitmap.createBitmap(
  /development/samples/devbytes/animation/KeyframeAnimation/src/com/example/android/keyframeanimation/
KeyframeAnimation.java 75 Bitmap bitmap = Bitmap.createBitmap(400, 400, Bitmap.Config.ARGB_8888);
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
BitmapTest.java 34 Bitmap bitmap = Bitmap.createBitmap(100, 200, Config.ARGB_8888);
40 Bitmap bitmap = Bitmap.createBitmap(100, 200, Config.ARGB_8888);
48 Bitmap newBitmap = Bitmap.createBitmap(originalBitmap);
55 Bitmap bitmap = Bitmap.createBitmap(100, 200, Config.ARGB_8888);
  /frameworks/base/core/jni/android/graphics/
Bitmap.h 36 jobject createBitmap(JNIEnv* env, Bitmap* bitmap,
  /frameworks/base/libs/hwui/tests/common/
BitmapAllocationTestUtils.h 32 sk_sp<Bitmap> bitmap = TestUtils::createBitmap(width, height, colorType);
  /frameworks/base/libs/hwui/tests/common/scenes/
ReadbackFromHardwareBitmap.cpp 52 sk_sp<Bitmap> heapBitmap(TestUtils::createBitmap(hardwareBitmap->width(),
  /frameworks/rs/tests/java_api/HelloComputeNDK/src/com/example/android/rs/hellocomputendk/
HelloComputeNDK.java 41 mBitmapOut = Bitmap.createBitmap(mBitmapIn.getWidth(), mBitmapIn.getHeight(),
  /frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
PlaybackSeekDiskDataProvider.java 63 Bitmap bmp = Bitmap.createBitmap(160, 160, Bitmap.Config.ARGB_8888);
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/
UriBitmap.java 59 Bitmap bitmap = Bitmap.createBitmap(15, 15, Bitmap.Config.ARGB_8888);

Completed in 1511 milliseconds

1 23 4 5 6 7 8 91011>>