Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DDrawableTestUtils.java174 int idealWidth = expected.getWidth(); in compareImages() local
177 Assert.assertTrue(idealWidth == actual.getWidth()); in compareImages()
181 float totalPixelCount = idealWidth * idealHeight; in compareImages()
182 for (int x = 0; x < idealWidth; x++) { in compareImages()
232 idealWidth, in compareImages()