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

1 2

  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/
StaticPortEditDialog.java 165 final Text deviceSNText = new Text(main, SWT.SINGLE | SWT.BORDER);
181 final Text appNameText = new Text(main, SWT.SINGLE | SWT.BORDER);
197 final Text debugPortText = new Text(main, SWT.SINGLE | SWT.BORDER);
StaticPortConfigDialog.java 146 mPortTable = new Table(main, SWT.SINGLE | SWT.FULL_SELECTION);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/string/
StringPropertyDialog.java 84 m_valueText = new Text(area, SWT.BORDER | SWT.SINGLE);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
MockKeyboardSwitcher.java 30 public static final boolean SINGLE = true;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTableTooltipHelper.java 145 m_tooltip = new Shell(m_table.getShell(), SWT.NO_FOCUS | SWT.ON_TOP | SWT.TOOL | SWT.SINGLE);
  /external/webkit/Source/WebCore/rendering/style/
RenderStyleConstants.h 159 enum EBoxLines { SINGLE, MULTIPLE };
RenderStyle.h     [all...]
  /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 91 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 168 mStringValueField = new Text(group, SWT.SINGLE | SWT.LEFT | SWT.BORDER);
191 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/
ResourceExplorerView.java 93 mTree = new Tree(parent, SWT.SINGLE | SWT.VIRTUAL);
ReferenceChooserDialog.java 165 mFilteredTree = new FilteredTree(parent, SWT.BORDER | SWT.SINGLE | SWT.FULL_SELECTION,
234 // the selection mode is SWT.SINGLE, so we just get the first one.
ConfigurationSelector.java 259 final Table fullTable = new Table(this, SWT.SINGLE | SWT.FULL_SELECTION | SWT.BORDER);
360 final Table selectionTable = new Table(this, SWT.SINGLE | SWT.FULL_SELECTION | SWT.BORDER);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigurationTab.java 201 mProjText = new Text(comp, SWT.SINGLE | SWT.BORDER);
230 mTestText = new Text(comp, SWT.SINGLE | SWT.BORDER);
276 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 261 mProjText = new Text(group, SWT.SINGLE | SWT.BORDER);
DeviceChooserDialog.java 410 mDeviceTable = new Table(offsetComp, SWT.SINGLE | SWT.FULL_SELECTION | SWT.BORDER);
446 * Handles single-click selection on the device selector.
456 * Note that the single-click handler will probably already have been called.
489 * Handles single-click selection on the AVD selector.
503 * 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 141 mTable = new Table(mTop, SWT.BORDER | SWT.FULL_SELECTION | SWT.SINGLE);
189 // selection is ensured and in single mode.
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkDebuggerTab.java 142 SWT.BORDER | SWT.V_SCROLL | SWT.SINGLE);
  /external/webkit/Source/WebCore/css/
CSSPrimitiveValueMappings.h 560 case SINGLE:
573 return SINGLE;
578 return SINGLE;
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CSpinner.java 71 int textStyle = SWT.SINGLE | SWT.RIGHT;
191 * Sets minimum and maximum using single invocation.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
PerformanceResultsPreferencePage.java 414 Text text = new Text(parent, SWT.SINGLE | SWT.BORDER);
    [all...]
  /prebuilts/devtools/tools/lib/
commons-compress-1.0.jar 
sdk-common.jar 
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
commons-compress-1.0.jar 

Completed in 1549 milliseconds

1 2