Home
last modified time | relevance | path

Searched refs:getHorizontalContents (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.java103 List<Tick> horizontalContentsArea = image.getHorizontalContents(); in testConvert9PatchedImage()
634 List<Tick> horizontalContentsArea = image.getHorizontalContents(); in testContentArea()
654 List<Tick> horizontalContentsArea = image.getHorizontalContents(); in testContentAreaOneDot()
674 List<Tick> horizontalContentsArea = image.getHorizontalContents(); in testContentAreaTwoDots()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
DImageViewer.java600 List<Tick> horizontalContentArea = mNinePatchedImage.getHorizontalContents();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
DNinePatchedImage.java480 public List<Tick> getHorizontalContents() { in getHorizontalContents() method in NinePatchedImage