Home
last modified time | relevance | path

Searched refs:ALPHA_8 (Results 1 – 24 of 24) sorted by relevance

/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
DGlifPatternDrawableTest.java90 Bitmap mockBitmapCache = Bitmap.createBitmap(1366, 768, Bitmap.Config.ALPHA_8); in testScaleToCanvasSquare()
106 Bitmap mockBitmapCache = Bitmap.createBitmap(1366, 768, Bitmap.Config.ALPHA_8); in testScaleToCanvasTall()
123 Bitmap mockBitmapCache = Bitmap.createBitmap(1366, 768, Bitmap.Config.ALPHA_8); in testScaleToCanvasWide()
140 Bitmap mockBitmapCache = Bitmap.createBitmap(2049, 1152, Bitmap.Config.ALPHA_8); in testScaleToCanvasMaxSize()
/frameworks/base/packages/EasterEgg/src/com/android/egg/quares/
DQuare.kt52 val resized = Bitmap.createBitmap(width, height, Bitmap.Config.ALPHA_8) in <lambda>()
68 return Bitmap.createBitmap(data, width, height, Bitmap.Config.ALPHA_8) in <lambda>()
/frameworks/base/services/core/java/com/android/server/
DWallpaperUpdateReceiver.java54 Bitmap blank = Bitmap.createBitmap(1, 1, Bitmap.Config.ALPHA_8); in updateWallpaper()
/frameworks/av/media/libeffects/lvm/lib/Common/src/
DLVM_Mixer_FilterCoeffs.h45 #define ALPHA_8 2147437651 /* Floating point Alpha = 0.999979 */ macro
/frameworks/base/graphics/java/android/graphics/
DBitmap.java471 ALPHA_8 (1), enumConstant
559 null, ALPHA_8, null, RGB_565, ARGB_4444, ARGB_8888, RGBA_F16, HARDWARE
914 case ALPHA_8: in createBitmap()
915 newConfig = Config.ALPHA_8; in createBitmap()
1118 if (colorSpace == null && config != Config.ALPHA_8) { in createBitmap()
1772 if (getConfig() == Config.ALPHA_8) { in setColorSpace()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DMediaArtworkProcessorTest.kt89 val artwork = Bitmap.createBitmap(WIDTH, HEIGHT, Bitmap.Config.ALPHA_8) in testConfig()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DAlpha8BitmapActivity.java51 Bitmap.Config.ALPHA_8); in BitmapsView()
DPathsActivity.java100 mBitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ALPHA_8); in PathsView()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/
DIconLoader.java171 Bitmap icon = Bitmap.createBitmap(1, 1, Bitmap.Config.ALPHA_8); in DefaultIconLoader()
/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/
DHealing.java50 Bitmap bitmap = Bitmap.createBitmap(rec.width(), rec.height(), Bitmap.Config.ALPHA_8); in buildMask()
DFindRegion.java172 Bitmap bitmap = Bitmap.createBitmap(rec.width(), rec.height(), Bitmap.Config.ALPHA_8); in buildMask()
/frameworks/layoutlib/bridge/src/android/graphics/
DBitmap_Delegate.java492 Bitmap_Delegate delegate = new Bitmap_Delegate(image, Config.ALPHA_8); in nativeExtractAlpha()
572 if (delegate1.mConfig == Config.ALPHA_8) { in nativeSameAs()
DBaseCanvas_Delegate.java702 if (bitmap.getConfig() == Bitmap.Config.ALPHA_8) { in getImageToDraw()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
DGlifPatternDrawable.java158 Bitmap bitmap = Bitmap.createBitmap(scaledWidth, scaledHeight, Bitmap.Config.ALPHA_8); in createBitmapCache()
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
DHealing.java50 Bitmap bitmap = Bitmap.createBitmap(rec.width(), rec.height(), Bitmap.Config.ALPHA_8); in buildMask()
/frameworks/base/core/java/com/android/internal/app/
DPlatLogoActivity.java323 mTile = Bitmap.createBitmap(width, width, Bitmap.Config.ALPHA_8); in BackslashDrawable()
DSimpleIconFactory.java136 mBitmap = Bitmap.createBitmap(mMaxSize, mMaxSize, Bitmap.Config.ALPHA_8); in SimpleIconFactory()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDessertCaseView.java194 Bitmap a = Bitmap.createBitmap(b.getWidth(), b.getHeight(), Bitmap.Config.ALPHA_8); in convertToAlphaMask()
/frameworks/rs/support/java/src/androidx/renderscript/
DAllocation.java624 case ALPHA_8: in validateBitmapFormat()
2642 if (bc == Bitmap.Config.ALPHA_8) { in elementFromBitmap()
/frameworks/base/graphics/java/android/graphics/drawable/
DRippleDrawable.java756 bounds.width(), bounds.height(), Bitmap.Config.ALPHA_8); in updateMaskShaderIfNeeded()
/frameworks/base/rs/java/android/renderscript/
DAllocation.java638 case ALPHA_8: in validateBitmapFormat()
2755 if (bc == Bitmap.Config.ALPHA_8) { in elementFromBitmap()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt10493 enum_constant public static final android.graphics.Bitmap.Config ALPHA_8;
/frameworks/base/non-updatable-api/
Dcurrent.txt13662 enum_constant public static final android.graphics.Bitmap.Config ALPHA_8;
/frameworks/base/api/
Dcurrent.txt13662 enum_constant public static final android.graphics.Bitmap.Config ALPHA_8;