Searched refs:getScriptList (Results 1 - 3 of 3) sorted by relevance

/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/
H A DScriptListAdapter.java43 return getScriptList().size();
48 return getScriptList().get(position);
59 File script = getScriptList().get(position);
80 text.setText(getScriptList().get(position).getName());
84 protected abstract List<File> getScriptList(); method in class:ScriptListAdapter
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
H A DScriptPicker.java103 protected List<File> getScriptList() { method in class:ScriptPicker.ScriptPickerAdapter
H A DScriptManager.java570 protected List<File> getScriptList() { method in class:ScriptManager.ScriptManagerAdapter

Completed in 117 milliseconds