Home
last modified time | relevance | path

Searched refs:horizontalWeight (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.java649 chunk.horizontalWeight = chunk.rect.width / horizontalPatchSum; in getChunks()
786 p.dest.width = Math.round(streatchableWidth * chunk.horizontalWeight); in getProjections()
826 public float horizontalWeight = 0.0f; field in NinePatchedImage.Chunk
831 horizontalWeight = 0.0f; in init()
856 return String.format("%s %f/%f %s", typeToString(), horizontalWeight, verticalWeight, in toString()