HomeSort by relevance Sort by last modified time
    Searched refs:swtStyle (Results 1 - 3 of 3) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GCWrapper.java 208 int swtStyle = 0;
211 swtStyle = SWT.LINE_SOLID;
214 swtStyle = SWT.LINE_DASH;
217 swtStyle = SWT.LINE_DOT;
220 swtStyle = SWT.LINE_DASHDOT;
223 swtStyle = SWT.LINE_DASHDOTDOT;
230 if (swtStyle != 0) {
232 getGc().setLineStyle(swtStyle);
430 SwtDrawingStyle swtStyle = SwtDrawingStyle.of(style);
431 RGB stroke = swtStyle.getStrokeColor()
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ConfigureAssetSetPage.java     [all...]
  /prebuilts/devtools/tools/lib/
sdkuilib.jar 

Completed in 56 milliseconds