單項選擇題()在此階段中將會計算出控件樹為顯示其內(nèi)容所需的尺寸,即期望的窗口尺寸。

A.收尾階段
B.整合階段
C.啟動階段
D.預(yù)測量階段


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題預(yù)測量階段這是進(jìn)入performTraversals()方法后的第一個階段,它會對控件樹進(jìn)行第一次測量。測量結(jié)果可以通過mView。

A.PUTMeasuredWidth()/Height()獲得
B.PostMeasuredWidth()/Height()獲得
C.getMeasuredWidth()/Height()獲得
D.huodeMeasuredWidth()/Height()獲得

2.單項選擇題在Android原生開發(fā)中View樹流程控制()。

A.performTraverasls
B.perfromTraversals
C.performTraversals
D.performTreversals

3.單項選擇題()注冊回調(diào),并計算前后兩幀的時間差,我們可以測算出APP的掉幀數(shù),從而動態(tài)檢測APP卡頓。

A.Choreographer.getInstance().postFrameCallback()
B.Choreagrapher.getInstance().postFrameCallback()
C.Choreogrepher.getInstance().postFrameCallback()
D.Choreographer.getInstance().postFremaCallback()

4.單項選擇題()這個方法會往Choreographer注冊類型為Choreographer.CALLBACK_TRAVERSAL的Callback。

A.ViewRootImpl.schaduleTraversals
B.ViewRootImpl.scheduleTraversals
C.ViewRootImpl.scheduleTiaversals
D.ViewRootImpl.schiduleTraversals

5.單項選擇題Choreographer.FrameHandler目的就在于ViewRootImpl中涉及到到的View繪制流程,是通過()來進(jìn)行調(diào)度的。

A.Choreographer.FrameHandler
B.Choreogrepher.FrameHandler
C.Choreagrapher.FrameHandler
D.Chareographer.FrameHandler