Home
last modified time | relevance | path

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

/development/apps/NinePatchLab/src/com/android/ninepatch/
DNinePatchLab.java132 final int gapSize = Math.round(mScale * 8); in onDraw() local
133 final int drHeight = (HEIGHT - (N - 1) * gapSize) / N; in onDraw()
143 canvas.translate(0, drHeight + gapSize); in onDraw()