Home
last modified time | relevance | path

Searched refs:setPatch (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
DImageViewer.java275 mNinePatchedImage.setPatch(x, y, color); in draw()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
DNinePatchedImage.java322 public void setPatch(int x, int y, int color) { in setPatch() method in NinePatchedImage