Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
DStretchesViewer.java181 mProjection = mNinePatchedImage.getProjections(mSize.x, mSize.y, mProjection); in setSize()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
DNinePatchedImage.java717 public Projection[][] getProjections(int width, int height, Projection[][] projections) { in getProjections() method in NinePatchedImage
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
DNinePatchedImageTest.java775 projections = image.getProjections(width, height, projections); in testProjection()