Home
last modified time | relevance | path

Searched refs:mBoth (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.java58 private final StretchView mBoth; field in StretchesViewer
79 mBoth = new StretchView(this, SWT.NULL); in StretchesViewer()
115 mBoth.setImage(mNinePatchedImage); in updatePreview()
151 mBoth.setSize(imageWidth * scale, imageHeight * scale); in setScale()