Home
last modified time | relevance | path

Searched defs:b2 (Results 1 – 9 of 9) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/cts/
DPorterDuffXfermodeTest.java39 Bitmap b2 = Bitmap.createBitmap(WIDTH, HEIGHT / 2, Config.ARGB_8888); in testPorterDuffXfermode() local
DPorterDuffColorFilterTest.java36 Bitmap b2 = Bitmap.createBitmap(width, height / 2, Config.ARGB_8888); in testPorterDuffColorFilter() local
DPixelXorXfermodeTest.java34 Bitmap b2 = Bitmap.createBitmap(width, height / 2, Config.ARGB_8888); in testPixelXorXfermode() local
/cts/tests/src/android/widget/cts/
DWidgetTestUtils.java41 public static void assertEquals(Bitmap b1, Bitmap b2) { in assertEquals()
/cts/tests/tests/app/src/android/app/cts/
DTimePickerDialogTest.java129 Bundle b2 = mTimePickerDialog.onSaveInstanceState(); in testOnRestoreInstanceState() local
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DTypeTest.java187 Type.Builder b2 = new Type.Builder(mRS, Element.F32(mRS)); in testEquals() local
DComputeTest.java56 Byte2 b2 = new Byte2(); in testJavaVectorTypes() local
/cts/tests/tests/net/src/android/net/cts/
DUriTest.java117 Uri b2 = Uri.parse("foo:b"); in testCompareTo() local
/cts/tests/tests/os/src/android/os/cts/
DBundleTest.java68 final Bundle b2 = new Bundle(b1); in testBundle() local