84669 personnes étudient
152542 personnes étudient
20005 personnes étudient
5487 personnes étudient
7821 personnes étudient
359900 personnes étudient
3350 personnes étudient
180660 personnes étudient
48569 personnes étudient
18603 personnes étudient
40936 personnes étudient
1549 personnes étudient
1183 personnes étudient
32909 personnes étudient
闭关修行中......
你画图形是在新线程里,而unlockAndPost在主线程,所以以上代码的执行顺序是 lockCanvas -> unlockAndPost -> new Thread().run().
不知道你sleep 1000 目的是什么,draw 的过程要放主线程,不然没意义
你画图形是在新线程里,而unlockAndPost在主线程,所以以上代码的执行顺序是 lockCanvas -> unlockAndPost -> new Thread().run().
不知道你sleep 1000 目的是什么,draw 的过程要放主线程,不然没意义