6541ead358ccd9e40d212c7e8eb93ee3e1428ffc
ecadabf: Merge change 1372 into donut
Merge commit 'ecadabf578369def58e343c1adbb5537aa9801e4' * commit 'ecadabf578369def58e343c1adbb5537aa9801e4': Fixes #1596240. Optimize invalidate/draw passes by marking opaque views and avoiding drawing them. Whenever a View requests an invalidate its parent check whether the view is opaque or not. When the view is not opaque, the framework behaves as it used to. However, when a view is opaque, the parent marks itself as being dirty because of an opaque view. Its parent then does the same, and so on. When the framework then starts drawing the views, it does not draw views marked as dirty opaque. If a view is dirty opaque and receives an invalidate request from a non-opaque view, it then clears the dirty opaque flag and behaves as before.
Description
No description provided
Languages
Java
57.2%
Kotlin
42.4%
AIDL
0.3%