单项选择题
Choreographer.FrameHandler目的就在于ViewRootImpl中涉及到到的View绘制流程,是通过()来进行调度的。
A.Choreographer.FrameHandler B.Choreogrepher.FrameHandler C.Choreagrapher.FrameHandler D.Chareographer.FrameHandler
单项选择题 ViewRootImpl中的(),view.postattachInfo.mHandler.postViewRootImplViewRootHandler.这个Handler保证了当你post的runable被执行到时,view早就测量好了。
单项选择题 有经验的同学肯定遇到过这样的场景:动态创建一个View之后,想要直接获取measureWidth和measureHeight往往取不到,这个时候我们会通过()方法去获取。
单项选择题 ()这是ViewRootImpl调度的核心。