Home
last modified time | relevance | path

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

/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DScriptEditor.java277 if (keyCode == KeyEvent.KEYCODE_BACK && hasContentChanged()) { in onKeyDown()
396 if (hasContentChanged()) { in onUserLeaveHint()
401 private boolean hasContentChanged() { in hasContentChanged() method in ScriptEditor