Home
last modified time | relevance | path

Searched refs:setSelection (Results 1 – 25 of 65) sorted by relevance

123

/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/
DPerformanceResultsPreferencePage.java512 this.dbConnectionCheckBox.setSelection(store.getDefaultBoolean(PRE_DATABASE_CONNECTION)); in initializeDefaults()
513 this.dbRelengRadioButton.setSelection(false); in initializeDefaults()
514 this.dbLocalRadioButton.setSelection(false); in initializeDefaults()
517 this.dbLocalRadioButton.setSelection(true); in initializeDefaults()
519 this.dbRelengRadioButton.setSelection(true); in initializeDefaults()
530 this.mVersionRadioButton.setSelection(false); in initializeDefaults()
531 this.dVersionRadionButton.setSelection(false); in initializeDefaults()
534 this.mVersionRadioButton.setSelection(true); in initializeDefaults()
536 this.dVersionRadionButton.setSelection(true); in initializeDefaults()
576 this.dbConnectionCheckBox.setSelection(store.getBoolean(PRE_DATABASE_CONNECTION)); in initializeValues()
[all …]
DComponentResultsView.java182 this.tabFolder.setSelection(0); in createTabs()
369 this.tabFolder.setSelection(tabIndex); in resetTabFolders()
371 table.setSelection(lineIndex); in resetTabFolders()
451 this.tabFolder.setSelection(i);
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowEditText.java51 public void setSelection(int index) { in setSelection() method in ShadowEditText
52 super.setSelection(index); in setSelection()
57 public void setSelection(int start, int end) { in setSelection() method in ShadowEditText
58 super.setSelection(start, end); in setSelection()
DShadowAbsSpinner.java27 public void setSelection(int position, boolean animate) { in setSelection() method in ShadowAbsSpinner
28 super.setSelection(position); in setSelection()
DShadowAutoCompleteTextView.java58 setSelection(getText().length()); in replaceText()
DShadowAdapterView.java46 setSelection(0); in setAdapter()
227 public void setSelection(final int position) { in setSelection() method in ShadowAdapterView
DShadowTextView.java488 public void setSelection(int index) { in setSelection() method in ShadowTextView
489 setSelection(index, index); in setSelection()
492 public void setSelection(int start, int end) { in setSelection() method in ShadowTextView
DShadowCursorLoader.java58 public void setSelection(String selection) { in setSelection() method in ShadowCursorLoader
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DAbsSpinnerTest.java57 spinner.setSelection(0); in getSelectedItemShouldReturnCorrectValue()
61 spinner.setSelection(1); in getSelectedItemShouldReturnCorrectValue()
80 spinner.setSelection(0, true); in setSelectionWithAnimatedTransition()
96 spinner.setSelection(AdapterView.INVALID_POSITION); in testGetSelectedView_noSelection()
112 spinner.setSelection(1); in testGetSelectedView_changed()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
DButtonPropertyEditorPresentation.java58 public final void setSelection(PropertyTable propertyTable, Property property, boolean selected) { in setSelection() method in ButtonPropertyEditorPresentation
59 m_impl.setSelection(propertyTable, property, selected); in setSelection()
DButtonPropertyEditorPresentationImpl.java82 public void setSelection(PropertyTable propertyTable, Property property, boolean selected) { in setSelection() method in ButtonPropertyEditorPresentationImpl
85 button.setSelection(selected); in setSelection()
DButtonPropertyEditorPresentationImplMac.java51 public final void setSelection(PropertyTable propertyTable, Property property, boolean selected) { in setSelection() method in ButtonPropertyEditorPresentationImplMac
/external/clang/test/CodeGenObjC/
Ddebuginfo-properties.m17 // CHECK: !DISubprogram(name: "-[MyClass setSelection:]"
23 // CHECK: !DISubprogram(name: "-[OtherClass setSelection:]"
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DScriptEditor.java131 mNameText.setSelection(1); in onCreate()
133 mNameText.setSelection(0); in onCreate()
160 mContentText.setSelection(lastLocation); in onCreate()
392 mContentText.setSelection(Math.min(text.length() - 1, i)); in gotoLine()
550 Selection.setSelection(text, edit.mmBefore == null ? start : (start + edit.mmBefore.length())); in undo()
567 Selection.setSelection(text, edit.mmAfter == null ? start : (start + edit.mmAfter.length())); in redo()
604 mContentText.setSelection(foundpos, foundpos + findText.length()); in onClick()
617 mContentText.setSelection(foundpos, foundpos + replaceText.length()); in onClick()
DLogcatViewer.java82 getListView().setSelection(lastPosition); in run()
133 getListView().setSelection(mLogcatMessages.size() - 1); in onOptionsItemSelected()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
DCSpinner.java124 m_spinner.setSelection(25); in CSpinner()
140 m_spinner.setSelection(25); in CSpinner()
210 setSelection(Math.max(m_value, m_minimum)); in setMinimum()
218 setSelection(Math.min(m_value, m_maximum)); in setMaximum()
234 public void setSelection(int newValue) { in setSelection() method in CSpinner
278 setSelection(newValue); in updateValue()
DCComboBox.java177 table.setSelection(index < 0 ? table.getItemCount() - 1 : index); in createText()
189 table.setSelection(index == table.getItemCount() ? 0 : index); in createText()
464 m_text.setSelection(start, end);
504 m_table.getTable().setSelection(m_selectionIndex);
608 table.setSelection(getSelectionIndex());
DCCombo3.java186 m_table.setSelection(new TableItem[]{item});
199 m_table.setSelection(selectionIndex);
202 m_table.setSelection((selectionIndex + 1) % m_table.getItemCount());
/external/webrtc/webrtc/voice_engine/test/android/android_test/src/org/webrtc/voiceengine/test/
DAndroidTest.java215 spinnerSettings2.setSelection(_codecIndex); in onCreate()
219 spinnerSettings2.setSelection(_ecIndex); in onCreate()
223 spinnerSettings2.setSelection(_nsIndex); in onCreate()
227 spinnerSettings2.setSelection(_agcIndex); in onCreate()
231 spinnerSettings2.setSelection(_vadIndex); in onCreate()
261 spinnerSettings2.setSelection(_audioIndex); in onCreate()
/external/chromium-trace/catapult/third_party/flot/
Djquery.flot.selection.js259 function setSelection(ranges, preventEvent) { function
297 plot.setSelection = setSelection;
Djquery.flot.selection.min.js7setSelection(ranges,preventEvent){var axis,range,o=plot.getOptions();if(o.selection.mode=="y"){sel… function
/external/llvm/include/llvm/CodeGen/PBQP/
DSolution.h76 void setSelection(GraphBase::NodeId nodeId, unsigned selection) { in setSelection() function
/external/llvm/include/llvm/MC/
DMCSectionCOFF.h67 void setSelection(int Selection) const;
/external/llvm/lib/MC/
DMCSectionCOFF.cpp34 void MCSectionCOFF::setSelection(int Selection) const { in setSelection() function in MCSectionCOFF
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
DBarPlotExampleActivity.java167 spRenderStyle.setSelection(BarRenderer.BarRenderStyle.OVERLAID.ordinal()); in onCreate()
181 spWidthStyle.setSelection(BarRenderer.BarWidthStyle.FIXED_WIDTH.ordinal()); in onCreate()
202 spSeriesSize.setSelection(SeriesSize.TEN.ordinal()); in onCreate()

123