Searched refs:createBitmap (Results 26 - 50 of 107) sorted by relevance

12345

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DBackingStore.java512 createBitmap();
517 createBitmap();
522 createBitmap();
575 private void createBitmap() { method in class:BackingStore.BitmapBacking
576 mBitmap = Bitmap.createBitmap(mDimensions[0], mDimensions[1], Bitmap.Config.ARGB_8888);
H A DFrameImage2D.java171 Bitmap dstBitmap = Bitmap.createBitmap(dstImage.getWidth(), dstImage.getHeight(), config);
/frameworks/base/media/java/android/media/
H A DThumbnailUtils.java373 Bitmap b2 = Bitmap.createBitmap(targetWidth, targetHeight,
423 b1 = Bitmap.createBitmap(source, 0, 0,
436 Bitmap b2 = Bitmap.createBitmap(
/frameworks/base/core/tests/coretests/src/android/widget/
H A DTextViewPerformanceTest.java43 Bitmap mBitmap = Bitmap.createBitmap(320, 240, Bitmap.Config.RGB_565);
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DNativeFrame.java190 Bitmap result = Bitmap.createBitmap(getFormat().getWidth(),
H A DGLFrame.java244 Bitmap result = Bitmap.createBitmap(getFormat().getWidth(),
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DRedEyeFilter.java157 Bitmap redEyeBitmap = Bitmap.createBitmap(bitmapWidth, bitmapHeight, Bitmap.Config.ARGB_8888);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
H A DMediaFrameworkTest.java92 mDestBitmap = Bitmap.createBitmap((int)640, (int)480, Bitmap.Config.ARGB_8888);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderDrawable.java102 Bitmap bitmap = Bitmap_Delegate.createBitmap(image,
H A DResourceHelper.java249 bitmap = Bitmap_Delegate.createBitmap(bmpFile, false /*isMutable*/,
300 bitmap = Bitmap_Delegate.createBitmap(ninePatch.getImage(),
/frameworks/base/core/java/android/gesture/
H A DGesture.java186 final Bitmap bitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
221 final Bitmap bitmap = Bitmap.createBitmap(width, height,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccUtils.java412 return Bitmap.createBitmap(pixels, width, height, Bitmap.Config.ARGB_8888);
455 return Bitmap.createBitmap(resultArray, width, height,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccUtils.java412 return Bitmap.createBitmap(pixels, width, height, Bitmap.Config.ARGB_8888);
455 return Bitmap.createBitmap(resultArray, width, height,
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DHorizontalGridView.java274 mTempBitmapLow = Bitmap.createBitmap(mLowFadeShaderLength, getHeight(),
291 mTempBitmapHigh = Bitmap.createBitmap(mHighFadeShaderLength, getHeight(),
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
H A DSystemServicesProxy.java138 mDummyIcon = Bitmap.createBitmap(1, 1, Bitmap.Config.ARGB_8888);
169 Bitmap.createBitmap(mDummyIcon),
271 Bitmap thumbnail = Bitmap.createBitmap(mDummyThumbnailWidth, mDummyThumbnailHeight,
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
H A DBitmapRegionTileSource.java128 Bitmap newBitmap = Bitmap.createBitmap(
446 bitmap = Bitmap.createBitmap(tileSize, tileSize, Bitmap.Config.ARGB_8888);
485 Bitmap result = Bitmap.createBitmap(tileSize, tileSize, Config.ARGB_8888);
/frameworks/base/core/java/android/app/
H A DLauncherActivity.java302 final Bitmap thumb = Bitmap.createBitmap(mIconWidth, mIconHeight, c);
320 final Bitmap thumb = Bitmap.createBitmap(mIconWidth, mIconHeight, c);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DRecentsTaskLoader.java300 Bitmap icon = Bitmap.createBitmap(1, 1, Bitmap.Config.ARGB_8888);
302 mDefaultThumbnail = Bitmap.createBitmap(1, 1, Bitmap.Config.ARGB_8888);
/frameworks/base/core/java/android/transition/
H A DCrossfade.java271 Bitmap bitmap = Bitmap.createBitmap(view.getWidth(), view.getHeight(),
/frameworks/base/core/java/android/view/
H A DTextureView.java549 return getBitmap(Bitmap.createBitmap(getResources().getDisplayMetrics(),
/frameworks/base/core/jni/android/graphics/
H A DBitmap.cpp347 return GraphicsJNI::createBitmap(env, new SkBitmap(bitmap), buff,
361 return GraphicsJNI::createBitmap(env, new SkBitmap(result), allocator.getStorageObj(),
617 return GraphicsJNI::createBitmap(env, bitmap, buffer, getPremulBitmapCreateFlags(isMutable),
700 return GraphicsJNI::createBitmap(env, dst, allocator.getStorageObj(),
/frameworks/base/core/jni/
H A Dandroid_emoji_EmojiFactory.cpp173 return GraphicsJNI::createBitmap(env, bitmap,
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DRgbPlayerActivity.java132 mBitmap = Bitmap.createBitmap(mWidth, mHeight,
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardCircleFramedDrawable.java62 mBitmap = Bitmap.createBitmap(mSize, mSize, Bitmap.Config.ARGB_8888);
/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionInfo.java206 Bitmap workingBitmap = Bitmap.createBitmap(metrics, width, height, mIconBitmap.getConfig());

Completed in 2444 milliseconds

12345