Searched refs:swtStyle (Results 1 - 5 of 5) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
H A DGCWrapper.java208 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
[all...]
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/ui/
H A DAvdManagerPage.java57 int swtStyle,
60 super(parent, swtStyle);
56 AvdManagerPage(Composite parent, int swtStyle, UpdaterData updaterData, DeviceManager deviceManager) argument
H A DPackagesPage.java138 int swtStyle,
141 super(parent, swtStyle);
136 PackagesPage( Composite parent, int swtStyle, UpdaterData updaterData, SdkInvocationContext context) argument
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/ui/
H A DSwtBaseDialog.java76 public SwtBaseDialog(Shell parent, int swtStyle, String title) { argument
77 super(parent, swtStyle);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
H A DConfigureAssetSetPage.java848 int swtStyle = fontData.getStyle();
849 if ((swtStyle & SWT.ITALIC) != 0) {
852 if ((swtStyle & SWT.BOLD) != 0) {

Completed in 129 milliseconds