Home
last modified time | relevance | path

Searched refs:getVerticalContents (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.java104 List<Tick> verticalContentsArea = image.getVerticalContents(); in testConvert9PatchedImage()
635 List<Tick> verticalContentsArea = image.getVerticalContents(); in testContentArea()
655 List<Tick> verticalContentsArea = image.getVerticalContents(); in testContentAreaOneDot()
675 List<Tick> verticalContentsArea = image.getVerticalContents(); in testContentAreaTwoDots()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
DImageViewer.java615 List<Tick> verticalContentArea = mNinePatchedImage.getVerticalContents();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
DNinePatchedImage.java488 public List<Tick> getVerticalContents() { in getVerticalContents() method in NinePatchedImage