embedded-layout icon indicating copy to clipboard operation
embedded-layout copied to clipboard

Experimental: Wrapper to cache the bounding box of a view

Open bugadani opened this issue 4 years ago • 1 comments

Automatically use the cache wrapper in LinearLayout, since it measures views multiple times during arrange.

bugadani avatar Jul 08 '20 08:07 bugadani

This would be really nice but in this form it's suboptimal. I'm not sure if it's possible to only cache bounds where necessary (mainly for Text) without specialization

bugadani avatar Jul 08 '20 09:07 bugadani