Home
last modified time | relevance | path

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

/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DScriptEditor.java68 private static final int DIALOG_FIND_REPLACE = 2; field in ScriptEditor
229 showDialog(DIALOG_FIND_REPLACE); in onOptionsItemSelected()
307 showDialog(DIALOG_FIND_REPLACE); in onKeyDown()
329 } else if (id == DIALOG_FIND_REPLACE) { in onCreateDialog()
352 } else if (id == DIALOG_FIND_REPLACE) { in onPrepareDialog()