android6.0power显示(亮度等)深入分析(二)DisplayManagerService汇编.docVIP

  • 31
  • 0
  • 约2.31万字
  • 约 14页
  • 2017-04-11 发布于湖北
  • 举报

android6.0power显示(亮度等)深入分析(二)DisplayManagerService汇编.doc

android6.0power显示(亮度等)深入分析(二)DisplayManagerService汇编

android6.0 power显示(亮度等)深入分析(二)DisplayManagerService 一、DisplayManagerService注册localDisplay的适配层 我们先来看构造函数: [cpp] view plain copy 在CODE上查看代码片派生到我的代码片 public DisplayManagerService(Context context) { super(context); mContext = context; mHandler = new DisplayManagerHandler(DisplayThread.get().getLooper());//消息处理 mUiHandler = UiThread.getHandler(); mDisplayAdapterListener = new DisplayAdapterListener();//display适配层监视器 mSingleDisplayDemoMode = SystemProperties.getBoolean(persist.demo.singledisplay, false); PowerManager pm = (PowerManager) mContext.getSystem

文档评论(0)

1亿VIP精品文档

相关文档