Searched refs:setSelection (Results 1 - 25 of 62) sorted by relevance

123

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowEditText.java51 public void setSelection(int index) { method in class:ShadowEditText
52 super.setSelection(index);
57 public void setSelection(int start, int end) { method in class:ShadowEditText
58 super.setSelection(start, end);
H A DShadowAbsSpinner.java27 public void setSelection(int position, boolean animate) { method in class:ShadowAbsSpinner
28 super.setSelection(position);
H A DShadowAutoCompleteTextView.java58 setSelection(getText().length());
H A DShadowCursorLoader.java58 public void setSelection(String selection) { method in class:ShadowCursorLoader
H A DShadowAdapterView.java46 setSelection(0);
227 public void setSelection(final int position) { method in class:ShadowAdapterView
H A DShadowTextView.java488 public void setSelection(int index) { method in class:ShadowTextView
489 setSelection(index, index);
492 public void setSelection(int start, int end) { method in class:ShadowTextView
/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/
H A DPerformanceResultsPreferencePage.java512 this.dbConnectionCheckBox.setSelection(store.getDefaultBoolean(PRE_DATABASE_CONNECTION));
513 this.dbRelengRadioButton.setSelection(false);
514 this.dbLocalRadioButton.setSelection(false);
517 this.dbLocalRadioButton.setSelection(true);
519 this.dbRelengRadioButton.setSelection(true);
530 this.mVersionRadioButton.setSelection(false);
531 this.dVersionRadionButton.setSelection(false);
534 this.mVersionRadioButton.setSelection(true);
536 this.dVersionRadionButton.setSelection(true);
553 // this.lastBuildCheckBox.setSelection(fals
[all...]
H A DComponentResultsView.java182 this.tabFolder.setSelection(0);
369 this.tabFolder.setSelection(tabIndex);
371 table.setSelection(lineIndex);
451 this.tabFolder.setSelection(i);
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DAbsSpinnerTest.java57 spinner.setSelection(0);
61 spinner.setSelection(1);
80 spinner.setSelection(0, true);
96 spinner.setSelection(AdapterView.INVALID_POSITION);
112 spinner.setSelection(1);
H A DCursorLoaderTest.java46 cursorLoader.setSelection(selection);
/external/llvm/include/llvm/CodeGen/PBQP/
H A DSolution.h76 void setSelection(GraphBase::NodeId nodeId, unsigned selection) { function in class:llvm::PBQP::Solution
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/
H A DSolution.h77 void setSelection(Graph::NodeItr nItr, unsigned selection) { function in class:PBQP::Solution
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
H A DButtonPropertyEditorPresentation.java58 public final void setSelection(PropertyTable propertyTable, Property property, boolean selected) { method in class:ButtonPropertyEditorPresentation
59 m_impl.setSelection(propertyTable, property, selected);
H A DButtonPropertyEditorPresentationImplMac.java51 public final void setSelection(PropertyTable propertyTable, Property property, boolean selected) { method in class:ButtonPropertyEditorPresentationImplMac
H A DButtonPropertyEditorPresentationImpl.java82 public void setSelection(PropertyTable propertyTable, Property property, boolean selected) { method in class:ButtonPropertyEditorPresentationImpl
85 button.setSelection(selected);
/external/llvm/include/llvm/MC/
H A DMCSectionCOFF.h74 void setSelection(int Selection) const;
/external/llvm/lib/MC/
H A DMCSectionCOFF.cpp34 void MCSectionCOFF::setSelection(int Selection) const { function in class:MCSectionCOFF
/external/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
H A DOptionAdapter.java52 mSpinner.setSelection(filteredOptions.indexOf(mCurrentOption));
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DCSpinner.java124 m_spinner.setSelection(25);
140 m_spinner.setSelection(25);
210 setSelection(Math.max(m_value, m_minimum));
218 setSelection(Math.min(m_value, m_maximum));
234 public void setSelection(int newValue) { method in class:CSpinner
278 setSelection(newValue);
H A DCComboBox.java177 table.setSelection(index < 0 ? table.getItemCount() - 1 : index);
189 table.setSelection(index == table.getItemCount() ? 0 : index);
464 m_text.setSelection(start, end);
504 m_table.getTable().setSelection(m_selectionIndex);
608 table.setSelection(getSelectionIndex());
H A 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/
H A DAndroidTest.java215 spinnerSettings2.setSelection(_codecIndex);
219 spinnerSettings2.setSelection(_ecIndex);
223 spinnerSettings2.setSelection(_nsIndex);
227 spinnerSettings2.setSelection(_agcIndex);
231 spinnerSettings2.setSelection(_vadIndex);
261 spinnerSettings2.setSelection(_audioIndex);
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
H A DLogcatViewer.java82 getListView().setSelection(lastPosition);
133 getListView().setSelection(mLogcatMessages.size() - 1);
H A DScriptEditor.java130 mNameText.setSelection(1);
132 mNameText.setSelection(0);
159 mContentText.setSelection(lastLocation);
391 mContentText.setSelection(Math.min(text.length() - 1, i));
549 Selection.setSelection(text, edit.mmBefore == null ? start : (start + edit.mmBefore.length()));
566 Selection.setSelection(text, edit.mmAfter == null ? start : (start + edit.mmAfter.length()));
603 mContentText.setSelection(foundpos, foundpos + findText.length());
616 mContentText.setSelection(foundpos, foundpos + replaceText.length());
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
H A DBarPlotExampleActivity.java167 spRenderStyle.setSelection(BarRenderer.BarRenderStyle.OVERLAID.ordinal());
181 spWidthStyle.setSelection(BarRenderer.BarWidthStyle.FIXED_WIDTH.ordinal());
202 spSeriesSize.setSelection(SeriesSize.TEN.ordinal());

Completed in 930 milliseconds

123