Home
last modified time | relevance | path

Searched defs:assertAllPixelsOfColor (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/util/
DDrawingUtils.java41 public static void assertAllPixelsOfColor(String failMessagePrefix, View view, in assertAllPixelsOfColor() method in DrawingUtils
/cts/tests/tests/widget/src/android/widget/cts/util/
DTestUtils.java128 public static void assertAllPixelsOfColor(String failMessagePrefix, @NonNull View view, in assertAllPixelsOfColor() method in TestUtils
174 public static void assertAllPixelsOfColor(String failMessagePrefix, @NonNull Drawable drawable, in assertAllPixelsOfColor() method in TestUtils
211 private static void assertAllPixelsOfColor(String failMessagePrefix, @NonNull Bitmap bitmap, in assertAllPixelsOfColor() method in TestUtils