Your Site Title

Android View drawing process

Android’s UI management system

  1. Activity
  2. PhoneWindow mWindow
  3. DecorView mDecor
  4. System Layout
  5. ViewGroup mContentParent
  6. Activity Layout

PhoneWindow

DecorView

顶层视图,将要显示的具体内容呈现在PhoneWindow上. DecorView是当前Activity所有View的祖先 ,它并不会向用户呈现任何东西,它主要有如下几个功能,可能不全:

Reference

How Android Draws Views
Drawing process of Android View
Android view drawing process
Android窗口机制(一)初识Android的窗口结构