Home
last modified time | relevance | path

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

/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DScriptEditor.java76 private ContentTextWatcher mWatcher;
121 mWatcher = new ContentTextWatcher(mHistory); in onCreate()
439 private final class ContentTextWatcher implements TextWatcher { class in ScriptEditor
444 private ContentTextWatcher(EditHistory history) { in ContentTextWatcher() method in ScriptEditor.ContentTextWatcher