runOnUiThread(new Runnable() { public void run() { onDown(null); } });
Android 非UI线程中更新UI
原文:http://blog.csdn.net/graceup/article/details/43236859