HomeSort by relevance Sort by last modified time
    Searched full:idealwidth (Results 1 - 1 of 1) sorted by null

  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
VectorDrawableTest.java 191 int idealWidth = ideal.getWidth();
194 assertTrue(idealWidth == given.getWidth());
198 float totalPixelCount = idealWidth * idealHeight;
199 for (int x = 0; x < idealWidth; x++) {

Completed in 73 milliseconds