HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_CORRUPT (Results 1 - 3 of 3) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
NinePatchedImage.java 674 c.type |= Chunk.TYPE_CORRUPT;
678 c.type |= Chunk.TYPE_CORRUPT;
820 public static final int TYPE_CORRUPT = 0x80000000;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
ImageViewer.java 686 if ((c.type & Chunk.TYPE_CORRUPT) != 0) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
NinePatchedImageTest.java 725 if ((c.type & Chunk.TYPE_CORRUPT) != 0x0) {

Completed in 430 milliseconds