- 论坛徽章:
- 0
|
Android110228: WindowManagerService Inner classes 简记
Email: zcatt@163.com Blog http://zcatt.cublog.cn 内容提要 WindowManagerService inner classes内容。以供备忘和参考。
声明 仅限学习交流,禁止商业用途。转载需注明出处。
版本记录 Date Ver Note 2011-03-4 0.1 Draft. zcatt, Beijing
inner class的层级, 以缩进标识
WindowManagerService -WMThread extends Thread,用于生成WindowMangerService instance, 启动 loop thread -PolicyThread extends Thread,用于生成Policy instance, 启动 loop thread -KeyWaiter --DispatchState -KeyQ extends KeyInputQueue -InputDispatcherThread extends Thread -Session extends IWindowSession.Stub -WindowState implements WindowManagerPolicy.WindowState -WindowToken -AppWindowToken extends WindowToken -DummyAnimation extends Animation -StartingData -H extends Handler -DimAnimator -FadeInOutAnimation extends Animation
|
|