Home
last modified time | relevance | path

Searched refs:assertRegionPixelsOfColor (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DLinearLayoutTest.java725 TestUtils.assertRegionPixelsOfColor("Region of first child is blue", parent, in verifyVisualsOfVerticalLayoutWithDivider()
732 TestUtils.assertRegionPixelsOfColor("Region of second child is green", parent, in verifyVisualsOfVerticalLayoutWithDivider()
743 TestUtils.assertRegionPixelsOfColor( in verifyVisualsOfVerticalLayoutWithDivider()
749 TestUtils.assertRegionPixelsOfColor("Region of left padding of top divider is yellow", in verifyVisualsOfVerticalLayoutWithDivider()
753 TestUtils.assertRegionPixelsOfColor("Region of right padding of top divider is yellow", in verifyVisualsOfVerticalLayoutWithDivider()
763 TestUtils.assertRegionPixelsOfColor( in verifyVisualsOfVerticalLayoutWithDivider()
771 TestUtils.assertRegionPixelsOfColor( in verifyVisualsOfVerticalLayoutWithDivider()
777 TestUtils.assertRegionPixelsOfColor( in verifyVisualsOfVerticalLayoutWithDivider()
788 TestUtils.assertRegionPixelsOfColor( in verifyVisualsOfVerticalLayoutWithDivider()
796 TestUtils.assertRegionPixelsOfColor( in verifyVisualsOfVerticalLayoutWithDivider()
[all …]
/cts/tests/tests/widget/src/android/widget/cts/util/
DTestUtils.java130 assertRegionPixelsOfColor(failMessagePrefix, view, in assertAllPixelsOfColor()
144 public static void assertRegionPixelsOfColor(String failMessagePrefix, @NonNull View view, in assertRegionPixelsOfColor() method in TestUtils