Searched refs:thickness (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/util/ |
D | ScrollBarUtils.java | 23 public static int getThumbLength(int size, int thickness, int extent, int range) { in getThumbLength() argument 25 final int minLength = thickness * 2; in getThumbLength()
|
/cts/apps/CameraITS/tests/rolling_shutter_skew/ |
D | test_rolling_shutter_skew.py | 328 cv2.line(scratch_img, pt1, pt2, (0, 255, 255), thickness=3) 394 cv2.drawContours(contour_img, contours, -1, (0, 0, 255), thickness=2) 458 (0, 255, 0), thickness=2) 568 cv2.polylines(scratch_frame, [points], True, (255, 0, 0), thickness=2)
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | GradientDrawableTest.java | 479 int thickness = 17; in testGradientThickness() local 481 drawable.setThickness(thickness); in testGradientThickness() 482 assertEquals(thickness, drawable.getThickness()); in testGradientThickness()
|