KB-20071124-003
From Triled Wiki
- Status: opened
- author: cbazza
- link: http://groups.google.com/group/android-developers/msg/5184116ac3a9628d
- Description: Provide a way not to combine View.invalidates together because union of a small top rectangle with a small bottom rectangle forces a large rectangle into the screen and that is slow. Games (and other) apps update small rects in different areas so it is best not to combine (do a union) of these rects.
