Home
last modified time | relevance | path

Searched refs:foundpos (Results 1 – 1 of 1) sorted by relevance

/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DScriptEditor.java601 int foundpos = m.start(); in onClick() local
603 mContentText.setSelection(foundpos, foundpos + findText.length()); in onClick()
616 mContentText.setSelection(foundpos, foundpos + replaceText.length()); in onClick()