Home
last modified time | relevance | path

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

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