Searched refs:TYPE_HORIZONTAL (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/ |
D | NinePatchedImageTest.java | 234 assertEquals(Chunk.TYPE_HORIZONTAL | Chunk.TYPE_VERTICAL, c.type); in test9Patch1() 250 assertEquals(Chunk.TYPE_HORIZONTAL | Chunk.TYPE_VERTICAL, c.type); in test9Patch1() 259 assertEquals(Chunk.TYPE_HORIZONTAL, c.type); in test9Patch1() 275 assertEquals(Chunk.TYPE_HORIZONTAL, c.type); in test9Patch1() 284 assertEquals(Chunk.TYPE_HORIZONTAL | Chunk.TYPE_VERTICAL, c.type); in test9Patch1() 300 assertEquals(Chunk.TYPE_HORIZONTAL | Chunk.TYPE_VERTICAL, c.type); in test9Patch1() 339 assertEquals(Chunk.TYPE_HORIZONTAL | Chunk.TYPE_VERTICAL, c.type); in test9Patch2() 355 assertEquals(Chunk.TYPE_HORIZONTAL | Chunk.TYPE_VERTICAL, c.type); in test9Patch2() 371 assertEquals(Chunk.TYPE_HORIZONTAL | Chunk.TYPE_VERTICAL, c.type); in test9Patch2() 380 assertEquals(Chunk.TYPE_HORIZONTAL, c.type); in test9Patch2() [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/ |
D | NinePatchedImage.java | 621 t.type += Chunk.TYPE_HORIZONTAL; in getChunks() 634 if ((t.type & Chunk.TYPE_HORIZONTAL) == 0 && lenX > 1 && y == 0) { in getChunks() 648 if ((chunk.type & Chunk.TYPE_HORIZONTAL) != 0) { in getChunks() 672 if ((c.type & Chunk.TYPE_HORIZONTAL) != 0 in getCorruptedChunks() 785 if ((chunk.type & Chunk.TYPE_HORIZONTAL) != 0) { in getProjections() 818 public static final int TYPE_HORIZONTAL = 0x1; field in NinePatchedImage.Chunk 843 case TYPE_HORIZONTAL: in typeToString() 847 case TYPE_HORIZONTAL + TYPE_VERTICAL: in typeToString()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/ |
D | ImageViewer.java | 655 } else if (c.type == Chunk.TYPE_HORIZONTAL) { 659 } else if (c.type == Chunk.TYPE_HORIZONTAL + Chunk.TYPE_VERTICAL) {
|