1# Keep names that are used only by animation framework.
2-keepclasseswithmembers class com.android.phone.AnimationUtils$CrossFadeDrawable {
3  *** setCrossFadeAlpha(...);
4}
5
6-verbose