Home | History | Annotate | Download | only in InCallUI
      1 -keep class com.android.incallui.widget.multiwaveview.* {
      2   *;
      3 }
      4 
      5 # Keep names that are used only by animation framework.
      6 -keepclasseswithmembers class com.android.incallui.AnimationUtils$CrossFadeDrawable {
      7     *** setCrossFadeAlpha(...);
      8 }
      9