Home
last modified time | relevance | path

Searched refs:StretchView (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.java55 private final StretchView mHorizontal;
56 private final StretchView mVertical;
58 private final StretchView mBoth;
77 mHorizontal = new StretchView(this, SWT.NULL); in StretchesViewer()
78 mVertical = new StretchView(this, SWT.NULL); in StretchesViewer()
79 mBoth = new StretchView(this, SWT.NULL); in StretchesViewer()
162 private class StretchView extends Canvas implements PaintListener { class in StretchesViewer
168 public StretchView(Composite parent, int style) { in StretchView() method in StretchesViewer.StretchView