Home
last modified time | relevance | path

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

12

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowAbsSpinnerTest.java41 spinner.setSelection(0); in getSelectedItemShouldReturnCorrectValue()
45 spinner.setSelection(1); in getSelectedItemShouldReturnCorrectValue()
58 spinner.setSelection(0, true); in setSelectionWithAnimatedTransition()
DShadowTextViewTest.java329 Selection.setSelection(textView.getEditableText(), 0, 0); in append_whenSelectionIsAtTheEnd_shouldKeepSelectionAtTheEnd()
334 Selection.setSelection(textView.getEditableText(), 2, 2); in append_whenSelectionIsAtTheEnd_shouldKeepSelectionAtTheEnd()
343 Selection.setSelection(textView.getEditableText(), 0, 2); in append_whenSelectionReachesToEnd_shouldExtendSelectionToTheEnd()
DAdapterViewBehavior.java46 adapterView.setSelection(AdapterView.INVALID_POSITION); in shouldIgnoreSetSelectionCallsWithInvalidPosition()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAbsSpinner.java19 protected void setSelection(int position, boolean animate) { in setSelection() method in ShadowAbsSpinner
25 protected void setSelection(int position) { in setSelection() method in ShadowAbsSpinner
DShadowAdapterView.java76 realAdapterView.setSelection(itemIndex); in selectItemWithText()
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DSettingsActivity.java84 mSpinnerMicSource.setSelection(micSource, false); in onCreate()
97 mSpinnerPerformanceMode.setSelection(performanceMode + 1, false); in onCreate()
112 mSpinnerSamplingRate.setSelection(nPosition, false); in onCreate()
144 mSpinnerAudioThreadType.setSelection(audioThreadType, false); in onCreate()
334 mSpinnerSamplingRate.setSelection(nPosition); in refresh()
338 mSpinnerChannelIndex.setSelection(getApp().getChannelIndex() + 1, false); in refresh()
341 mSpinnerChannelIndex.setSelection(0, false); in refresh()
/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/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/PBQP/
DSolution.h39 void setSelection(GraphBase::NodeId nodeId, unsigned selection) { in setSelection() function
DReductionRules.h214 s.setSelection(NId, v.minIndex()); in backpropagate()
/external/llvm/include/llvm/CodeGen/PBQP/
DSolution.h76 void setSelection(GraphBase::NodeId nodeId, unsigned selection) { in setSelection() function
DReductionRules.h212 s.setSelection(NId, v.minIndex()); in backpropagate()
/external/llvm/include/llvm/MC/
DMCSectionCOFF.h74 void setSelection(int Selection) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSectionCOFF.h77 void setSelection(int Selection) const;
/external/llvm/lib/MC/
DMCSectionCOFF.cpp34 void MCSectionCOFF::setSelection(int Selection) const { in setSelection() function in MCSectionCOFF
/external/skqp/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
DOptionAdapter.java52 mSpinner.setSelection(filteredOptions.indexOf(mCurrentOption)); in publishResults()
DStateAdapter.java154 optionSpinner.setSelection(optionList.indexOf(value)); in populateView()
/external/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
DOptionAdapter.java52 mSpinner.setSelection(filteredOptions.indexOf(mCurrentOption)); in publishResults()
DStateAdapter.java154 optionSpinner.setSelection(optionList.indexOf(value)); in populateView()
/external/swiftshader/third_party/llvm-7.0/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()
/external/setupdesign/main/src/com/google/android/setupdesign/span/
DLinkSpan.java96 Selection.setSelection((Spannable) text, 0); in onClick()
/external/robolectric-shadows/shadows/supportv4/src/test/java/org/robolectric/shadows/support/v4/
DCursorLoaderTest.java45 cursorLoader.setSelection(selection); in testSetters()

12