- 論壇徽章:
- 0
|
Android110308: WindowManagerPolicy的后綴
Email: zcatt@163.com Blog http://zcatt.cublog.cn 內(nèi)容提要 WindowManagerPolicy中,方法名字的后綴小節(jié)。以供備忘和參考。
聲明 僅限學習交流,禁止商業(yè)用途。轉(zhuǎn)載需注明出處。
版本記錄 Date Ver Note 2011-03-08 0.1 Draft. zcatt, Beijing
Ti,called from the input thread. Input thread負責分發(fā)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可以調(diào)用package mgr, power mgr. 但不能調(diào)用activity mgr和其它大多數(shù)services。 Li,called with the input thread lock held.比Lw更加苛刻.
|
|