Chiao Cheng | a44c591 | 2013-07-15 14:54:27 -0700 | [diff] [blame] | 1 | -keep class com.android.incallui.widget.multiwaveview.* { |
| 2 | *; |
| 3 | } |
Santos Cordon | 97c9672 | 2013-08-28 18:34:12 -0700 | [diff] [blame] | 4 | |
| 5 | # Keep names that are used only by animation framework. |
| 6 | -keepclasseswithmembers class com.android.incallui.AnimationUtils$CrossFadeDrawable { |
| 7 | *** setCrossFadeAlpha(...); |
| 8 | } |
Ihab Awad | 5510dea | 2014-03-03 14:12:57 -0800 | [diff] [blame] | 9 | |
| 10 | # Any class or method annotated with NeededForTesting or NeededForReflection. |
| 11 | -keepclassmembers class * { |
| 12 | @com.android.contacts.common.test.NeededForTesting *; |
| 13 | @com.android.incallui.NeededForReflection *; |
| 14 | } |