欢迎来到天天文库
浏览记录
ID:39909875
大小:87.77 KB
页数:19页
时间:2019-07-14
《Android Graphics Architecture》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、AndroidGraphicsArchitectureI1.LaunchanewActivity2.CreateanewwindowfortheActivityandregisteritattheWindowManagerService3.CreateanewsurfacefortheActivity‘swindowandhanditovertotheActivity4.DrawtheActivity‘sviewhierarchyintotheoffscreensurface(layer)5.Compositeallvisibleoffscree
2、nsurfacesontothedisplayWindowManager2Service(ProcessA)ActivityManager1App3Service(ZygotechildprocessB)(ProcessA)ViewRootSurfaceFlinger(ViewHierarchy)(ProcessC)4LayerStackDecorView(FrameLayout)5compositingContentView(FrameLayout)LinearLayoutTextViewImageAndroidGraphicsArchite
3、ctureII01.ActivityManagerService.startActivity02.Activity.attachPolicyManager.makeNewWindow03.ViewRoot.setViewWindowManagerService.addWindow04.ViewRoot.performTraversalsPhoneWindow.DecorView.measure05.ViewRoot.relayoutWindowWindowManagerService.relayoutWindow(fetchesthesu
4、rfacecreatedbytheWMSalsointoprocessB)06.WindowManagerService.WindowState.createSurfaceLockedSurfaceFlinger.createSurface07.SurfaceFlinger.addLayer_l08.ViewRoot.performTraversalsPhoneWindow.DecorView.layout09.ViewRoot.performTraversalsViewRoot.drawSurface.lockCanvas(mmapra
5、wsurfacememoryintoprocessB)WindowManager10.Surface.unlockCanvasAndPost3,511.SurfaceFlinger.threadLoopSurfaceFlinger.composeSurfacesService12.ViewRoot.finishDrawingWindowManagerService.finishDrawingWindow(ProcessA)ActivityManagerApp(Activity)61Service2(ZygotechildprocessB)(P
6、rocessA)7ViewRoot(ViewHierarchy)SurfaceFlinger4,8,9,12(ProcessC)10LayerStackDecorView(FrameLayout)11compositingContentView(FrameLayout)LinearLayoutTextViewImageActivity.attachCallStack:Activity.attach(Activity.java)Activity.attachBaseContext(PhoneWindow.java)PolicyManager.ma
7、keNewWindow(PolicyManager.java)createstheActivity‘sPhoneWindowtheUIthreadissettothecallingthreadwhichistheActivity‘smainthreadWindow.setWindowManager(Window.java)createstheWindows‘sWindow.LocalWindowManagerinstanceActivity.setContentViewCallStack:Activity.setContentView(Ac
8、tivity.java)PhoneWindow.setContentView(PhoneWindow.java)PhoneWindow.
此文档下载收益归作者所有