Home
last modified time | relevance | path

Searched refs:getHorizontalPatches (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
DNinePatchedImageTest.java97 List<Tick> horizontalPatches = image.getHorizontalPatches(); in testConvert9PatchedImage()
212 List<Tick> horizontalPatches = image.getHorizontalPatches(); in test9Patch1()
317 List<Tick> horizontalPatches = image.getHorizontalPatches(); in test9Patch2()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
DNinePatchedImage.java360 public List<Tick> getHorizontalPatches() { in getHorizontalPatches() method in NinePatchedImage
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
DImageViewer.java586 List<Tick> horizontalPatches = mNinePatchedImage.getHorizontalPatches();