Android中爲什麼在view.post()可以獲取到控件的寬高

View.post(Runnable) 內部會自動分兩種情況處理,當 View 還沒 attachedToWindow 時,會先將這些 Runnable 操作緩存下來;否則就直接通過 mAttachInfo.mHandler 將這些 Runnable 操作 post 到主線程的 MessageQueue 中等待執行。 如果 View.post(Runnable) 的 Runnable 操作被緩存下
相關文章
相關標籤/搜索