HomeSort by relevance Sort by last modified time
    Searched refs:SINGLE (Results 1 - 25 of 34) sorted by null

1 2

  /sdk/ddms/app/src/com/android/ddms/
StaticPortEditDialog.java 164 final Text deviceSNText = new Text(main, SWT.SINGLE | SWT.BORDER);
179 final Text appNameText = new Text(main, SWT.SINGLE | SWT.BORDER);
194 final Text debugPortText = new Text(main, SWT.SINGLE | SWT.BORDER);
StaticPortConfigDialog.java 144 mPortTable = new Table(main, SWT.SINGLE | SWT.FULL_SELECTION);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
EditFilterDialog.java 160 SWT.SINGLE | SWT.BORDER);
188 final Text tagText = new Text(main, SWT.SINGLE | SWT.BORDER);
208 final Text pidText = new Text(main, SWT.SINGLE | SWT.BORDER);
LogPanel.java 426 final Text filterText = new Text(bottom, SWT.SINGLE | SWT.BORDER);
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/location/
CoordinateControls.java 188 Text text = new Text(parent, SWT.BORDER | SWT.LEFT | SWT.SINGLE);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
EventDisplayOptions.java 258 SWT.BORDER | SWT.SINGLE | SWT.V_SCROLL | SWT.FULL_SELECTION);
363 mDisplayWidthText = new Text(sizeGroup, SWT.LEFT | SWT.SINGLE | SWT.BORDER);
382 mDisplayHeightText = new Text(sizeGroup, SWT.LEFT | SWT.SINGLE | SWT.BORDER);
410 mDisplayNameText = new Text(mInfoGroup, SWT.BORDER | SWT.LEFT | SWT.SINGLE);
588 widgets.mList = new List(eventSelectionPanel, SWT.BORDER | SWT.SINGLE | SWT.V_SCROLL);
    [all...]
EventValueSelector.java 292 mFilterValue = new Text(mShell, SWT.BORDER | SWT.SINGLE);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringInputPage.java 142 mStringValueField = new Text(group, SWT.SINGLE | SWT.LEFT | SWT.BORDER);
169 mStringIdCombo = new Combo(group, SWT.SINGLE | SWT.LEFT | SWT.BORDER | SWT.DROP_DOWN);
  /external/webkit/WebCore/rendering/style/
RenderStyleConstants.h 155 enum EBoxLines { SINGLE, MULTIPLE };
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
EditableDialogCellEditor.java 79 text = new Text(cell, SWT.SINGLE);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ReferenceChooserDialog.java 150 mFilteredTree = new FilteredTree(parent, SWT.BORDER | SWT.SINGLE | SWT.FULL_SELECTION,
202 // the selection mode is SWT.SINGLE, so we just get the first one.
ResourceExplorerView.java 93 mTree = new Tree(parent, SWT.SINGLE | SWT.VIRTUAL);
ConfigurationSelector.java 230 final Table fullTable = new Table(this, SWT.SINGLE | SWT.FULL_SELECTION | SWT.BORDER);
328 final Table selectionTable = new Table(this, SWT.SINGLE | SWT.FULL_SELECTION | SWT.BORDER);
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
SdkTargetSelector.java 87 int style = SWT.BORDER | SWT.SINGLE | SWT.FULL_SELECTION;
AvdCreationDialog.java 462 final Table hardwareTable = new Table(parent, SWT.SINGLE | SWT.FULL_SELECTION);
474 // it's a single selection mode, we can just access the selection index
    [all...]
AvdSelector.java 233 int style = SWT.FULL_SELECTION | SWT.SINGLE | SWT.BORDER;
647 * Handles single-click selection on the table.
665 * Note that the single-click handler will probably already have been called.
697 * To ensure single selection, uncheck all other items when this one is selected.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigurationTab.java 188 mProjText = new Text(comp, SWT.SINGLE | SWT.BORDER);
216 mTestText = new Text(comp, SWT.SINGLE | SWT.BORDER);
262 mContainerText = new Text(comp, SWT.SINGLE | SWT.BORDER | SWT.READ_ONLY);
    [all...]
  /external/webkit/WebCore/css/
CSSPrimitiveValueMappings.h 511 case SINGLE:
524 return SINGLE;
529 return SINGLE;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
MainLaunchConfigTab.java 250 mProjText = new Text(group, SWT.SINGLE | SWT.BORDER);
DeviceChooserDialog.java 324 mDeviceTable = new Table(offsetComp, SWT.SINGLE | SWT.FULL_SELECTION | SWT.BORDER);
360 * Handles single-click selection on the device selector.
370 * Note that the single-click handler will probably already have been called.
403 * Handles single-click selection on the AVD selector.
417 * Note that the single-click handler will probably already have been called
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
LibraryProperties.java 138 mTable = new Table(mTop, SWT.BORDER | SWT.FULL_SELECTION | SWT.SINGLE);
186 // selection is ensured and in single mode.
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
DevicePanel.java 320 mTree = new Tree(parent, SWT.SINGLE | SWT.FULL_SELECTION);
HeapPanel.java 495 Table tab = new Table(base, SWT.SINGLE | SWT.FULL_SELECTION);
536 Table tab = new Table(base, SWT.SINGLE | SWT.FULL_SELECTION);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigManagerDialog.java 253 Tree tree = new Tree(parent, SWT.SINGLE | SWT.FULL_SELECTION);
384 String newConfigName = null; // name of the single new config. used for the select.
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
UpdateChooserDialog.java 156 mTableViewPackage = new TableViewer(mTableGroup, SWT.BORDER | SWT.V_SCROLL | SWT.SINGLE);

Completed in 380 milliseconds

1 2