2010年9月17日--Launcher2的启动顺序~~

在Launcher2里的所有类里加入Log输出结果如下:

            LauncherProvider

>>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<

            LauncherApplication.onCreate()
             Utilities.constructive
            DeferredHandler.constructive
            LauncherModel.onCreate()
            AllAppsList.constructive
            Launcher.onCreate()
             DragController.constructive
            AllApps2D.constructive

             Workspace.constructive


             DeleteZone.constructive
               Widget.constructive
              BubbleTextView.init()
              Search.constructive

              BubbleTextView.init()
               BubbleTextView.init()
               BubbleTextView.init()

 

问题是为什么BubbleTextView.init()会加载后又加载了三次?

没有测试————Workspace加载上面的都是在加载页面和背景等等的东西

下面的是加载桌面的空间~~

DeleteZone垃圾箱?

Widget传说中的把手?

BubbleTextView下面的4个点?

Search搜索栏?

BubbleTextView可能是桌面的3个快捷方式?

BubbleTextView

BubbleTextView

后面再补充下~~~

当选择更换壁纸时会调用WallpaperChooser.onCreate

还有什么在说吧

 

posted @ 2010-09-17 09:17  飞翔的熊猫  阅读(1043)  评论(1编辑  收藏  举报