Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
DNinePatchedImage.java610 Tick xTick = mHorizontalPatches.get(x); in getChunks() local
614 t.rect.x = xTick.start; in getChunks()
615 t.rect.width = xTick.getLength(); in getChunks()
620 || xTick.color == BLACK_TICK || lenX == 1) { in getChunks()