Home
last modified time | relevance | path

Searched refs:verticalWeight (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.java652 chunk.verticalWeight = chunk.rect.height / verticalPatchSum; in getChunks()
790 p.dest.height = Math.round(streatchableHeight * chunk.verticalWeight); in getProjections()
827 public float verticalWeight = 0.0f; field in NinePatchedImage.Chunk
832 verticalWeight = 0.0f; in init()
856 return String.format("%s %f/%f %s", typeToString(), horizontalWeight, verticalWeight, in toString()