Home
last modified time | relevance | path

Searched refs:ARGB_4444 (Results 1 – 8 of 8) sorted by relevance

/frameworks/opt/setupwizard/library/recyclerview/test/instrumentation/src/com/android/setupwizardlib/test/
DDividerItemDecorationTest.java72 Bitmap expectedBitmap = Bitmap.createBitmap(20, 20, Bitmap.Config.ARGB_4444); in testShouldDrawDividerBelowWithEitherCondition()
116 Bitmap expectedBitmap = Bitmap.createBitmap(20, 20, Bitmap.Config.ARGB_4444); in testShouldDrawDividerBelowWithBothCondition()
148 Bitmap bitmap = Bitmap.createBitmap(20, 20, Bitmap.Config.ARGB_4444); in drawDecoration()
/frameworks/base/graphics/java/android/graphics/
DBitmap.java514 ARGB_4444 (4), enumConstant
559 null, ALPHA_8, null, RGB_565, ARGB_4444, ARGB_8888, RGBA_F16, HARDWARE
921 case ARGB_4444: in createBitmap()
/frameworks/base/core/tests/coretests/src/android/graphics/
DBitmapTest.java35 Bitmap bm3 = Bitmap.createBitmap(100, 200, Bitmap.Config.ARGB_4444); in testBasic()
/frameworks/rs/support/java/src/androidx/renderscript/
DAllocation.java653 case ARGB_4444: in validateBitmapFormat()
2645 if (bc == Bitmap.Config.ARGB_4444) { in elementFromBitmap()
/frameworks/base/rs/java/android/renderscript/
DAllocation.java667 case ARGB_4444: in validateBitmapFormat()
2758 if (bc == Bitmap.Config.ARGB_4444) { in elementFromBitmap()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt10494 enum_constant public static final deprecated android.graphics.Bitmap.Config ARGB_4444;
/frameworks/base/api/
Dcurrent.txt14120 enum_constant @Deprecated public static final android.graphics.Bitmap.Config ARGB_4444;