Android View中的requestLayout和invalidate區別,android.r.layout

來源:互聯網
上載者:User

Android View中的requestLayout和invalidate區別,android.r.layout

摘抄自Api Doc

RequestLayout:

當view確定自身已經不再適合現有的地區時,該view本身調用這個方法要求parent view重新調用他的onMeasure onLayout來對重新設定自己位置。

特別的當view的layoutparameter發生改變,並且它的值還沒能應用到view上,這時候適合調用這個方法。也就是當通過getLayoutParrms().width = XXX的時候,我們需要重新調用RequestLayout


invalidate:View類調用迫使view重畫。


android 怎重新整理UI組件

View.requestLayout() 請求重新布局 View.invalidate() 重新整理視圖,相當於調用View.onDraw()方法
 
android開發中 invalidate()方法是不是有自動清除上一次畫面的功可以?

invalidate()是用來重新整理View的,必須是在UI線程中進行工作。比如在修改某個view的顯示時,調用invalidate()才能看到重新繪製的介面。invalidate()的調用是把之前的舊的view從主UI線程隊列中pop掉。
 

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.