Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DDrawableTestUtils.java163 int idealHeight = expected.getHeight(); in compareImages() local
166 Assert.assertTrue(idealHeight == actual.getHeight()); in compareImages()
169 float totalPixelCount = idealWidth * idealHeight; in compareImages()
171 for (int y = 0; y < idealHeight; y++) { in compareImages()