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.java734 TestUtils.assertRegionPixelsOfColor("Region of first child is blue", parent, in verifyVisualsOfVerticalLayoutWithDivider()
741 TestUtils.assertRegionPixelsOfColor("Region of second child is green", parent, in verifyVisualsOfVerticalLayoutWithDivider()
752 TestUtils.assertRegionPixelsOfColor( in verifyVisualsOfVerticalLayoutWithDivider()
758 TestUtils.assertRegionPixelsOfColor("Region of left padding of top divider is yellow", in verifyVisualsOfVerticalLayoutWithDivider()
762 TestUtils.assertRegionPixelsOfColor("Region of right padding of top divider is yellow", in verifyVisualsOfVerticalLayoutWithDivider()
772 TestUtils.assertRegionPixelsOfColor( in verifyVisualsOfVerticalLayoutWithDivider()
780 TestUtils.assertRegionPixelsOfColor( in verifyVisualsOfVerticalLayoutWithDivider()
786 TestUtils.assertRegionPixelsOfColor( in verifyVisualsOfVerticalLayoutWithDivider()
797 TestUtils.assertRegionPixelsOfColor( in verifyVisualsOfVerticalLayoutWithDivider()
805 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