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

1 2 3

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
StringComboPropertyEditor.java 50 protected void addItems(Property property, CCombo3 combo) throws Exception {
52 combo.add(item);
57 protected void selectItem(Property property, CCombo3 combo) throws Exception {
58 combo.setText(getText(property));
62 protected void toPropertyEx(Property property, CCombo3 combo, int index) throws Exception {
AbstractListPropertyEditor.java 83 // Combo
87 protected void addItems(Property property, CCombo3 combo) throws Exception {
89 combo.add(getTitle(i));
94 protected void selectItem(Property property, CCombo3 combo) throws Exception {
95 combo.setText(getText(property));
99 protected void toPropertyEx(Property property, CCombo3 combo, int index) throws Exception {
107 toPropertyEx_simpleProperty(property, combo, index);
127 protected void toPropertyEx_simpleProperty(Property property, CCombo3 combo, int index)
EnumerationValuesPropertyEditor.java 103 // Combo
107 protected void addItems(Property property, CCombo3 combo) throws Exception {
109 combo.add(title);
114 protected void selectItem(Property property, CCombo3 combo) throws Exception {
115 combo.setText(getText(property));
119 protected void toPropertyEx(Property property, CCombo3 combo, int index) throws Exception {
AbstractComboBoxPropertyEditor.java 144 protected abstract void addItems(Property property, CComboBox combo) throws Exception;
149 protected void selectItem(Property property, CComboBox combo) throws Exception {
155 protected abstract void toPropertyEx(Property property, CComboBox combo) throws Exception;
AbstractComboPropertyEditor.java 47 // create combo
129 protected abstract void addItems(Property property, CCombo3 combo) throws Exception;
134 protected abstract void selectItem(Property property, CCombo3 combo) throws Exception;
139 protected abstract void toPropertyEx(Property property, CCombo3 combo, int index)
StringListPropertyEditor.java 28 // Combo
32 protected void toPropertyEx_simpleProperty(Property property, CCombo3 combo, int index)
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/data/
MediaSetTest.java 52 MediaSet combo = dataManager.getMediaSet("/combo/{/mock/0,/mock/1}"); local
53 assertEquals(5, combo.getSubMediaSetCount());
54 assertEquals(0, combo.getMediaItemCount());
55 assertEquals("/mock/00", combo.getSubMediaSet(0).getPath().toString());
56 assertEquals("/mock/01", combo.getSubMediaSet(1).getPath().toString());
57 assertEquals("/mock/10", combo.getSubMediaSet(2).getPath().toString());
58 assertEquals("/mock/11", combo.getSubMediaSet(3).getPath().toString());
59 assertEquals("/mock/12", combo.getSubMediaSet(4).getPath().toString());
61 assertEquals(10, combo.getTotalMediaItemCount())
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
EnumXmlPropertyEditor.java 57 protected void addItems(Property property, CCombo3 combo) throws Exception {
59 combo.add(item);
64 protected void selectItem(Property property, CCombo3 combo) throws Exception {
65 combo.setText(getText(property));
69 protected void toPropertyEx(Property property, CCombo3 combo, int index) throws Exception {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
WrapInWizard.java 42 import org.eclipse.swt.widgets.Combo;
73 private Combo mTypeCombo;
91 mTypeCombo = new Combo(composite, SWT.READ_ONLY);
166 String oldType, Combo combo,
172 combo.add(RADIO_GROUP);
176 combo.add(SEPARATOR_LABEL);
185 combo.add(view);
188 combo.add(SEPARATOR_LABEL);
192 // Populate type combo
    [all...]
ChangeViewWizard.java 36 import org.eclipse.swt.widgets.Combo;
72 private Combo mTypeCombo;
91 mTypeCombo = new Combo(composite, SWT.READ_ONLY);
104 private List<String> getWidgetTypes(String oldType, Combo combo) {
107 // Populate type combo
121 combo.add(base);
124 combo.add(SEPARATOR_LABEL);
135 combo.add(view);
138 combo.add(SEPARATOR_LABEL)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
TargetMenuListener.java 55 static void show(ConfigurationChooser chooser, ToolItem combo) {
74 Rectangle bounds = combo.getBounds();
76 location = combo.getParent().toDisplay(location);
LocaleMenuListener.java 77 static void show(final ConfigurationChooser chooser, ToolItem combo) {
109 Rectangle bounds = combo.getBounds();
111 location = combo.getParent().toDisplay(location);
ActivityMenuListener.java 82 static void show(ConfigurationChooser chooser, ToolItem combo) {
134 Rectangle bounds = combo.getBounds();
136 location = combo.getParent().toDisplay(location);
  /external/chromium/chrome/browser/ui/gtk/infobars/
translate_infobar_base_gtk.h 57 static size_t GetLanguageComboboxActiveId(GtkComboBox* combo);
translate_infobar_base_gtk.cc 22 // To be able to map from language id <-> entry in the combo box, we
23 // store the language id in the combo box data model in addition to the
175 size_t TranslateInfoBarBase::GetLanguageComboboxActiveId(GtkComboBox* combo) {
177 if (!gtk_combo_box_get_active_iter(combo, &iter))
181 gtk_tree_model_get(gtk_combo_box_get_model(combo), &iter,
  /build/core/combo/arch/x86/
x86-atom.mk 5 # See build/core/combo/arch/x86/x86.mk for differences.
  /build/tools/
compare_fileslist.py 85 combo = input.split(os.path.sep)[1]
86 print " <td class='fn'>%s</td>" % cgi.escape(combo)
  /tools/motodev/src/plugins/android/src/com/motorola/studio/android/wizards/monkey/
MonkeyOptionsComposite.java 29 import org.eclipse.swt.widgets.Combo;
234 final Combo combo = new Combo(parent, SWT.READ_ONLY); local
235 monkeyOption.setValueWidget(combo);
239 combo.add(preDefinedValue);
242 combo.select(selectedIndex);
249 combo.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, false, 2, 1));
250 combo.addModifyListener(new ModifyListener()
254 monkeyOption.setValue(combo.getText());
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewTemplatePage.java 76 import org.eclipse.swt.widgets.Combo;
361 Combo combo = createOptionCombo(parameter, container, mValues.parameters, local
363 combo.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false,
367 mFirst = combo;
371 ControlDecoration decoration = createFieldDecoration(id, combo, help);
419 static Combo createOptionCombo(
425 Combo combo = new Combo(container, SWT.READ_ONLY) local
653 Combo combo = (Combo) parameter.control; local
661 Combo combo = (Combo) parameter.control; local
752 Combo combo = (Combo) source; local
    [all...]
  /external/dbus/tools/
dbus-viewer.c 366 name_combo_changed_callback (GtkComboBox *combo,
371 if (gtk_combo_box_get_active_iter (combo, &iter))
376 model = gtk_combo_box_get_model (combo);
404 GtkWidget *combo; local
430 combo = gtk_combo_box_new_with_model (w->names_model);
433 gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (combo), cell, TRUE);
434 gtk_cell_layout_set_attributes (GTK_CELL_LAYOUT (combo), cell,
438 gtk_box_pack_start (GTK_BOX (vbox), combo, FALSE, FALSE, 0); local
440 g_signal_connect (combo, "changed",
  /external/webkit/Tools/MiniBrowser/qt/
BrowserWindow.cpp 325 QComboBox* combo = new QComboBox(&dialog); local
326 combo->setSizeAdjustPolicy(QComboBox::AdjustToMinimumContentsLength);
327 combo->setEditable(true);
328 combo->insertItems(0, m_userAgentList);
329 layout->addWidget(combo);
331 int index = combo->findText(page()->customUserAgent());
332 combo->setCurrentIndex(index);
340 if (dialog.exec() && !combo->currentText().isEmpty())
341 page()->setCustomUserAgent(combo->currentText());
  /sdk/uiautomatorviewer/src/com/android/uiautomator/actions/
ScreenshotAction.java 41 import org.eclipse.swt.widgets.Combo;
155 final Combo combo = new Combo(c, SWT.BORDER | SWT.READ_ONLY); local
156 combo.setItems(mDeviceNames);
159 combo.select(defaultSelection);
162 combo.addSelectionListener(new SelectionAdapter() {
165 sSelectedDeviceIndex = combo.getSelectionIndex();
  /frameworks/compile/mclinker/
mcld-device-build.mk 4 # We move them from global build/core/combo/TARGET_linux-arm.mk
  /tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/device/ui/
StartupOptionsComposite.java 33 import org.eclipse.swt.widgets.Combo;
308 final Combo combo = new Combo(parent, SWT.READ_ONLY); local
309 startupOption.setValueWidget(combo);
313 combo.add(preDefinedValue);
316 combo.select(selectedIndex);
323 combo.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, false, 2, 1));
324 combo.addModifyListener(new ModifyListener()
328 startupOption.setValue(combo.getText())
    [all...]
  /external/llvm/
llvm-device-build.mk 15 # We move them from global build/core/combo/TARGET_linux-arm.mk

Completed in 270 milliseconds

1 2 3