コード例 #1
0
ファイル: PerformOnUiThread.java プロジェクト: Chanic/rhodes
 @Deprecated
 public static void exec(final Runnable r, final boolean wait) {
   if (wait) sync_exec(r);
   else exec(r);
 }