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

  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
NinePatchDrawableTest.java 609 final int expectedInset = 5;
615 assertEquals(new Rect(expectedInset, expectedInset, bound - expectedInset,
616 bound - expectedInset), origOutlineRect);

Completed in 513 milliseconds