Searched refs:ARGB_8888 (Results 1 - 25 of 41) sorted by last modified time

12

/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselRS.java928 } else if (config == 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);
H A DTaskSwitcherActivity.java155 Bitmap.Config.ARGB_8888);
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java428 Bitmap tmpBitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
469 Bitmap tmpBitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
1571 Bitmap drawable = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
/frameworks/ex/chips/tests/src/com/android/ex/chips/
H A DChipsTest.java904 Bitmap drawable = Bitmap.createBitmap(100, 100, Bitmap.Config.ARGB_8888);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentTasksLoader.java93 mDefaultThumbnailBackground = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java373 mDisplayMetrics.heightPixels, 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/base/services/java/com/android/server/connectivity/
H A DVpn.java202 bitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIccUtils.java414 return Bitmap.createBitmap(pixels, width, height, Bitmap.Config.ARGB_8888);
/frameworks/base/telephony/java/com/android/internal/telephony/cat/
H A DIconLoader.java259 return Bitmap.createBitmap(pixels, width, height, Bitmap.Config.ARGB_8888);
322 Bitmap.Config.ARGB_8888);
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DTestShellActivity.java844 Bitmap bitmap = Bitmap.createBitmap(view.getWidth(), view.getHeight(), Config.ARGB_8888);
857 Config.ARGB_8888);
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DTestService.java803 Bitmap bm = Bitmap.createBitmap(16, 16, Bitmap.Config.ARGB_8888);
822 Bitmap bm = Bitmap.createBitmap(16, 16, Bitmap.Config.ARGB_8888);
/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/tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/
H A DImageProcessingActivity.java259 options.inPreferredConfig = Bitmap.Config.ARGB_8888;
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DRsBenchRS.java72 mOptionsARGB.inPreferredConfig = Bitmap.Config.ARGB_8888;
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmap_Delegate.java96 Bitmap_Delegate delegate = new Bitmap_Delegate(ImageIO.read(input), Config.ARGB_8888);
114 Bitmap_Delegate delegate = new Bitmap_Delegate(ImageIO.read(input), Config.ARGB_8888);
132 Bitmap_Delegate delegate = new Bitmap_Delegate(image, Config.ARGB_8888);
158 case ARGB_8888:
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java288 * It is recommended to use {@link #ARGB_8888} instead of this
292 * it is advised to use {@link #ARGB_8888} instead.
305 ARGB_8888 (6); enum constant in enum:Bitmap.Config
311 null, null, ALPHA_8, null, RGB_565, ARGB_4444, ARGB_8888
519 Config newConfig = Config.ARGB_8888;
521 // GIF files generate null configs, assume ARGB_8888
532 case ARGB_8888:
534 newConfig = Config.ARGB_8888;
551 bitmap = createBitmap(neww, newh, transformed ? Config.ARGB_8888 : newConfig,
595 * @param hasAlpha If the bitmap is ARGB_8888 thi
[all...]
H A DBitmapFactory.java101 * Image are loaded with the {@link Bitmap.Config#ARGB_8888} config by
104 public Bitmap.Config inPreferredConfig = Bitmap.Config.ARGB_8888;
/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java307 case ARGB_8888:
962 if (bc == Bitmap.Config.ARGB_8888) {
/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/media/java/android/media/
H A DThumbnailUtils.java122 options.inPreferredConfig = Bitmap.Config.ARGB_8888;
319 options.inPreferredConfig = Bitmap.Config.ARGB_8888;
369 Bitmap.Config.ARGB_8888);

Completed in 351 milliseconds

12