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

1 2

  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/ui/
AuthenticationDialog.java 89 mTxtLogin = new Text(upperComposite, SWT.SINGLE | SWT.BORDER);
105 mTxtPassword = new Text(upperComposite, SWT.SINGLE | SWT.PASSWORD | SWT.BORDER);
  /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 165 SWT.SINGLE | SWT.BORDER);
197 final Text tagText = new Text(main, SWT.SINGLE | SWT.BORDER);
220 final Text pidText = new Text(main, SWT.SINGLE | SWT.BORDER);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/location/
CoordinateControls.java 188 Text text = new Text(parent, SWT.BORDER | SWT.LEFT | SWT.SINGLE);
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/
PixelPerfectTree.java 133 mTreeViewer = new TreeViewer(this, SWT.SINGLE);
TreeViewControls.java 55 mFilterText = new Text(this, SWT.LEFT | SWT.SINGLE);
DeviceSelector.java 160 mTreeViewer = new TreeViewer(this, 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);
  /external/webkit/Source/WebCore/rendering/style/
RenderStyleConstants.h 159 enum EBoxLines { SINGLE, MULTIPLE };
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
EditableDialogCellEditor.java 81 text = new Text(cell, SWT.SINGLE);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
TestTargetPage.java 89 SWT.BORDER | SWT.V_SCROLL | SWT.H_SCROLL | SWT.SINGLE, labelProvider,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringInputPage.java 166 mStringValueField = new Text(group, SWT.SINGLE | SWT.LEFT | SWT.BORDER);
188 mStringIdCombo = new Combo(group, SWT.SINGLE | SWT.LEFT | SWT.BORDER | SWT.DROP_DOWN);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ReferenceChooserDialog.java 157 mFilteredTree = new FilteredTree(parent, SWT.BORDER | SWT.SINGLE | SWT.FULL_SELECTION,
224 // the selection mode is SWT.SINGLE, so we just get the first one.
ResourceExplorerView.java 93 mTree = new Tree(parent, SWT.SINGLE | SWT.VIRTUAL);
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
SdkTargetSelector.java 93 int style = SWT.BORDER | SWT.SINGLE | SWT.FULL_SELECTION;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigurationTab.java 187 mProjText = new Text(comp, SWT.SINGLE | SWT.BORDER);
215 mTestText = new Text(comp, SWT.SINGLE | SWT.BORDER);
260 mContainerText = new Text(comp, SWT.SINGLE | SWT.BORDER | SWT.READ_ONLY);
    [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.
  /external/webkit/Source/WebCore/css/
CSSPrimitiveValueMappings.h 560 case SINGLE:
573 return SINGLE;
578 return SINGLE;
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
DevicePanel.java 320 mTree = new Tree(parent, SWT.SINGLE | SWT.FULL_SELECTION);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigManagerDialog.java 252 Tree tree = new Tree(parent, SWT.SINGLE | SWT.FULL_SELECTION);
383 String newConfigName = null; // name of the single new config. used for the select.
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
SdkUpdaterChooserDialog.java 158 mTableViewPackage = new TableViewer(mTableGroup, SWT.BORDER | SWT.V_SCROLL | SWT.SINGLE);

Completed in 388 milliseconds

1 2