首页 > Windows开发 > 详细

WindowManagerPolicy的后缀 解释

时间:2016-09-10 21:55:18      阅读:425      评论:0      收藏:0      [点我收藏+]

转自: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的后缀 解释

原文:http://www.cnblogs.com/dirt2/p/5860210.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!