HomeSort by relevance Sort by last modified time
    Searched full:createbitmap (Results 26 - 50 of 264) sorted by null

12 3 4 5 6 7 8 91011

  /cts/tests/tests/graphics/src/android/graphics/cts/
NinePatchTest.java 71 Bitmap bitmap = Bitmap.createBitmap(COLOR, 10, 10, Bitmap.Config.ARGB_4444);
80 Bitmap bitmap = Bitmap.createBitmap(expected.getWidth(), expected.getHeight(),
88 bitmap = Bitmap.createBitmap(expected.getWidth(), expected.getHeight(),
95 bitmap = Bitmap.createBitmap(expected.getWidth(), expected.getHeight(),
105 bitmap = Bitmap.createBitmap(expected.getWidth(), expected.getHeight(),
BitmapShaderTest.java 39 Bitmap tile = Bitmap.createBitmap(TILE_WIDTH, TILE_HEIGHT, Config.ARGB_8888);
51 Bitmap b = Bitmap.createBitmap(NUM_TILES * TILE_WIDTH - TILE_WIDTH / 2,
ComposePathEffectTest.java 53 Bitmap actual = Bitmap.createBitmap(BITMAP_WIDTH, BITMAP_HEIGHT, Config.ARGB_8888);
59 Bitmap expected = Bitmap.createBitmap(BITMAP_WIDTH, BITMAP_HEIGHT, Config.ARGB_8888);
PaintFlagsDrawFilterTest.java 62 Bitmap b = Bitmap.createBitmap(BITMAP_WIDTH, BITMAP_HEIGHT, Config.ARGB_8888);
71 Bitmap combinedBitmap = Bitmap.createBitmap(BITMAP_WIDTH, BITMAP_HEIGHT, Config.ARGB_8888);
Bitmap_CompressFormatTest.java 42 Bitmap b = Bitmap.createBitmap(10, 24, Config.ARGB_8888);
Canvas_VertexModeTest.java 45 Bitmap bitmap = Bitmap.createBitmap(10, 27, Config.RGB_565);
AvoidXfermodeTest.java 53 Bitmap b = Bitmap.createBitmap(BITMAP_WIDTH, BITMAP_HEIGHT, Config.ARGB_8888);
  /frameworks/base/docs/html/sdk/api_diff/17/changes/
android.graphics.Bitmap.html 87 <nobr><code>Bitmap</code>&nbsp;<A HREF="../../../../reference/android/graphics/Bitmap.html#createBitmap(android.util.DisplayMetrics, int, int, android.graphics.Bitmap.Config)" target="_top"><code>createBitmap</code></A>(<code>DisplayMetrics,</nobr> int<nobr>,</nobr> int<nobr>,</nobr> Config<nobr><nobr></code>)</nobr>
94 <nobr><code>Bitmap</code>&nbsp;<A HREF="../../../../reference/android/graphics/Bitmap.html#createBitmap(android.util.DisplayMetrics, int[], int, int, android.graphics.Bitmap.Config)" target="_top"><code>createBitmap</code></A>(<code>DisplayMetrics,</nobr> int[]<nobr>,</nobr> int<nobr>,</nobr> int<nobr>,</nobr> Config<nobr><nobr></code>)</nobr>
101 <nobr><code>Bitmap</code>&nbsp;<A HREF="../../../../reference/android/graphics/Bitmap.html#createBitmap(android.util.DisplayMetrics, int[], int, int, int, int, android.graphics.Bitmap.Config)" target="_top"><code>createBitmap</code></A>(<code>DisplayMetrics,</nobr> int[]<nobr>,</nobr> int<nobr>,</nobr> int<nobr>,</nobr> int<nobr>,</nobr> int<nobr>,</nobr> Config<nobr><nobr></code>)</nobr>
  /cts/tests/tests/app/src/android/app/cts/
ActivityManagerRunningTaskInfoTest.java 62 mRunningTaskInfo.thumbnail = Bitmap.createBitmap(480, 320,
90 mRunningTaskInfo.thumbnail = Bitmap.createBitmap(480, 320,
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
BitmapDecode.java 95 mBitmap3 = Bitmap.createBitmap(pixels, 0, w, w, h,
97 mBitmap4 = Bitmap.createBitmap(pixels, 0, w, w, h,
Patterns.java 34 Bitmap bm = Bitmap.createBitmap(40, 40, Bitmap.Config.RGB_565);
44 Bitmap bm = Bitmap.createBitmap(64, 64, Bitmap.Config.ARGB_8888);
BitmapPixels.java 141 mBitmap1 = Bitmap.createBitmap(N, N, Bitmap.Config.ARGB_8888);
142 mBitmap2 = Bitmap.createBitmap(N, N, Bitmap.Config.RGB_565);
143 mBitmap3 = Bitmap.createBitmap(N, N, Bitmap.Config.ARGB_4444);
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,
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowBitmap.java 39 public static Bitmap createBitmap(int width, int height, Bitmap.Config config) {
50 public static Bitmap createBitmap(Bitmap bitmap) {
  /external/webkit/Source/WebCore/platform/image-decoders/wx/
ImageDecoderWx.cpp 75 // its dtor and we can't access it (notably in CreateBitmap() below)
81 wxGraphicsBitmap* bitmap = new wxGraphicsBitmap(wxGraphicsRenderer::GetDefaultRenderer()->CreateBitmap(*bmp));
  /external/webkit/Source/WebKit2/UIProcess/win/
BackingStoreWin.cpp 70 static PassOwnPtr<HBITMAP> createBitmap(const IntSize& size)
81 m_bitmap = createBitmap(m_size);
  /packages/apps/Browser/tests/src/com/android/browser/tests/
BP2UriObserverTests.java 56 Bitmap favicon = Bitmap.createBitmap(16, 16, Config.ARGB_8888);
92 Bitmap favicon = Bitmap.createBitmap(16, 16, Config.ARGB_8888);
  /development/ndk/platforms/android-8/samples/bitmap-plasma/src/com/example/plasma/
Plasma.java 54 mBitmap = Bitmap.createBitmap(W, H, Bitmap.Config.RGB_565);
  /development/samples/RenderScript/HelloCompute/src/com/example/android/rs/hellocompute/
HelloCompute.java 42 mBitmapOut = Bitmap.createBitmap(mBitmapIn.getWidth(), mBitmapIn.getHeight(),
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ClipDrawableTest.java 105 Bitmap bitmap = Bitmap.createBitmap(100, 50, Config.RGB_565);
119 Bitmap bitmap = Bitmap.createBitmap(100, 50, Config.RGB_565);
129 new BitmapDrawable(Bitmap.createBitmap(100, 50, Config.RGB_565));
134 bmpDrawable = new BitmapDrawable(Bitmap.createBitmap(100, 50, Config.RGB_565));
189 new BitmapDrawable(Bitmap.createBitmap(100, 50, Config.RGB_565));
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
BitmapUtils.java 122 Bitmap target = Bitmap.createBitmap(width, height, getConfig(bitmap));
158 Bitmap target = Bitmap.createBitmap(size, size, getConfig(bitmap));
185 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/Mms/src/com/android/mms/model/
ImageModel.java 155 private Bitmap createBitmap(int thumbnailBoundsLimit, Uri uri) {
159 Log.v(TAG, "createBitmap size: " + (data == null ? data : data.length));
168 bm = createBitmap(Math.max(width, height), getUri());
  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
ArcShapeTest.java 49 Bitmap bitmap = Bitmap.createBitmap(TEST_WIDTH, TEST_HEIGHT, Config.ARGB_8888);
OvalShapeTest.java 44 Bitmap bitmap = Bitmap.createBitmap(TEST_WIDTH, TEST_HEIGHT, Config.ARGB_8888);

Completed in 392 milliseconds

12 3 4 5 6 7 8 91011