摘要: 转载请注明出处:http://blog.csdn.net/qinjuning 前言: 本文是我读《Android内核剖析》第13章----View工作原理总结而成的,在此膜拜下作者。同时真挚地向渴望了解 Android 框架层的网友,推荐这本书,希望你们能够在Android开发里学到更多的知识 。... 阅读全文
posted @ 2014-12-19 20:38 月轩 阅读(181) 评论(0) 推荐(0) 编辑
摘要: public void clear() { Paint paint = new Paint(); paint.setXfermode(new PorterDuffXfermode(Mode.CLEAR)); canvas.drawPaint(paint... 阅读全文
posted @ 2014-12-19 17:26 月轩 阅读(1156) 评论(0) 推荐(0) 编辑