Home
last modified time | relevance | path

Searched refs:streatchableWidth (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.java750 int streatchableWidth = width - mHorizontalFixedPatchSum; in getProjections() local
751 streatchableWidth = streatchableWidth > 0 ? streatchableWidth : 1; in getProjections()
757 System.out.println(String.format("streatchable %d %d", streatchableWidth, in getProjections()
786 p.dest.width = Math.round(streatchableWidth * chunk.horizontalWeight); in getProjections()