Home
last modified time | relevance | path

Searched refs:getCorruptedChunks (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/
DImageViewer.java152 mBadChunks = mNinePatchedImage.getCorruptedChunks(mBadChunks);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
DNinePatchedImage.java661 public Chunk[][] getCorruptedChunks(Chunk[][] chunks) { in getCorruptedChunks() method in NinePatchedImage
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
DNinePatchedImageTest.java716 chunks = image.getCorruptedChunks(chunks); in testBadPatches()