Searched refs:ARGB_8888 (Results 1 - 25 of 70) sorted by relevance

123

/frameworks/base/graphics/tests/graphicstests/src/android/graphics/
H A DBitmapTest.java27 Bitmap bm1 = Bitmap.createBitmap(100, 200, Bitmap.Config.ARGB_8888);
55 assertTrue("getConfig", bm1.getConfig() == Bitmap.Config.ARGB_8888);
62 Bitmap bm1 = Bitmap.createBitmap(100, 200, Bitmap.Config.ARGB_8888);
64 Bitmap.Config.ARGB_8888);
87 Bitmap.Config.ARGB_8888);
129 Bitmap.Config config = Bitmap.Config.ARGB_8888;
185 Bitmap.Config config = Bitmap.Config.ARGB_8888;
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DCompareActivity.java67 mSoftwareBitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
68 mHardwareBitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
83 mSoftwareBitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
84 mHardwareBitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameImage2D.java121 if (config != Bitmap.Config.ARGB_8888) {
122 result = bitmap.copy(Bitmap.Config.ARGB_8888, false);
170 Bitmap.Config config = Bitmap.Config.ARGB_8888;
/frameworks/rs/java/tests/HelloComputeNDK/src/com/example/android/rs/hellocomputendk/
H A DHelloComputeNDK.java56 options.inPreferredConfig = Bitmap.Config.ARGB_8888;
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrame.java182 if (bitmap.getConfig() == Bitmap.Config.ARGB_8888) {
185 Bitmap result = bitmap.copy(Bitmap.Config.ARGB_8888, false);
H A DNativeFrame.java194 Bitmap.Config.ARGB_8888);
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java420 * It is recommended to use {@link #ARGB_8888} instead of this
425 * using {@link #ARGB_8888} instead.
428 * it is advised to use {@link #ARGB_8888} instead.
441 ARGB_8888 (6); enum constant in enum:Bitmap.Config
447 null, null, ALPHA_8, null, RGB_565, ARGB_4444, ARGB_8888
686 Config newConfig = Config.ARGB_8888;
688 // GIF files generate null configs, assume ARGB_8888
699 case ARGB_8888:
701 newConfig = Config.ARGB_8888;
718 bitmap = createBitmap(neww, newh, transformed ? Config.ARGB_8888
[all...]
H A DBitmapFactory.java136 * Image are loaded with the {@link Bitmap.Config#ARGB_8888} config by
139 public Bitmap.Config inPreferredConfig = Bitmap.Config.ARGB_8888;
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
H A DBitmapRegionTileSource.java133 Bitmap.Config.ARGB_8888);
188 opts.inPreferredConfig = Bitmap.Config.ARGB_8888;
386 mOptions.inPreferredConfig = Bitmap.Config.ARGB_8888;
445 bitmap = Bitmap.createBitmap(tileSize, tileSize, Bitmap.Config.ARGB_8888);
484 Bitmap result = Bitmap.createBitmap(tileSize, tileSize, Config.ARGB_8888);
520 Bitmap newBitmap = bitmap.copy(Config.ARGB_8888, false);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DBitmapMutateActivity.java71 mBitmap1 = Bitmap.createBitmap(PATTERN_SIZE, PATTERN_SIZE, Bitmap.Config.ARGB_8888);
H A DBitmapsAlphaActivity.java57 opts.inPreferredConfig = Bitmap.Config.ARGB_8888;
H A DTextGammaActivity.java50 Bitmap.Config.ARGB_8888);
H A DThinPatchesActivity.java58 mTexture = Bitmap.createBitmap(4, 3, Bitmap.Config.ARGB_8888);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DIconUtilities.java112 * of two sized ARGB_8888 bitmap that can be used as a gl texture.
155 Bitmap.Config.ARGB_8888);
181 Bitmap.Config.ARGB_8888);
/frameworks/ex/carousel/test/src/com/android/carouseltest/
H A DCarouselTestActivity.java86 Bitmap.Config.ARGB_8888);
104 Bitmap.Config.ARGB_8888);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DIconLoader.java257 return Bitmap.createBitmap(pixels, width, height, Bitmap.Config.ARGB_8888);
320 Bitmap.Config.ARGB_8888);
/frameworks/rs/java/tests/GenImages/src/com/android/rs/genimage/
H A DGenImage.java45 options.inPreferredConfig = Bitmap.Config.ARGB_8888;
256 Bitmap bmp = Bitmap.createBitmap(512, 512, Bitmap.Config.ARGB_8888);
/frameworks/base/media/java/android/media/
H A DThumbnailUtils.java124 options.inPreferredConfig = Bitmap.Config.ARGB_8888;
330 options.inPreferredConfig = Bitmap.Config.ARGB_8888;
380 Bitmap.Config.ARGB_8888);
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DRedEyeFilter.java162 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/android/graphics/
H A DBitmap_Delegate.java118 Bitmap_Delegate delegate = new Bitmap_Delegate(ImageIO.read(input), Config.ARGB_8888);
152 Bitmap_Delegate delegate = new Bitmap_Delegate(ImageIO.read(input), Config.ARGB_8888);
186 Bitmap_Delegate delegate = new Bitmap_Delegate(image, Config.ARGB_8888);
212 case ARGB_8888:
/frameworks/base/core/java/android/gesture/
H A DGesture.java186 final Bitmap bitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
222 Bitmap.Config.ARGB_8888);
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java409 case ARGB_8888:
606 Bitmap newBitmap = Bitmap.createBitmap(b.getWidth(), b.getHeight(), Bitmap.Config.ARGB_8888);
978 Bitmap newBitmap = Bitmap.createBitmap(data.getWidth(), data.getHeight(), Bitmap.Config.ARGB_8888);
1298 if (bc == Bitmap.Config.ARGB_8888) {
1344 Bitmap newBitmap = Bitmap.createBitmap(b.getWidth(), b.getHeight(), Bitmap.Config.ARGB_8888);
/frameworks/base/core/java/android/app/
H A DLauncherActivity.java301 Bitmap.Config.ARGB_8888 : Bitmap.Config.RGB_565;
319 final Bitmap.Config c = Bitmap.Config.ARGB_8888;
/frameworks/base/core/java/android/transition/
H A DCrossfade.java272 Bitmap.Config.ARGB_8888);

Completed in 1485 milliseconds

123