Searched refs:assertBitmapEquals (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/opt/setupwizard/library/recyclerview/test/instrumentation/src/com/android/setupwizardlib/test/ |
H A D | DividerItemDecorationTest.java | 80 assertBitmapEquals(expectedBitmap, bitmap); in testShouldDrawDividerBelowWithEitherCondition() 85 assertBitmapEquals(expectedBitmap, bitmap); in testShouldDrawDividerBelowWithEitherCondition() 93 assertBitmapEquals(expectedBitmap, bitmap); in testShouldDrawDividerBelowWithEitherCondition() 100 assertBitmapEquals(expectedBitmap, bitmap); in testShouldDrawDividerBelowWithEitherCondition() 122 assertBitmapEquals(expectedBitmap, bitmap); in testShouldDrawDividerBelowWithBothCondition() 130 assertBitmapEquals(expectedBitmap, bitmap); in testShouldDrawDividerBelowWithBothCondition() 136 assertBitmapEquals(expectedBitmap, bitmap); in testShouldDrawDividerBelowWithBothCondition() 140 assertBitmapEquals(expectedBitmap, bitmap); in testShouldDrawDividerBelowWithBothCondition() 181 private void assertBitmapEquals(Bitmap expected, Bitmap actual) { in assertBitmapEquals() method in DividerItemDecorationTest
|
/aosp12/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/ |
H A D | LogoUtilsTest.java | 115 assertBitmapEquals(bitmapFromDrawable(expected), bitmapFromDrawable(actual)); in testDefaultOrganisationLogo() 127 private void assertBitmapEquals(Bitmap b1, Bitmap b2) { in assertBitmapEquals() method in LogoUtilsTest
|