Home
last modified time | relevance | path

Searched refs:getVerticalPatches (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.java98 List<Tick> verticalPatches = image.getVerticalPatches(); in testConvert9PatchedImage()
213 List<Tick> verticalPatches = image.getVerticalPatches(); in test9Patch1()
318 List<Tick> verticalPatches = image.getVerticalPatches(); in test9Patch2()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
DNinePatchedImage.java364 public List<Tick> getVerticalPatches() { in getVerticalPatches() method in NinePatchedImage
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
DImageViewer.java572 List<Tick> verticalPatches = mNinePatchedImage.getVerticalPatches();