Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DVectorDrawableTest.java226 DrawableTestUtils.MAX_REGULAR_ERROR_RATIO, in testVectorDrawableGradient()
242 DrawableTestUtils.MAX_REGULAR_ERROR_RATIO, in verifyVectorDrawables()
DDrawableTestUtils.java56 static final float MAX_REGULAR_ERROR_RATIO = 0.05f; field in DrawableTestUtils