Home
last modified time | relevance | path

Searched refs:setShellStyle (Results 1 – 4 of 4) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DLintListDialog.java79 protected void setShellStyle(int newShellStyle) { in setShellStyle() method in LintListDialog
81 super.setShellStyle(newShellStyle | SWT.TITLE | SWT.MODELESS | SWT.RESIZE); in setShellStyle()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
DUiFlagAttributeNode.java202 setShellStyle(shellStyle | SWT.MAX | SWT.RESIZE); in FlagSelectionDialog()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
DReferenceChooserDialog.java89 setShellStyle(shellStyle | SWT.MAX | SWT.RESIZE); in ReferenceChooserDialog()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
DAddTranslationDialog.java127 setShellStyle(SWT.CLOSE | SWT.RESIZE | SWT.TITLE); in AddTranslationDialog()