Android提供哪些自动透支消除功能?

时间:2015-07-16 16:50:05

标签: android performance graphics

Romain Guy提到Android 4.4 / 5.0中引入了自动透支消除功能(请参阅http://www.curious-creature.com/2015/03/25/android-performance-case-study-follow-up/comment-page-1/#comment-52600),但我无法找到引用它的文档或说明。有谁知道任何细节?

1 个答案:

答案 0 :(得分:4)

我找到了执行此操作并使用Romain Guy验证的代码:http://www.curious-creature.com/2015/03/25/android-performance-case-study-follow-up/comment-page-1/#comment-52608

它主要是擅长删除全屏幕背景。请参阅链接代码以确切了解其工作原理。