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

  /cts/tests/tests/graphics/src/android/graphics/cts/
NinePatchTest.java 179 assertBounds(regionBounds, 0, 0, 5, 5);
185 assertBounds(regionBounds, 0, 0, 10, 10);
197 assertBounds(regionBounds, 4, 0, 5, 5);
202 assertBounds(regionBounds, 9, 0, 10, 10);
205 private void assertBounds(Rect regionBounds, int left, int top, int right, int bottom) {

Completed in 348 milliseconds