Home
last modified time | relevance | path

Searched refs:DrawingUtils (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
DViewOverlayTest.java32 import android.view.cts.util.DrawingUtils;
60 DrawingUtils.assertAllPixelsOfColor("Default fill", mViewWithOverlay, in testBasics()
87 DrawingUtils.assertAllPixelsOfColor("Overlay with one red drawable", mViewWithOverlay, in testOverlayWithOneDrawable()
92 DrawingUtils.assertAllPixelsOfColor("Back to default fill", mViewWithOverlay, in testOverlayWithOneDrawable()
107 DrawingUtils.assertAllPixelsOfColor("Overlay with one red drawable", mViewWithOverlay, in testAddTheSameDrawableTwice()
112 DrawingUtils.assertAllPixelsOfColor("Back to default fill", mViewWithOverlay, in testAddTheSameDrawableTwice()
126 DrawingUtils.assertAllPixelsOfColor("Overlay with one red drawable", mViewWithOverlay, in testRemoveTheSameDrawableTwice()
133 DrawingUtils.assertAllPixelsOfColor("Back to default fill", mViewWithOverlay, in testRemoveTheSameDrawableTwice()
156 DrawingUtils.assertAllPixelsOfColor("Overlay with three drawables", mViewWithOverlay, in testOverlayWithNonOverlappingDrawables()
164 DrawingUtils.assertAllPixelsOfColor("Overlay with two drawables", mViewWithOverlay, in testOverlayWithNonOverlappingDrawables()
[all …]
DViewGroupOverlayTest.java43 import android.view.cts.util.DrawingUtils;
78 DrawingUtils.assertAllPixelsOfColor("Default fill", mViewGroupWithOverlay, in testBasics()
107 DrawingUtils.assertAllPixelsOfColor("Overlay with one red view", in testOverlayWithOneView()
112 DrawingUtils.assertAllPixelsOfColor("Back to default fill", mViewGroupWithOverlay, in testOverlayWithOneView()
138 DrawingUtils.assertAllPixelsOfColor("Overlay with three views", mViewGroupWithOverlay, in testOverlayWithNonOverlappingViews()
146 DrawingUtils.assertAllPixelsOfColor("Overlay with two views", mViewGroupWithOverlay, in testOverlayWithNonOverlappingViews()
151 DrawingUtils.assertAllPixelsOfColor("Back to default fill", mViewGroupWithOverlay, in testOverlayWithNonOverlappingViews()
171 DrawingUtils.assertAllPixelsOfColor("Overlay with one view and one drawable", in testOverlayWithNonOverlappingViewAndDrawable()
178 DrawingUtils.assertAllPixelsOfColor("Overlay with one drawable", mViewGroupWithOverlay, in testOverlayWithNonOverlappingViewAndDrawable()
183 DrawingUtils.assertAllPixelsOfColor("Back to default fill", mViewGroupWithOverlay, in testOverlayWithNonOverlappingViewAndDrawable()
[all …]
/cts/tests/tests/view/src/android/view/cts/util/
DDrawingUtils.java31 public class DrawingUtils { class