首页 > 代码库 > WindowManagerPolicy的后缀 解释
WindowManagerPolicy的后缀 解释
转自:http://blog.csdn.net/hunanwy/article/details/8563090
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更加苛刻.
Lp,for an internal lock of the PhoneWindowManager. This is used to protect some internal state, and can be acquired with either thw Lw and Li lock held, so has the restrictions of both of those when held. (ref PhoneWindowManger.java)
WindowManagerPolicy的后缀 解释
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。