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

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
NinePatchedImageTest.java 103 List<Tick> horizontalContentsArea = image.getHorizontalContents();
105 assertEquals(1, horizontalContentsArea.size());
634 List<Tick> horizontalContentsArea = image.getHorizontalContents();
636 assertEquals(3, horizontalContentsArea.size());
654 List<Tick> horizontalContentsArea = image.getHorizontalContents();
656 assertEquals(3, horizontalContentsArea.size());
674 List<Tick> horizontalContentsArea = image.getHorizontalContents();
676 assertEquals(5, horizontalContentsArea.size());

Completed in 400 milliseconds