Home
last modified time | relevance | path

Searched refs:mHorizontalFixedPatchSum (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.java83 private int mHorizontalFixedPatchSum = 0; field in NinePatchedImage
604 mHorizontalFixedPatchSum = 0; in getChunks()
635 mHorizontalFixedPatchSum += t.rect.width; in getChunks()
750 int streatchableWidth = width - mHorizontalFixedPatchSum; in getProjections()