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

1 2 3 45 6 7 8 9

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/voice/
SoundIndicator.java 82 Bitmap.createBitmap(mFrontDrawable.getIntrinsicWidth(),
  /system/media/mca/filterfw/java/android/filterfw/core/
NativeFrame.java 192 Bitmap result = Bitmap.createBitmap(getFormat().getWidth(),
  /system/media/mca/filterpacks/imageproc/java/
RedEyeFilter.java 179 mRedEyeBitmap = Bitmap.createBitmap(bitmapWidth, bitmapHeight, Bitmap.Config.ARGB_8888);
  /frameworks/base/core/java/android/gesture/
Gesture.java 186 final Bitmap bitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
221 final Bitmap bitmap = Bitmap.createBitmap(width, height,
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccUtils.java 414 return Bitmap.createBitmap(pixels, width, height, Bitmap.Config.ARGB_8888);
457 return Bitmap.createBitmap(resultArray, width, height,
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AllocationTest.java 211 Bitmap B = Bitmap.createBitmap(bDimX, bDimY, Bitmap.Config.ARGB_8888);
228 Bitmap badB = Bitmap.createBitmap(47, 8, Bitmap.Config.ARGB_8888);
237 Bitmap badB = Bitmap.createBitmap(48, 4, Bitmap.Config.ARGB_8888);
246 Bitmap badB = Bitmap.createBitmap(36, 6, Bitmap.Config.ARGB_8888);
396 Bitmap bSrc = Bitmap.createBitmap(x, y, Bitmap.Config.ARGB_8888);
397 Bitmap bDst = Bitmap.createBitmap(x, y, Bitmap.Config.ARGB_8888);
  /cts/tests/tests/graphics/src/android/graphics/cts/
YuvImageTest.java 257 Bitmap dst = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
303 expected = Bitmap.createBitmap(testBitmap, expectedRect.left, expectedRect.top, expectedRect.width(), expectedRect.height());
317 expected = Bitmap.createBitmap(testBitmap, newRect.left, newRect.top,
CanvasTest.java 89 mMutableBitmap = Bitmap.createBitmap(BITMAP_WIDTH, BITMAP_HEIGHT, Config.ARGB_8888);
127 mMutableBitmap = Bitmap.createBitmap(BITMAP_WIDTH, BITMAP_HEIGHT, Config.ARGB_8888);
156 mMutableBitmap = Bitmap.createBitmap(BITMAP_WIDTH, 31, Config.ARGB_8888);
    [all...]
SweepGradientTest.java 51 mBitmap = Bitmap.createBitmap(SIZE, SIZE, Config.ARGB_8888);
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
BitmapDrawableTest.java 125 Bitmap bitmap = Bitmap.createBitmap(200, 300, Config.ARGB_8888);
435 Bitmap bitmap = Bitmap.createBitmap(200, 300, Config.RGB_565);
464 Bitmap bitmap = Bitmap.createBitmap(200, 300, Config.RGB_565);
  /frameworks/base/core/jni/android/graphics/
Graphics.cpp 347 jobject GraphicsJNI::createBitmap(JNIEnv* env, SkBitmap* bitmap, jbyteArray buffer,
360 jobject GraphicsJNI::createBitmap(JNIEnv* env, SkBitmap* bitmap, bool isMutable,
363 return createBitmap(env, bitmap, NULL, isMutable, ninepatch, density);
Bitmap.cpp 238 return GraphicsJNI::createBitmap(env, new SkBitmap(bitmap), buff, isMutable, NULL);
250 return GraphicsJNI::createBitmap(env, new SkBitmap(result), allocator.getStorageObj(), isMutable, NULL);
409 return GraphicsJNI::createBitmap(env, bitmap, buffer, isMutable, NULL, density);
487 return GraphicsJNI::createBitmap(env, dst, allocator.getStorageObj(), true, NULL);
BitmapRegionDecoder.cpp 247 return GraphicsJNI::createBitmap(env, bitmap, buff, false, NULL, -1);
  /frameworks/base/core/java/android/app/
LauncherActivity.java 302 final Bitmap thumb = Bitmap.createBitmap(mIconWidth, mIconHeight, c);
320 final Bitmap thumb = Bitmap.createBitmap(mIconWidth, mIconHeight, c);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
ResourceHelper.java 233 bitmap = Bitmap_Delegate.createBitmap(bmpFile, false /*isMutable*/,
284 bitmap = Bitmap_Delegate.createBitmap(ninePatch.getImage(),
  /frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselController.java 59 private Bitmap mDefaultLineBitmap = Bitmap.createBitmap(
91 private Bitmap mDetailLoadingBitmap = Bitmap.createBitmap(
  /frameworks/ex/carousel/test/src/com/android/carouseltest/
TaskSwitcherActivity.java 64 private Bitmap mBlankBitmap = Bitmap.createBitmap(128, 128, Config.RGB_565);
154 bitmap = Bitmap.createBitmap(DETAIL_TEXTURE_WIDTH, DETAIL_TEXTURE_HEIGHT,
  /packages/apps/Contacts/src/com/android/contacts/list/
ShortcutIntentBuilder.java 312 Bitmap icon = Bitmap.createBitmap(mIconSize, mIconSize, Bitmap.Config.ARGB_8888);
348 Bitmap icon = Bitmap.createBitmap(mIconSize, mIconSize, Bitmap.Config.ARGB_8888);
  /packages/apps/Settings/src/com/android/settings/
ActivityPicker.java 385 final Bitmap thumb = Bitmap.createBitmap(mIconWidth, mIconHeight, c);
405 final Bitmap thumb = Bitmap.createBitmap(mIconWidth, mIconHeight, c);
  /cts/tests/tests/text/src/android/text/style/cts/
ImageSpanTest.java 106 Bitmap b = Bitmap.createBitmap(color, width, height, Bitmap.Config.RGB_565);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
FingerPaint.java 78 mBitmap = Bitmap.createBitmap(w, h, Bitmap.Config.ARGB_8888);
  /development/samples/ApiDemos/src/com/example/android/apis/os/
Sensors.java 88 mBitmap = Bitmap.createBitmap(w, h, Bitmap.Config.RGB_565);
  /external/webkit/Source/WebKit/android/jni/
WebIconDatabase.cpp 64 return GraphicsJNI::createBitmap(env, new SkBitmap(bm), false, NULL);
  /frameworks/base/core/java/android/view/
TextureView.java 481 return getBitmap(Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888));
  /frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
RgbPlayerActivity.java 132 mBitmap = Bitmap.createBitmap(mWidth, mHeight,

Completed in 2580 milliseconds

1 2 3 45 6 7 8 9