Searched refs:edgeColor (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/ |
D | TextureViewTest.java | 889 private void assertBitmapEdgeColor(Bitmap bitmap, int edgeColor) { in assertBitmapEdgeColor() argument 892 assertBitmapColor("Top edge", bitmap, edgeColor, bitmap.getWidth() / 2, 0); in assertBitmapEdgeColor() 893 assertBitmapNotColor("Top edge", bitmap, edgeColor, bitmap.getWidth() / 2, 2); in assertBitmapEdgeColor() 895 assertBitmapColor("Left edge", bitmap, edgeColor, 0, bitmap.getHeight() / 2); in assertBitmapEdgeColor() 896 assertBitmapNotColor("Left edge", bitmap, edgeColor, 2, bitmap.getHeight() / 2); in assertBitmapEdgeColor() 898 assertBitmapColor("Bottom edge", bitmap, edgeColor, in assertBitmapEdgeColor() 900 assertBitmapNotColor("Bottom edge", bitmap, edgeColor, in assertBitmapEdgeColor() 903 assertBitmapColor("Right edge", bitmap, edgeColor, in assertBitmapEdgeColor() 905 assertBitmapNotColor("Right edge", bitmap, edgeColor, in assertBitmapEdgeColor()
|
D | PixelCopyTest.java | 1118 private void assertBitmapEdgeColor(Bitmap bitmap, int edgeColor) { in assertBitmapEdgeColor() argument 1121 assertBitmapColor("Top edge", bitmap, edgeColor, bitmap.getWidth() / 2, 1); in assertBitmapEdgeColor() 1122 assertBitmapNotColor("Top edge", bitmap, edgeColor, bitmap.getWidth() / 2, 2); in assertBitmapEdgeColor() 1124 assertBitmapColor("Left edge", bitmap, edgeColor, 1, bitmap.getHeight() / 2); in assertBitmapEdgeColor() 1125 assertBitmapNotColor("Left edge", bitmap, edgeColor, 2, bitmap.getHeight() / 2); in assertBitmapEdgeColor() 1127 assertBitmapColor("Bottom edge", bitmap, edgeColor, in assertBitmapEdgeColor() 1129 assertBitmapNotColor("Bottom edge", bitmap, edgeColor, in assertBitmapEdgeColor() 1132 assertBitmapColor("Right edge", bitmap, edgeColor, in assertBitmapEdgeColor() 1134 assertBitmapNotColor("Right edge", bitmap, edgeColor, in assertBitmapEdgeColor()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 55336 field public final int edgeColor;
|