HomeSort by relevance Sort by last modified time
    Searched refs:horizontalPatches (Results 1 - 3 of 3) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
NinePatchedImageTest.java 97 List<Tick> horizontalPatches = image.getHorizontalPatches();
99 assertEquals(1, horizontalPatches.size());
212 List<Tick> horizontalPatches = image.getHorizontalPatches();
214 assertEquals(3, horizontalPatches.size());
317 List<Tick> horizontalPatches = image.getHorizontalPatches();
319 assertEquals(5, horizontalPatches.size());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
ImageViewer.java 586 List<Tick> horizontalPatches = mNinePatchedImage.getHorizontalPatches();
587 for (Tick t : horizontalPatches) {
  /prebuilts/devtools/tools/lib/
draw9patch.jar 

Completed in 58 milliseconds