Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DVectorDrawableTest.java227 DrawableTestUtils.REGULAR_PIXEL_ERROR_THRESHOLD); in testVectorDrawableGradient()
243 DrawableTestUtils.REGULAR_PIXEL_ERROR_THRESHOLD); in verifyVectorDrawables()
DDrawableTestUtils.java59 static final float REGULAR_PIXEL_ERROR_THRESHOLD = 0.02f; field in DrawableTestUtils