OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shellstyle
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiFlagAttributeNode.java
201
int
shellStyle
= getShellStyle();
202
setShellStyle(
shellStyle
| SWT.MAX | SWT.RESIZE);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ReferenceChooserDialog.java
88
int
shellStyle
= getShellStyle();
89
setShellStyle(
shellStyle
| SWT.MAX | SWT.RESIZE);
Completed in 518 milliseconds