Android110308: WindowManagerPolicy的后缀
Email: zcatt@163.com
Blog http://zcatt.cublog.cn
内容提要
WindowManagerPolicy中,方法名字的后缀小节。以供备忘和参考。
声明
仅限学习交流,禁止商业用途。转载需注明出处。
版本记录
Date Ver Note
2011-03-08 0.1 Draft. zcatt, Beijing
Ti,called from the input thread. Input thread负责分发input event到window.
Tq,called from the low-level input queue thread. Input queue thread负责将raw input event放到global input queue,Ti thread会读出global input queue.
Lw,called with the main window manager lock held. 在Lw可以调用package mgr, power mgr. 但不能调用activity mgr和其它大多数services。
Li,called with the input thread lock held.比Lw更加苛刻.
阅读(1555) | 评论(1) | 转发(0) |