最近在看一些Android Display的资料,想整理一些东西,但其实Android 整个Display 服务的逻辑很复杂,一时半会啃不下很难消化,网上也有很多优秀的文章,先把这些文章记录下来,有空多瞧瞧~
Android Display 资料
Android - View绘图原理总结
https://blog.csdn.net/xu_fu/article/details/7829721
戏说Android view 工作流程
https://blog.csdn.net/aaa2832/article/details/7844904
https://blog.csdn.net/aaa2832/article/details/7849400
Android WMS和View基本理解
https://wizzie.top/Blog/2019/09/21/2019/190921-android-wms-view-cpp/
Android 图形显示框架
https://wizzie.top/Blog/2020/07/30/2020/200730_android_GraphicsFramework/
Android SurfaceFlinger和HWC2概述
https://wizzie.top/Blog/2019/12/22/2019/191222_android_HWC2/
Android HWC2硬件合成
https://wizzie.top/Blog/2020/04/01/2020/200401_android_HWC2_Display/
Android Q SurfaceFlinger合成
https://wizzie.top/Blog/2020/10/15/2020/201015_android_SurfaceFlinger1/
https://wizzie.top/Blog/2020/10/31/2020/201031_android_SurfaceFlinger2/
Android HWUI绘制流程
https://wizzie.top/Blog/2020/07/07/2020/200707_android_HWUI_Draw/
Android Q SurfaceFlinger合成
https://wizzie.top/Blog/2020/10/15/2020/201015_android_SurfaceFlinger1/
https://wizzie.top/Blog/2020/10/31/2020/201031_android_SurfaceFlinger2/
Android图形显示系统——概述
https://blog.csdn.net/jxt1234and2010/article/details/44164691
Android图形显示系统——下层显示1:基础知识与相关文件
https://blog.csdn.net/jxt1234and2010/article/details/44503019
Android图形显示系统——下层显示2:图形内存的申请与显示
https://blog.csdn.net/jxt1234and2010/article/details/44507197
Android图形显示系统——下层显示3:窗口系统
https://blog.csdn.net/jxt1234and2010/article/details/44821227
Android图形显示系统——下层显示4:图层合成上(合成原理与3D合成)
https://blog.csdn.net/jxt1234and2010/article/details/46057267
Android图形显示系统——下层显示4:图层合成下(硬件合成器)
https://blog.csdn.net/jxt1234and2010/article/details/46407383
Android图形显示系统——上层显示1:界面绘制大纲
https://blog.csdn.net/jxt1234and2010/article/details/47326411
Android图形显示系统——上层显示2:硬件加速实现
https://blog.csdn.net/jxt1234and2010/article/details/48649323
Android画面显示流程分析(1)
Android画面显示流程分析(2)
Android画面显示流程分析(3)
Android画面显示流程分析(4)
Android画面显示流程分析(5)
网友评论