Home
last modified time | relevance | path

Searched refs:backgroundLayerHeight (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/ui/
DStretchesViewer.java219 int backgroundLayerHeight = mBackgroundLayer.getImageData().height; in paintControl() local
221 int yCount = size.y / backgroundLayerHeight in paintControl()
222 + ((size.y % backgroundLayerHeight) > 0 ? 1 : 0); in paintControl()
231 y * backgroundLayerHeight); in paintControl()